@charset "UTF-8";
@import url("reset.css");

html,
body {
	height:100%;
}

body {
	color:#333;
	font:14px/1.5 "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

img {
	vertical-align:bottom;
}

a{
	color:#333;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a:hover img{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* ---------- header ---------- */
#header {
	height:120px;
}

#head {
	height:75px;
	margin:0 auto;
	position:relative;
	width:940px;
}

#head h1{
	padding:20px 0 0 2px;
}

#head .h_link {
	background:url(/files/images/common/icon_link01.png) no-repeat 0 5px;
	padding-left:12px;
	position:absolute;
	top:4px;
	right:250px;
}

#head .h_link a{
	font-weight:bold;
}

#head .h_btn {
	background:url(/files/images/common/header_lang_bg.png) no-repeat;
	height:25px;
	text-align:center;
	width:113px;
}
#head .h_btn a {
	color:#fff;
	display:block;
	font-weight:bold;
	height:auto;
	padding-top:2px;
	text-decoration:none;
	width:113px;
}

#head .h_btn.en {
	position:absolute;
	top:0;
	right:125px;
}

#head .h_btn.cn {
	position:absolute;
	top:0;
	right:0;
}

#head .h_btn_ap {
	background:url(/files/images/common/header_apply_bg.png) no-repeat;
	height:29px;
	text-align:center;
	width:157px;
	position:absolute;
	top:35px;
	right:0;
}

#head .h_btn:hover,
#head .h_btn_ap:hover{
	filter:alpha(opacity=80);
	opacity:0.8; -moz-opacity:0.8;
}

#head .h_btn_ap a {
	color:#fff;
	display:block;
	font-weight:bold;
	height:auto;
	line-height:29px;
	text-decoration:none;
	width:157px;
}

#head .search {
	position:absolute;
	top:35px;
	right:170px;
}

#head .search .stxt {
	font-size:14px;
	line-height:1.3;
	margin-right:-2px;
	height:25px;
}

#head .search .sbtn {
	background:#999 url(/files/images/common/icon_search.png) no-repeat 57px 4px;
	color:#fff;
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
	padding-right:25px;
	padding-left:5px;
	border:3px #999 solid;
	border-radius:0 4px 4px 0;
	line-height:1.5;
	height:29px;
}

#head .h_btn:hover,
#head .h_btn_ap:hover,
#head .search .sbtn:hover {
	filter:alpha(opacity=80);
	opacity:0.8; -moz-opacity:0.8;
}

/* hnav */
#hnav {
	background:url(/files/images/common/nav_bg.png) repeat-x;
	border-top:4px solid #0072bc;
	height:41px;
}
#hnav ul.menu {
	margin:0 auto;
	width:970px;
}
#hnav ul.menu li{
	background:url(/files/images/common/nav_bg_middle.png) no-repeat;
	border-right:1px solid #adb9c2;
	float:left;
	font-weight:bold;
	height:41px;
	text-align:center;
	width:160px;
	z-index:2;
}
#hnav ul.menu li:hover {
	background:url(/files/images/common/nav_bg_middle_hv.png) no-repeat;
}
#hnav ul.menu li.first {
	background:url(/files/images/common/nav_bg_first.png) no-repeat;
}
#hnav ul.menu li.first:hover {
	background:url(/files/images/common/nav_bg_first_hv.png) no-repeat;
}

#hnav ul.menu li.last {
	background:url(/files/images/common/nav_bg_last.png) no-repeat;
	border-right:none;
}
#hnav ul.menu li.last:hover {
	background:url(/files/images/common/nav_bg_last_hv.png) no-repeat;
}

#hnav ul.menu li a{
	display:block;
	width:160px;
	height:100%;
	line-height:41px;
	text-decoration:none;
}
#hnav ul.sub {
	width:240px;
	margin-left:-1px;
}
#hnav ul.sub li{
	float:none;
	background-image:none;
	background:#f7f8f9;
	border:1px solid #adb9c2;
	border-top:none;
	font-weight:normal;
	height:36px;
	position:relative;
	text-align:left;
	width:238px;
}

#hnav ul.sub li a {
	line-height:36px;
	padding:0 10px;
	width:238px;
}
#hnav ul.sub li:hover{
	background:#f0f3f5;
}

/* ---------- contents ---------- */
#contents {
	clear:both;
	margin:0 auto 30px;
	width:940px;
}

#contents .section {
	margin:0 auto;
	width:915px;
}

#contents h2{
	background:url(/files/images/common/h2_bg.png) no-repeat top left;
	color:#333;
	font-size:18px;
	font-weight:bold;
	height:50px;
	line-height:52px;
	margin-bottom:15px;
	padding-left:10px;
	text-shadow:2px 1px 0px #fff;
	/*text-shadow: 1px 2px 0 rgba(255,255,255,0.6);*/
	width:930px;
}

#contents h3{
	background:url(/files/images/common/h3_bg.png) no-repeat top left;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	height:29px;
	line-height:30px;
	margin-bottom:15px;
	padding-left:10px;
	text-shadow:2px 1px 0px #555;
	/*text-shadow: 1px 2px 0 rgba(0,0,0,0.6);*/
	width:905px;
}

#contents h4{
	border-left:4px solid #999;
	border-bottom:1px solid #999;
	color:#333;
	font-size:16px;
	font-weight:normal;
	margin-bottom:15px;
	padding-left:10px;
}

