@charset "utf-8";
/* CSS Document */

/*-----------------reset--------------------*/
html, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike,  tt,
var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
margin:0;
padding:0;
border:0;
font-weight:inherit;
font-style:inherit;
font-family:inherit;
}
a, a:link, a:visited, a:hover, a:active{text-decoration:none}
table{border-collapse:separate; border-spacing:0;}
th, td {text-align:left; font-weight:normal;}
img, iframe {border:none; text-decoration:none;}
hr{margin:0; padding:0; border:0; color:#000; background-color:#000; height:1px;}

h1,h2,h3,h4{
	clear:both;
	}
img.ico{
	vertical-align:middle;
	}
/*-----------------アクセシビリティ設定--------------------*/
.speak{
	position:absolute;
	left:-9999em;
	top:0;
}
/*-----------------body設定--------------------*/
body {
	background:url(../img/bg_body.png) repeat-x 0 0 #ffffff;
	margin: 0;
	padding: 0;
	font-size:1em;
	line-height: 1.6;
	color:#313131;
	text-align:center;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
	* html body {font-family:"ＭＳ Ｐゴシック", sans-serif; font-size:90%;}/* for IE6 */
	*+html body {font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック"; font-size:90%;}/* for IE7 */
	html>/**/body {font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; font-size: 90%;}/* for IE8 */
	html:not(:target) body {font-size:0.9em; line-height:1.6; font-family:"Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Osaka, "メイリオ", sans-serif;}/* for modern browser not IE8(FF,safari,chrome,opera) */

/*-----------------リンク設定--------------------*/
a:link, a:visited {
	color: #0046AA;
	text-decoration:underline;
}
a:hover, a:active, a:focus {
	text-decoration:none;
}


a.arrow1{
	padding:0 0 0 12px;
	background: transparent url(../img/ico_arrow_01.gif) no-repeat 0 6px;
	display:inline-block;
	}
a.arrow2{
	padding:0 0 0 12px;
	background: transparent url(../img/ico_arrow_02.gif) no-repeat 0 6px;
	display:inline-block;
	}




a.pdf{ 
	padding:0 0 0 18px;
	background: transparent url(../img/icon_pdf.gif) no-repeat no-repeat 0 0;}
a.ppt{ 
	padding:0 0 0 18px;
	background: transparent url(../img/icon_pps.gif) no-repeat no-repeat 0 0;}
a.xls{ 
	padding:0 0 0 18px;
	background: transparent url(../img/icon_xls.gif) no-repeat no-repeat 0 0;}
a.doc{ 
	padding:0 0 0 18px;
	background: transparent url(../img/icon_doc.gif) no-repeat no-repeat 0 0;}

a.ex{ 
	padding:0 18px 0 0;
	background: transparent url(../img/icon_external.gif) no-repeat no-repeat right 0;}


a.ov img{
	display: inline-block;
	}
a.ov:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}
a.none{
	background:none !important;
	padding:0 !important;
	display:inline !important;
	}

/*-----------------フロート設定--------------------*/

.fl_l{
	float:left;
	}
.fl_r{
	float:right;
	}
.talignc{
	text-align:center !important;
	}
/*-----------------マージン設定--------------------*/

.mt-5{
	margin-top:5px !important;
	}
.mt-10{
	margin-top:10px !important;
	}
.mt-15{
	margin-top:15px !important;
	}
.mt-20{
	margin-top:20px !important;
	}
.mt-25{
	margin-top:25px !important;
	}
.mt-30{
	margin-top:30px !important;
	}

.mr-5{
	margin-right:5px !important;
	}
.mr-10{
	margin-right:10px !important;
	}
.mr-15{
	margin-right:15px !important;
	}
.mr-20{
	margin-right:20px !important;
	}
.mr-25{
	margin-right:25px !important;
	}
.mr-30{
	margin-right:30px !important;
	}

.ml-5{
	margin-left:5px !important;
	}
.ml-10{
	margin-left:10px !important;
	}
.ml-15{
	margin-left:15px !important;
	}
.ml-20{
	margin-left:20px !important;
	}
.ml-25{
	margin-left:25px !important;
	}
.ml-30{
	margin-left:30px !important;
	}

.mb-5{
	margin-bottom:5px !important;
	}
.mb-10{
	margin-bottom:10px !important;
	}
.mb-15{
	margin-bottom:15px !important;
	}
.mb-20{
	margin-bottom:20px !important;
	}
.mb-25{
	margin-bottom:25px !important;
	}
.mb-30{
	margin-bottom:30px !important;
	}

/*-----------------width設定--------------------*/
.w-1em{width:1em;}
.w-50{width:50px;}
.w-60{width:60px;}
.w-70{width:70px;}
.w-80{width:80px;}
.w-90{width:90px;}
.w-100{width:100px;}
.w-110{width:110px;}
.w-120{width:120px;}
.w-130{width:130px;}
.w-140{width:140px;}
.w-150{width:150px;}
.w-160{width:160px;}
.w-170{width:170px;}
.w-180{width:180px;}
.w-190{width:190px;}
.w-200{width:200px;}
.w-210{width:210px;}
.w-220{width:220px;}
.w-230{width:230px;}
.w-240{width:240px;}
.w-250{width:250px;}
.w-260{width:260px;}
.w-270{width:270px;}
.w-280{width:280px;}
.w-290{width:290px;}
.w-300{width:300px;}
.w-310{width:310px;}
.w-320{width:320px;}
.w-330{width:330px;}
.w-340{width:340px;}
.w-350{width:350px;}
.w-360{width:360px;}
.w-370{width:370px;}
.w-380{width:380px;}
.w-390{width:390px;}
.w-400{width:400px;}
.w-410{width:410px;}
.w-420{width:420px;}
.w-430{width:430px;}
.w-440{width:440px;}
.w-450{width:450px;}
.w-460{width:460px;}
.w-470{width:470px;}
.w-480{width:480px;}
.w-490{width:490px;}
.w-500{width:500px;}


/* page-top */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#page-top a {
}
#page-top a:hover {
}

.main_table{
	margin:0 0 1em 0;
	padding:0;
	border-collapse:separate;
	border-spacing:4px;
	}
.main_table th{
	font-weight:bold;
	padding:10px;
	background:#f8f9fb;
	border-bottom:1px solid #e2e2e2;
	}
.main_table td{
	padding:10px;
	border-bottom:1px solid #e2e2e2;
	}

/* Button */
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 8px;
  margin-top: 0.5em;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 100%;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

table.tabel_login{
	width:300px;
	margin:30px 0 40px 50px;
	border-top:2px solid #c8e5f3;
	border-left:2px solid #c8e5f3;
	border-right:2px solid #c8e5f3;
	border-bottom:1px solid #c8e5f3;
	}
table.tabel_login th{
	background:#3aa3dc;
	color:#FFF;
	font-weight:bold;
	text-align:right;
	padding:5px;
	border-bottom:1px solid #c8e5f3;
	}
table.tabel_login td{
	padding:5px;
	border-bottom:1px solid #c8e5f3;
	}
.userid , .userpw{
	width:170px;
	}
table.outer{
	width:100%;
	margin:0;
	border-top:2px solid #c8e5f3;
	border-left:2px solid #c8e5f3;
	border-right:2px solid #c8e5f3;
	border-bottom:1px solid #c8e5f3;
	}
table.outer .head{
	background:#edf8fd;
	font-weight:bold;
	text-align:right;
	padding:5px;
	border-bottom:1px solid #c8e5f3;
	}
table.outer td{
	padding:5px;
	border-bottom:1px solid #c8e5f3;
	}
table.outer .even{
	}
.ck_help{
	text-align:right;
	margin-bottom:5px;
	}
.ck_help a{
	background:none !important;
	padding-right:0px !important;
	}

.loginat {
	clear: both;
	margin-top: 1.5em;
	margin-left: 162px;
	padding: 1em 1.5em;
	width: 640px;
	background-color: #fafafa;
	border: 1px #cccccc solid;
}

ul.admin_menu{
	margin:15px 0;
	padding:0;
	list-style:none;
	border-left:1px solid #c2ddf2;
	border-right:1px solid #c2ddf2;
	border-top:1px solid #c2ddf2;
	width:230px;
	}
ul.admin_menu li{
	list-style:none;
	margin:0;
	padding:0;
	}
ul.admin_menu li a{
	display:block;
	background:url(../img/ico_sub_off.gif) no-repeat 10px center #eff8ff;
	padding:5px 10px 5px 20px;
	line-height:1.2;
	text-decoration:none;
	color:#333;
	border-bottom:1px solid #c2ddf2;
	}
ul.admin_menu li a:hover{
	background:url(../img/ico_sub_on.gif) no-repeat 10px center #1571ba;
	color:#FFF;
	}
.smp{
	display:none;
	}