@charset "UTF-8";

.hide{display:none;}


/* CSS Document */
body {
	background: #ECF8EF;
	margin:0;
	padding:0;
	text-align:center;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
	font-size:13px;
	line-height:160%;
}

a img{
	border:none;
}

a:link {
	color:#0099CC;
}
a:visited {
color:#003366;
}
a:hover {
color:#CC3333;
}

p {
margin:7px 0 0 0;
}



#wrapper {
	width:920px;
	text-align:left;
	margin:0 auto 80px auto;
	background: white;
	padding: 20px;
	border: 1px solid #CCC;
}

h1{
	color:#6060AD;
	position:relative;
	/*top:25px;*/
	margin:0;
	width:360px;
	height:24px;
	float:left;
}

h1 a {
	display:block;
	width:360px;
	height:24px;
	text-decoration: none;
}

#logoutBtn {
width:78px;
height:24px;
float:right;
margin:5px 25px 0 0;
}


.cf:after {
 content: " ";
 display: table;
}

.cf:after {
 clear: both;
}

.cf {
 *zoom: 1;
}

.nowrap{white-space: nowrap;}

#header {
	width:900px;
	height:50px;
}


#globalNavi {
	background:url(../images/menu_bg.jpg) repeat-x 0 0;
}

/*
#globalNavi ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#globalNavi li {
	width:130px;
	height:22px;
	float:left;
	margin:0;
	text-align:center;
	border: 1px solid #ECEDF7;
}
*/

#globalNavi ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#globalNavi li {
	width:120px;
	height:55px;
	float:left;
	margin:5px;
	text-align:center;
}
#globalNavi li a{
	color:white;
	font-size: 14px;
	text-decoration: none;
}


.bread {
font-size:0.8em;
clear:both;
}

#globalNavi a{
	text-decoration: none;
}

#globalNavi table{
	border-collapse: separate;
	border-spacing: 1px;
	background:#68ABD8;
	width:100%;
}
 #globalNavi table td
,#globalNavi table th
{
	background: #346B8F;
}

#globalNavi table td
{
	color:white !important;
}
#globalNavi table th
{
	color:#FDF1CA !important;
}

#login_wrapper {
margin: 200px 0px 0px 0px;
}
#login {
margin: 0px auto;
padding: 30px 20px 30px 20px;
width: 600px;
border: 1px solid #828282;
background-color: #FFF;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}

h2 {
background:url(../images/h2_bg.jpg) no-repeat 0 0;
width:900px;
height:40px;
font-size:20px;
color:#039;
line-height:100%!important;
margin: 10px 0px;
}

h2 span {
	position:relative;
	top:12px;
	margin:0 0 0 30px;
}

h3 {
font-size:16px;
border-bottom:2px solid #336699;
padding-bottom:5px;
color:#336699;
}



table {
	border-collapse:collapse;
	margin:15px 0;
	word-break:break-all;
	word-wrap:break-word;
	
}

th, td {
	padding:5px;
	text-align:left;
}


table.type1 {
width:900px;
}

table.type1 th, table.type1 td {
border-bottom:1px dotted #CCC;
}


table.type2 {
	width:95%;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
}

table.type2  >tbody >tr >th{
	width:150px;
	background-color: #DCDAF0;
	color: #363988;
	/*background-color:#EEE;*/
	border-bottom:1px solid #FFF;
	border-left:1px solid #FFF;
}

table.type2 th.thType2 {
	background-color:#CFE7F3;
}

table.type2 >tbody >tr >td{
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
}

.thType3 {
	background-color:#ECEEC8 !important;
}


table.subTbl {
	width:100%;
	margin:0;
	border:none;
}

table.subTbl th, table.subTbl td {
	border:none;
	border-bottom:1px dotted #CCC;
	vertical-align:top;
	background-color:none;
	padding:5px;
}


table.subTbl2 {
width:100%;
margin:10px 0 0 0;
}

