/**********************************すべてのタグの基本設定****************************/
body,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,p,a,div,img,span,br,hr,address{
	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-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{
	font-size: 90%;
	background: url(../img/common/bk.jpg) repeat-x;
}
/**********************************ページのレイアウトの設定************************/
#wrapper{
	width: 840px;
	margin:0px auto;
}
#header{
	background-image:url(../img/common/logo.jpg);
	background-repeat:no-repeat;
	width:840px;
}
#contents{
	padding:20px;
	background-color:#ffffff;
}
p.clear{
	clear:both;
	height:0px;
	overflow:hidden;
	margin:0px;
	padding:0px;
}
/**********************************ロゴの設定**********************************/
#header h2 a{
	text-indent: -9999px;
	display: block;
	height: 146px;
	width: 165px;
}

/**********************************メニューの設定**********************************/
#header #menu{
	height:40px;
}
* html #header #menu{
	width:843px;
}


/**********************************コピーライトの設定************************/
address{
	clear:both;
	width:100%;
	text-align:center;
	background-image:url(../img/common/address_bg.jpg);
	background-repeat:repeat-x;
	color:#ffffff;
	height:18px;
	padding:8px 0px 3px;
	font-size: 80%;
}


/**********************************共通の見出しの設定************************/
h3{
	background-image:url(../img/common/h3_border.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#000;
	font-weight:bold;
	font-size:110%;
	padding:2px 0px 2px 14px;
	margin-bottom:10px;
}
h3.title{
	background-image:none;
	color:#ef0000;
}
h4{
	background-image:url(../img/common/h4_border.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:5px 0px 7px 15px;
	font-weight:bold;
	font-size:130%;
	margin-bottom:10px;
	height:24px;
	color: #000;
}
h5{
	font-weight: bold;
	border-top:2px dashed #006699;
	border-bottom:2px dashed #006699;
	background-color: #C8EDFF;
	width: 80px;
	padding:0px 10px;
	margin-left:20px;
}
p{
	padding-left:33px;
}
.chui{
	color:#ef0000;
	font-size:90%;
}
