/* CSS Document */
@charset "shift_jis";

* {
margin:0;
padding:0;
}

/* 背景 */
body{
	background:#E8F1F7;
	text-align:center;
	margin:1px;
    
}

/* ボックス */
#box {
	width:766px;
	padding:0px;
	background-color: #e9e9e9;
	margin-left: auto;
	margin-right: auto;
	text-align: left;

border-left: 1px solid #aaaaaa;
background:url(img/shadow_right.gif);
background-repeat:repeat-y;
background-position:right;
}

/* ヘッダー */
#header {
border-top: 1px solid #aaaaaa;
background-color: #ffffff;
width: 760px;
height: 100px
margin: 0px;
}

/* コンテンツ部分全体 */
#contents {
background-color: #e9e9e9;
width:760px;
}

/* メニュー部分 */
#conl {
background-color: #e9e9e9;
color:#000;
float:left;
width:155px;
padding-top: 7px; 
text-align:right;
}
ul.menu{
list-style-type: none;
background-color: #e9e9e9;
padding: 0px;
margin: 0px;
}

li.menu{
background-color: #e9e9e9;
padding: 0px;
margin-bottom: -5px;
}


#shimoyama{
	background-color: #fff;
	color:#000;
	width:138px;
	padding: 3px;
	border: 2px solid #FF9999;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 120%;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}


/* コンテンツ部分 */
#conr {
background-color: #fff;
color:#000;
float:right;
width:570px;
padding-left:20px;
padding-right:15px;
padding-bottom:5px;
padding-top:5px;
font-size: 12px; 
line-height: 1.5em; 
text-align: left;  
}

/* ブロードリーフのロゴ */
div.b_logo {
   	clear: both;
	width: 560px;
	padding:0px;
}

div.b_logol {
	width: 560px;
	margin: 15px 0 10px 0;
text-align: center;

}
div.b_logor {
	width: 560px;
	text-align:right;
	}



#private {
	margin-right: 50px;
}

/* フッター */
#footer {
clear:both;
background-color: #4456BB;
color:#fff;
width:756px;
font-size: 12px; 
text-align: center;
display:table;
padding: 2px;
}


/* ボトム背景の影 */
#bottom {

	margin-left: auto;
	margin-right: auto;
	width:766px;
}


h1 {
	font-size: 18px;
	line-height: 120%;
	font-weight: bolder;
	color: #E8174B;
}


/* 文字 */
.px10 {
	font-size: 10px;
	line-height: 120%;
}
.px14 {
	font-size: 14px;

}
.px14#tel {
	font-weight: bold;
	color: #FF0000;
}

/* 資料請求20080318 */
div.shiryou {
   	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center; 
	width: 560px;
	padding:0px;
	padding-bottom:20px;
}

p.shiryou {
	margin-top:20px;
	margin-bottom:10px;
	padding-top:20px;
	background:url("img/line_dot_02.gif") 0 0 repeat-x;
}

/* サイトマップ20080424 */

#conr h1{
    
	}

#conr div#sitemap {
    margin-bottom:200px;
	margin-left:50px;
	clear:both;

} 



#conr #sitemap ul.s_wrap{
    margin : 10px 10px 0 0;
	padding-top : 10px;
    width:480px;
	clear:both;
	}

#conr #sitemap ul.s_wrap li.dad{
	list-style:none; 
	font-size:14px;
	font-weight:bold;
	width: 220px;
	float: left;
	padding:0 5px 5px 12px;
	background:url("img/tri01.gif") 0 2px no-repeat;
	margin:0;

}

#conr #sitemap ul.s_wrap li ul{
	margin: 10px 0px 10px 0;

}
#conr #sitemap ul.s_wrap li ul li.child{
	list-style:none;
	font-size:12px;
	font-weight:bold;
	padding:0 5px 5px 8px;
	background:url("img/tri02.gif") 0 4px no-repeat;
}

#conr #sitemap ul.s_wrap li.dad2{
	list-style:none; 
	font-size:14px;
	font-weight:bold;
	width: 220px;
	padding:0 5px 5px 12px;
	background:url("img/tri01.gif") 0 2px no-repeat;
	margin:0;

}

