/**********************************すべてのタグの基本設定****************************/
body,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,p,a,div,img,span,br,hr,address,table,tr,td{
	margin: 0px;
	list-style: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 95%;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color:#333333;
	border-collapse:collapse;
}
a:hover{
	color:#ef0000;
}
/**********************************ページの背景色の設定****************************/
body{
	background-color:#ffffff;
}
/**********************************ページのレイアウトの設定************************/
#wrapper{
	width: 840px;
	margin:0px auto;
	background-color:#ffffff;
}
#header_top{
	background-color:#ffffff;
	width:840px;
	background-image:url(../img/common/top.jpg);
	background-repeat:no-repeat;
	margin-bottom:10px;
}
#header{
	background-color:#ffffff;
	width:840px;
	background-image:url(../img/common/top_s.jpg);
	background-repeat:no-repeat;
	margin-bottom:20px;
}
#contents{
	width:840px;
}
* html #header{
	position:static;
	z-index:0;
	width: auto;
}
* html #contents{
	padding-top:0px;
}

/**********************************ロゴの設定**********************************/
#header_top h2 a{
	float:left;
	text-decoration: none;
	background-image: url(../img/common/rogo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height:100px;
	width: 270px;
	overflow: hidden;
	float:left;
}
#header h2 a{
	float:left;
	text-decoration: none;
	background-image: url(../img/common/rogo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height:100px;
	width: 270px;
	overflow: hidden;
	float:left;
}
#header h2{
	float:left;
}

/**********************************ロゴ横の設定**********************************/
#header_top ul li{
	text-indent:-9999px;
	overflow:hidden;
}
#header ul{
	float:left;
	width:300px;
}
#header ul li{
	text-indent:-9999px;
	overflow:hidden;
}
/**********************************トップページメニューの設定**********************************/
#header_top #menu{
	clear:both;
	width:840px;
	background-image:url(../img/menu/menu.jpg);
	background-repeat:no-repeat;
	height:21px;
	padding-top:9px;
	padding-left:20px;
}
#header_top #menu ul li{
	float:left;
}
#header_top #menu ul li{
	text-indent:inherit;
	overflow:inherit;
}
#header_top #menu ul li a{
	height: 12px;
	font-size:110%;
	border-right:2px solid #999999;
	padding:0px 18px;
}
#header_top #menu ul li.last a{
	border:none;
}
/**********************************メニューの設定**********************************/
#header #menu{
	clear:both;
	width:840px;
	background-image:url(../img/menu/menu.jpg);
	background-repeat:no-repeat;
	height:21px;
	padding-top:9px;
	padding-left:20px;
}
#header #menu ul{
	width:840px;
}
#header #menu ul li{
	float:left;
}
#header #menu ul li{
	text-indent:inherit;
	overflow:inherit;
}
#header #menu ul li a{
	height: 12px;
	font-size:110%;
	border-right:2px solid #999999;
	padding:0px 18px;
}
#header #menu ul li.last a{
	border:none;
}
p.clear{
	clear:both;
	height:0px;
	overflow:hidden;
}

/**********************************フッターメニューの設定************************/
ul.footer_menu{
	padding-left:120px;
}
ul.footer_menu li{
	float:left;
	padding:0px 10px;
	margin-bottom:10px;
	border-right:1px solid #cccccc;
}
ul.footer_menu li.last{
	border:none;
}
/**********************************コピーライトの設定************************/
address{
	clear:both;
	width: 840px;
	background-color:#D4DEAC;
	text-align:center;
	height:1.4em;
	padding:5px 0px 3px;
	font-weight:bold;
	font-size:80%;
}

/**********************************見出しの設定************************/
h3{
	background-image:url(../img/common/bikkuri.jpg);
	background-repeat:no-repeat;
	background-position:left 1px;
	height:17px;
	padding:9px 0px 9px 50px;
	color:#8C4D1E;
	font-size:120%;
	font-weight:bold;
	border-bottom:1px dashed #5F2210;
	margin-bottom:20px;
}
h3.no_bg{	
	padding:3px 0px 9px 50px;
	background-image: none;
	padding-left:17px;
}
h3 span{
	color:#B0AFAF;
	position:relative;
	left:10px;
}

h4{
	background-color:#116EBE;
	color:#ffffff;
	font-weight:bold;
	font-size:120%;
	padding:10px 10px 1px;
	margin-bottom:10px;
}
h5{
	color:#ffffff;
	font-weight:bold;
	font-size:110%;
	margin-bottom:10px;
	background-image:url(../img/common/lead_bg.gif);
	background-repeat:no-repeat;
	width:810px;
	height:20px;
	padding:5px 0px 5px 30px;
}
h5.other{	
	background: url(../img/common/lead01_bg.gif);
}	
h5.other a{	
	color:#ffffff;	
	font-weight:bold;
}
h5.other a:hover{	
	color:#ef0000;	
}
/*h5{
	color:#116EBE;
	font-weight:bold;
	font-size:120%;
	margin-bottom:10px;
	margin-left:10px;
}*/
div.midashi_01{
	padding:0px 10px;
	margin-bottom:10px;
	background: #ACACAC;
}	
p.right{
	margin-bottom:20px;
	padding-left:10px;
	line-height: 140%;
}
p.midashi_01{
	background-color:#DB9F03;
	color:#ffffff;
	font-weight:bold;
	font-size:110%;
	padding:5px 0px 5px 10px;
	margin-bottom:10px;
}
div.midashi_02{
	padding:0px 10px;
	margin-bottom:10px;
	background: #ACACAC;
}
p.midashi_02{
	background-color:#8AA717;
	color:#ffffff;
	font-weight:bold;
	font-size:110%;
	padding:5px 0px 5px 10px;
	margin-bottom:10px;
}
p.midashi_03{
	color:#DB9F03;
	font-weight:bold;
	font-size:110%;
	margin-bottom:10px;
	margin-left:30px;
}	
p.midashi_04{
	color:#DB9F03;
	font-weight:bold;
	font-size:110%;
	margin-bottom:10px;
	margin-left:30px;
}
p.midashi_03 span{
	text-indent:20px;
	font-size:80%;
	color:#333333;
	margin-left:10px;
}
p.u_04{
	margin-left:30px;
	margin-bottom:20px;
}
p.midashi_05{
	font-weight:bold;
	font-size:105%;
	margin-bottom:10px;
	background-image:url(../img/common/lead_style1.gif);
	background-repeat:no-repeat;
	background-position:center left;
	height:20px;
	padding:8px 0px 2px 35px;
	margin-left:5px;
}
















