@charset "shift-jis";

html{
	overflow-x:hidden;
	overflow-y:auto;
}

body{
	padding:0 0 0 70px;
	text-align:left;
}

/* ナビゲーション設定
----------------------------------------------------------------------------------------------------*/

/* ナビゲーション共通 */

	ul#navi_sub{
		border-top:1px #CCCCCC solid;
		margin:0 0 30px 0;
		width:220px;
	}

	ul#navi_sub li{
		border:1px #CCCCCC solid;
		border-width:0 1px 1px;
		display:block;
		overflow:hidden;
		width:100%;
		vertical-align:bottom;
	}
	
	ul#navi_sub li.bnr{
		border:none;
		margin-top:15px;
	}
	
	ul#navi_sub li li{
		border:1px #CCCCCC dashed;
		border-width:1px 0 0;
	}
	
	ul#navi_sub li a{
		background:url(../img/arrow_navi.gif) no-repeat 8px center;
		color:#333333;
		display:block;
		padding:10px;
		padding-left:30px;
		text-decoration:none;
	}
	
	ul#navi_sub li a:hover{
		background:url(../img/arrow_navi_on.gif) no-repeat 8px center #fef4d9;
		color:#FF8200;
	}
	
	ul#navi_sub li ul{
	}
	
	ul#navi_sub li li a{
		background:url(../img/arrow_navi.gif) no-repeat 30px center;
		padding:10px;
		padding-left:52px;
		width:100%;
	}
	ul#navi_sub li li a:hover{
		background:url(../img/arrow_navi_on.gif) no-repeat 30px center #fef4d9;
	}

	ul#navi_sub li.space_btm{
		border-top:1px #CCC solid;
		margin-bottom:10px;
	}
	ul#navi_sub li.space_btm2{
		margin-bottom:10px;
	}
	ul#navi_sub li.space_btm3{
		border-top:1px #CCC solid;
	}

	ul#navi_sub li p.pro_req{
		color:#f60;
		font-size:80%;
		padding:3px 3px 0px 3px;	
	}
	/* banner */
	p.b_win_title{
		border-bottom:1px #CCC dashed;
		margin-bottom:10px;
		padding-bottom:3px;
		font-size:10px;
		color:#666;
	}
	
	div.bnr{
		width:222px;
	}
	div.bnr a{
		background:none;
		border:none;
		padding:0;
		margin:0;
	}
	
	div.bnr span.bnr_caption{
		font-size:10px;
	}
	
	span.b-win{
		display:block;
		font-size:10px;
		color:#555;
	}
	
	span.mail_icon{
		display:block;
		background:url(../img/footer/mail.gif) no-repeat 4em 50%;	
	}
	
	.bnr_mrgb10{
		margin-bottom:10px;	
	}
	
	.bnr_mrgb15{
		margin-bottom:15px;	
	}
	
	.bnr_mrgb30{
		margin-bottom:30px;	
	}