@charset "utf-8";
/* base.css */

@import url(reset.css);

body{
	font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
	background:#d1d1d1;
	color:#333;
	line-height:1.6;
}

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

a:hover{
	text-decoration:underline;
}


/*--------------------------------
container
--------------------------------*/

#container{
	width:790px;
	margin:0 auto;
	padding-bottom:20px;
}


/* header */

#header{
	background:url(../images/header_bg.jpg) top left no-repeat;
	height:60px;
	padding:40px 20px 0;
}

#header h1{
	float:left;
}

#header #pr{
	margin:0;
	padding-top:20px;
	float:right;
}

#header-index{
	height:20px;
	background:url(../images/header_bg.jpg) top left no-repeat;
}


/* contents */

#contents{
	padding:15px 25px 30px;
	background:url(../images/body_bg.jpg) top left repeat-y;
}


/* main-visual */

#main-visual{
	margin-bottom:20px;
}


/* sub */

#contents #sub{
	width:180px;
	margin-right:20px;
	float:left;
}

#contents #sub #menu{
	margin-bottom:20px;
}

#contents #sub #menu ul li a{
	width:170px;
	height:38px;
	background:url(../images/gnav_off_bg.gif) left center no-repeat;
	padding:0 0 0 10px;
	font-size:82%;
	line-height:38px;
	display:block;
}

#contents #sub #menu ul li a:hover, #contents #sub #menu ul li.current a{
	background:url(../images/gnav_on_bg.gif) left center no-repeat;
}

#contents #sub .bnr{
	margin-bottom:10px;
}


/* main */

#contents #main{
	width:540px;
	float:right;
}

#contents #main #topic-path{
	padding:13px 0 12px;
	font-size:70%;
	line-height:1;
}

#contents #main .icatch{
	margin-bottom:20px;
}

#contents #main h2{
	width:540px;
	height:30px;
	background:url(../images/title_bg.jpg) top left no-repeat;
	margin:0 0 10px;
	padding:3px 0 0 12px;
	font-size:82%;
	font-weight:bold;
	line-height:30px;
}

#contents #main h3{
	font-size:82%;
	font-weight:bold;
}

#contents #main p{
	font-size:82%;
}

#contents #main li{
	margin:0 0 5px 20px;
	padding:0;
	font-size:82%;
	list-style:disc;
}

#contents #main dl.information{
	margin-bottom:20px;
	padding:0 12px;
	font-size:82%;
}

#contents #main dl.information dt{
	width:4em;
	clear:left;
	float:left;
	margin-bottom:5px;
}

#contents #main dl.information dd{
	margin-left:4em;
	margin-bottom:5px;
}

#contents #main table.pgTable{
	border-top:1px #999 solid;
	border-left:1px #999 solid;
	font-size:82%;
}

#contents #main table.pgTable th{
	background:#DBE9EE;
	border-bottom:1px #999 solid;
	border-right:1px #999 solid;
	padding:6px;
	text-align:center;
}

#contents #main table.pgTable td{
	background:#F4F9FB;
	border-bottom:1px #999 solid;
	border-right:1px #999 solid;
	padding:6px;
}

#contents #main table.pgTable strong{
	color:#006;
	font-weight:bold;
}

#contents #main a.pdf{
	background:url(../images/pdficon_small.gif) left center no-repeat;
	padding:0 0 0 20px;
}

#contents #main #page-top{
	text-align:right;
}

#contents #main #page-top a{
	background:url(../images/page_top_off.gif) left center no-repeat;
	padding:0 0 0 18px;
	font-size:70%;
	text-align:right;
}

#contents #main #page-top a:hover{
	background:url(../images/page_top_on.gif) left center no-repeat;
}


/* footer */

#footer{
	background:url(../images/footer_bg.jpg) left top repeat-x;
	height:35px;
	color:#666;
	font-size:70%;
	text-align:center;
	line-height:35px;
	clear:both;
}


/*--------------------------------
margin
--------------------------------*/

.mb10{margin-bottom:10px !important;}
.mb20{margin-bottom:20px !important;}


/*--------------------------------
clearfix
--------------------------------*/
.clearfix:after{
	content:"."; 
  display:block; 
  height:0; 
  clear:both; 
  visibility:hidden; 
}

.clearfix{overflow:hidden;}

/* Hides from IE \*/
* html .clearfix{height:1%; overflow:visible;}