#contents .btn_ap {
	background:url(/files/images/common/cont_apply_bg.png) no-repeat;
	color:#000000;
	font-weight:bold;
	text-align:center;
	height:29px;
	width:157px;
	padding-top:5px;
}

/* ---------- footer ---------- */

#footer {
	background:#036;
	color:#fff;
}
#fnav {
	background:#0072bc;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
#fnav .wall{
	width:760px;
	margin:10px auto 30px;
	overflow:hidden;
}
#fnav .w1 {
	width:180px;
	float:left;
}
#fnav .w2 {
	width:240px;
	float:left;
}
#fnav .w3 {
	width:180px;
	float:left;
}
#fnav .w4 {
	width:160px;
	float:left;
}

#fnav ul li{
	background:url(/files/images/common/icon_link05.png) no-repeat 0 5px;
	padding-left:12px;
	margin-top:20px;
}

#fnav ul li.sub{
	background:none;
	margin-left:43px;
	margin-top:5px;
}

#fnav ul li a{
	color:#fff;
}

#copyright{
	font-size:12px;
	padding:30px 0;
	text-align:center;
}


/* breadcrumbs  */
#contents #breadCrumb{
	color:#939393;
	font-size:12px;
	margin:15px 0;
}

/* list */
#contents .list{
	margin:15px 0;
}

#contents .list ul{
}

#contents .list ul li{
	background:url(/files/images/common/icon_list.png) no-repeat left 5px;
	color:#666;
	margin-top:4px;
	padding-left:15px;
}

#contents .list ul li:first-child{
	margin-top:0;
}

#contents a {
	color:#287bc2;
}

/* link */
.link01 {
	background:url(/files/images/common/icon_link02.png) no-repeat left 3px;
	padding-left:20px;
}
.link01 a {
	color:#287bc2;
}

.link02 {
	background:url(/files/images/common/icon_link02.png) no-repeat right 3px;
	padding-right:20px;
}

.link_pdf {
	background:url(/files/images/common/icon_pdf.png) no-repeat right 2px;
	padding-right:20px;
}

.link_pdf2 {
	background:url(/files/images/common/icon_pdf.png) no-repeat left 2px;
	padding-left:20px;
	padding-right:20px;
}


/* other */

.indent{
	margin:0 1em;
}

.indentw{
	margin:0 0 0 3em;
}

.t_right{
	text-align:right;
}
.f12 {font-size:12px;}
.mt10 {margin-top:10px !important;}
.mt20 {margin-top:20px !important;}
.ml0 {margin-left:0 !important;}
.ml11 {margin-left:11px !important;}

.th_blue{
	background-color:#0066ff;
	color:#ffffff;
}

.th_blue2{
	background-color:#00bfff;
	color:#ffffff;
}

.th_gray{
	background-color:#dcdcdc;
	color:#000000
}

.td_blue{
	background-color:#f0f8ff;
	color:#000000;
}

.td_padding{
	padding:3px 5px 3px 5px;
}

.tb_smallfont{
	font-size:9pt;
}

.tb_font10{
	font-size:10pt;
}

.title {
	color: #333399;
	font-size: 14pt;
	font-weight: bold;
}
.subtitle {
	color: #333399;
	font-size: 12pt;
	font-weight: bold;
}

#topics dl dd{
	padding:3px 0 5px 30px;
}

#topics ul{
	margin:0px;
	padding-left:30px;
}

#topics ul li{
	background:url(/files/images/common/b-maru.gif) no-repeat left 7px;
	padding-left:15px;
}

#topics .ldate {
	color: #FF0000;
	font-size: 10pt;
}

#topics .ltitle {
	font-size: 10pt;
}

#topics .llink {
	color: #000099;
	font-size: 10pt;
}


#topics .sche {
	font-size: 11pt;
	border-collapse: separate;
	border-spacing: 1px;
}

#topics th.category {
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	background-color: #999999;
	padding:5px;
	margin:1px;
}

#topics th.subcategory {
	text-decoration: none;
	text-align: left;
	background-color: #CCCCCC;
	padding:5px;
	margin:1px;
}

#topics th.detail {
	width: 80pt;
	text-decoration: none;
	text-align: left;
	background-color: #CCCCCC;
	padding:5px;
	margin:1px;
}

#topics td.detail {
	background-color: #DDDDDD;
	padding:5px;
	margin:1px;
}

#topics td.pgtime {
	width: 80pt;
	font-weight: bold;
	background-color: #CCCCCC;
	padding:5px;
	margin:1px;
}

#topics td.pgtitle {
	font-weight: bold;
	background-color: #DDDDDD;
	padding:5px;
	margin:1px;
}

#topics td.pgdetail {
	background-color: #DDDDDD;
	padding:5px;
	margin:1px;
}

#topics td.contact {
	background-color: #DDDDDD;
	padding:5px;
	margin:1px;
}

hr {
	border:0;
	height:1px;
	background-color:#999999;
}

ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin-left: 15px;
}

.list_color1{
	background-color:#e6e6fa;
}

.emb1{
	border-color:#000080;
	font-size:9pt;
}

.emb2{
	background-color:#87ceeb;
	margin-bottom:5px;
}

.emb_padding{
	padding:3px;
}

.emb_td2{
	padding:3px;
	height:50px;
}

