/**********************************すべてのタグの基本設定****************************/
*{
	margin: 0px;
	list-style: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0px;
	padding: 0px;
	border:none;
	color:#333333;
	border-collapse:collapse;
	font-size:100%;
}
a:hover{
	color:#ef0000;
}
body{
	font-size:90%;
}
/**********************************ページの背景色の設定****************************/
body{
	background: url(../img/common/bk.jpg);
	background-repeat:repeat;
}

/**********************************ページのレイアウトの設定************************/
#wrapper{
	width: 836px;
	margin:0px auto;
	background:#ffffff;
	border-left:2px solid #979183;
	border-right:2px solid #979183;
	overflow:hidden;
}
#header{
	width:836px;
	height:120px;
	background-image:url(../img/common/top.jpg);
	background-repeat: no-repeat;
}
#contents{
	width:836px;
}
#footer{
	width:806px;
	border-top:2px solid #979183;
	padding:20px 0px;
	margin-left:15px;
}
p.clear{
	clear:both;
	height:0px;
	overflow:hidden;
}
/**********************************ヘッダーの設定**********************************/
#header h2 a{
	width:250px;
	height:73px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	float:left;
}
#header .right{
	float:right;
	height:0px;
	text-indent:-9999px;
	overflow:hidden;
}

/**********************************メニューの設定**********************************/
#header #menu{
	position:relative;
	top:17px;
	padding-left:26px;
}
* html #header #menu li{
	position:relative;
}
#menu li{
	float:left;
	padding:0px 15px;
	border-right:2px solid #cccccc;
}
#menu li.last{
	border:none;
}
#menu li a{
	color:#0156B1;
	font-weight:bold;
	font-size:85%;
}
#menu li a:hover{
	color:#ef0000;
}

/**********************************フッターの設定************************/
#footer h2{
	color:#079937;
	text-align:center;
	font-size:120%;
	font-weight:bold;
	margin-bottom:20px;
}
#footer p{
	text-align:center;
	margin:0px;
	font-size:90%;
}

/**********************************アドレスの設定************************/
address{
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	font-size:80%;
	background-color:#0156B1;
	padding:5px 0px;
	width:840px;
	margin:0px auto;
}


/**********************************共通の見出しの設定************************/
h3{
	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;
	margin-left:15px;
}
h4{
	margin-left:15px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:2px 0px 2px 7px;
	margin-bottom:20px;
	width:799px;
}
h4 span{
	border-left:5px solid #0156B1;
	padding-left:16px;
	font-size:120%;
	font-weight:bold;
	color: #666;
}
h5{
	background-image:url(../img/common/midahi02.jpg);
	background-position:left 2px;
	background-repeat:no-repeat;
	padding-left:16px;
	margin-bottom:10px;
	margin-left:70px;
}
h5 a{
	background-image:url(../img/common/sankaku_ss.jpg);
	background-position:right 2px;
	background-repeat:no-repeat;
	padding-right:30px;
}
h6{
	padding:0px 20px 0px 17px;
	margin-bottom:5px;
	background-image:url(../img/common/midahi02.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	font-size: 105%;
	font-weight: bold;
	color: #246A9E;
}
p{
	padding:0px 20px 0px 17px;
	margin-bottom:10px;
}	
span.bold_r{
	font-weight:bold;
	color:red;
}	
span.bold_g{
	font-weight:bold;
	color:#6C8091;
}	