table.subTbl2 th, table.subTbl2 td {
padding:5px;
font-weight:normal;
}

table.subTbl2 th.sType1 {
	background-color:#D3E9ED;
	color:#3A879A;
}

.w50 {
	width:50px;
}

span.required {
color:#FF0000;
font-size:0.8em;
}

.caution {
color:#FF0000;
}

input {
vertical-align:middle;
}

input[type=text] {
	height:20px;
}

input.w600 {
width:600px;
height:20px;
}

input.w400 {
width:400px;
height:20px;
}

input.w300 {
width:300px;
height:20px;
}

textarea.w600 {
width:600px;
height:150px;
}


.btns {
margin:40px 0;
text-align:center;
position:relative;
height: 20px;
}

.btns input {
margin:0 5px;

}

.stripe {
background-color:#E6E6FA;
}

/*
input[type=button], input[type=reset], input[type=submit] {
border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	padding: 5px 20px;
	font-weight: bold;
	cursor: pointer;
	color: #666;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	background: -moz-linear-gradient(top, #fff, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #F1F1F1), color-stop(0.5, #F1F1F1), color-stop(0.99, #DFDFDF), to(#ccc));
	-moz-box-shadow: 1px 1px 2px #E7E7E7;
	-webkit-box-shadow: 1px 1px 2px #E7E7E7;
}  

input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
background: -moz-linear-gradient(top, #fff, #e1e1e1 1%, #e1e1e1 50%, #cfcfcf 99%, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #e1e1e1), color-stop(0.5, #e1e1e1), color-stop(0.99, #cfcfcf), to(#ccc));
}

input[type=button]:active, input[type=reset]:active, input[type=submit]:active {  
background: #ccc;
padding: 6px 20px 4px;
}
*/

input[type=button], input[type=reset], input[type=submit] {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
input[type=button]:active, input[type=reset]:active, input[type=submit]:active {  
	position:relative;
	top:1px;
}

.dbntn_area{
	position:relative;
}
.btn_potison_left{
	position:absolute; top:0px; left:320px;
}
.btn_potison_right{
	position:absolute; top:-62px; right:320px;
}
a.link_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
	padding: 3px 0px 0px 0px;
	width:115px;
	height:25px;
}
a.link_button :hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
a.link_button:active {  
	position:relative;
	top:1px;
}


/*select-----------------------------------*/
select {
	padding:3px;
}

select.w350 {
	width:350px;
}

select.w400 {
	width:400px;
}

select.h400 {
	height:400px;
}

.txtRside,.txtR ,.tr{
	text-align:right;
}

.txtC ,.tc{
	text-align:center;
}

.rSide ,.r{
	float:right;
}

.lSide ,.l{
	float:left;
}


.borderArea {
border-top:1px solid #CCC;
border-bottom:1px solid #CCC;
padding:10px 0;
}
.borderArea_t {
border-top:1px solid #CCC;
}

.borderArea_b {
border-bottom:1px solid #CCC;
}

.pager1 {
	margin:10px 0 3px 0;
	text-align:right;
}

.pager2 {
	margin:8px 0 3px 0;
	text-align:right;
}

.w20 {
	width:20px;
}

.w100 {
	width:100px;
}

.w150 {
	width:150px;
}

.w200 {
	width:200px;
}

.w300 {
	width:300px;
}

.w350 {
	width:350px;
}

.w400 {
	width:400px;
}

.w500 {
	width:500px;
}

.toBack {
	margin:60px 0;
	
}

/*------------------*/
.pickup{
	background:#CFF8EB; 
	border:1px solid #ccc;
}

.err{
	color:red;
	font-weight:bold;
}

/*===================*/
.m2{margin:2px;}
.m5{margin:5px;}


.p2{padding:2px;}
.p5{padding:5px;}


.no_p_tbl th
,.no_p_tbl td
{
	padding:0;
}

.hide{display:none;}

.btn.disabled,
.btn[disabled] {
	pointer-events: none;
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

