@charset "utf-8";




#mainvisual{
	background-image:url(../../function/img/main.jpg);
	height:90px;
}




.contentsbox01{
	width:100%;
}

.contentsbox01_left{
	float:left;
	width:295px;
}

.contentsbox01_right{
	float:right;
	width:200px;
}

#right_container{
	float:right;
	width:179px;
}

#right_container .sidebtn{
	margin-bottom:1px;
}



.buttoncontainer{
	margin-top:20px;
	text-align:center;

}


.contentsbox01_left li,
.contentsbox02_left li{
	line-height:140%;
	padding-left:1em;
	text-indent:-0.5em;
	margin:0.5em 0;
}


#buttonarea{
	margin:20px;
	border:1px solid #DCD9CD;
	background-color:#E9E7E0;
}

#buttonarea01{
	margin-top:14px;
	margin-bottom:14px;
	text-align:center;
}

#subContent .area .titlearea img{
	margin-left:9px;
	margin-top:6px;
}

.naibu{
	border:1px solid #C89642;
	margin-bottom:10px;
	padding-left:13px;
}

.naibu ul{
	width:100%;
	padding:5px 0;
}

.naibu li{
	background-image:url(../img/arrow_bottom.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:13px;
	padding-right:13px;
	float:left;
}

.naibu li a{
	color:#333333;
}

.naibu li a:hover{
	text-decoration:underline;
}

/*======================================

	clear fix

=======================================*/
.naibu ul:after,
#maincontainer:after,
.contentsbox01:after{
	content:".";
	display:block;
	clear:both;
	width:100%;
	height:0.1px;
	line-height:0;
	font-size:0.1em;
	overflow:hidden;
	visibility:hidden;
}

/* MacIE用 clear fix */
* html .naibu ul,
* html #maincontainer,
* html .contentsbox01 {
	display:inline-block;
}
/* MacIE用 clear fix */

