@charset "utf-8";
/* CSS Document */

/* body
 ---------------------------------------------------*/
body {
	font-size:0.88em;
/*	font-size: 0.7em;*/
	color:#333;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	background:#fff url(../img/bg.png) no-repeat fixed center top;
	line-height: 160%
}


/* baselayout
 ---------------------------------------------------*/
#container {
	width:785px;
	margin:0 auto;
	position:relative;
}

#sidenavi {
	width:302px;
	top: 0;
	position:fixed;
	z-index:20;
}
* html #sidenavi {
    position: absolute;   
    top: expression(eval(document.documentElement.scrollTop+100));   
	z-index:20;
}
#contents {
	width:483px;
	padding-left:302px;
	margin:0;
	text-align:left;
	float:right;
	z-index:1
}
.mB20 {
	margin-bottom: 20px;
}

/* text
---------------------------------------------------*/
a, a:visited{
	color:#333;
	text-decoration: underline
}
a:hover, a:active{
	color:#00AFEC
}
/* sidenavi
---------------------------------------------------*/
#sidenavi_in {
	margin:135px auto 0 auto;
	*position:relative;
	overflow:hidden
}
#naviList {
	margin:80px 0 30px;
}
#naviList li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px
}
#naviList li a {
	display: block;
	background: url(../img/ico_arrow.png) no-repeat left;
	padding-left: 15px;
	text-decoration: none;
	font-size: 130%;
	width: 178px;
}
#naviList .current a {
	color:#00AFEC
}

/* contents
---------------------------------------------------*/
.ttl_page {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 150%;
	color:#00AFEC;
	margin-bottom: 20px
}
.div_contents {
	line-height: 180%;
	background: url(../img/bg_contents.png) repeat;
	padding: 25px 10px;
}

/* footer
---------------------------------------------------*/
#footer {
	margin-bottom:20px;
	position: fixed;
	bottom: 0;
}
/* hgroup
 ---------------------------------------------------*/
h1.pagettl {
	margin-bottom:46px;
}
h1.secttl {
	margin:35px 0 20px
}
/* common
 ---------------------------------------------------*/
/* article */
.common {
	padding-top:125px;
	height:1800px
}
/* clearfix */
.clearfix {
	zoom:1;
}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}
/* home
 ---------------------------------------------------*/
#home {
	height:1500px;
}
/* are
 ---------------------------------------------------*/
.table_outline {
	border-collapse: collapse;
}
.table_outline th {
	width: 60px;
	padding: 5px 0
}
.table_outline td {
	padding: 5px 0
}
/* do
 ---------------------------------------------------*/
.ol_business {
	font-weight: bold;
}
.ol_business span {
	font-weight: normal;
}