@charset "utf-8";
body  {
	font: 14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #69f;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #100909;
}
p{
	line-height: 130%;
	}
.twoColFixLtHdr #container { 
	width: 780px; 
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
} 
.twoColFixLtHdr #header { 
	background: #009; 
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 10px 0;
	color: #FFF;
	font-size: 26px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 230px;
	background: #EBEBEB;
	padding: 15px 5px 15px 10px;
}

#menu_v2{
	width:220px;
}
#menu_v2 ul{
	margin:0;
	padding:0;
	list-style:none;
}
#menu_v2 li{
	list-style:none;
	width:220px;
	height:30px;
	margin:5px 0;
	display:block;
}
#menu_v2 li a{
	list-style:none;
	display:block;
	color:#03c;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	text-decoration:none;
	line-height:30px;
	text-indent:15px;
}
#menu_v2 li a:hover{
	background:url(menu_p.jpg) no-repeat;
	text-decoration:none;
}
#menu_v2 li .current{
	list-style:none;
	display:block;
	background:url(menu_b.jpg) repeat-x left;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}
#menu_v2 li a.current, #menu li a:hover.current{
	background:url(menu_b.jpg) repeat-x left;
	color:#fff;
	text-decoration:none;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 245px;
	padding: 0 10px; 
} 
h2{
	font-size: 19px;
	margin-top: 30px;
	}
h3{
	background-color: #dde8ff;
	font-size: 17px;
	line-height: 25px;
	margin-top: 20px;
	margin-bottom: 0px;
	}
h4{
	font-size: 15px;
	border-left: 15px solid #039;
	padding-left: 5px;
	margin-top: 20px;
	margin-bottom: 0px;
	}

	
#button{
	text-align: right;
	padding-top: 15px;
	margin-bottom: 25px;
	}
strong{
	font-weight: bold;
	color: #F30;
	}
.box{
	border: 1px solid #F90;
	padding: 0px 10px;
	margin-top: 20px;
	}
.twoColFixLtHdr #mainContent ul{
	padding-left: 30px;	
	}
.twoColFixLtHdr #mainContent li{
	line-height: 130%;

	}	
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px;
	background:#009; 
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0;
	color: #FFF;
}
.twoColFixLtHdr #footer p a{
	color: #FFF;
	text-decoration: none;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}