@charset "utf-8";


/*-----------------------------
	header
------------------------------*/

#header_inner{
	width:100%;
	background:url(images/header_bg.jpg) no-repeat center 161px;
	overflow:hidden;
}



/*-----------------------------
	side
------------------------------*/

/* snav */
#side .snav{
	clear:both;
}
#side .snav dt{
	cursor:pointer;
	border-bottom:1px solid #314056;
}
#side .snav li{
	border-bottom:1px solid #314056;
}



/*-----------------------------
	main
------------------------------*/

/* box */
#main .box{
	clear:both;
	width:705px;
	margin-bottom:20px;
	padding-top:20px;
	border-top:1px dotted #999;
	overflow:hidden;
}
#main .box dl{
	border-bottom:1px dotted #999;
	margin-bottom:20px;
	padding:0 0 20px;
	overflow:hidden;
}
#main .box dt{
    padding-left: 0;
	margin-bottom:20px;
	font-size:140%;
}
#main .box dd{
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
}
#main .box dd a{
    background: url("images/yajirushi.png") no-repeat scroll 2px 5px transparent;
    font-weight: bold;
    padding-left: 15px;
}














