@charset "UTF-8";

/*---------- 共通 ----------*/
body {
	background-color: #CCCCCC;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
}
h1,h2,h3,h4,p,ul,li,a,img {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
img {
	vertical-align: bottom;
}

/*---------- div ----------*/
#container {
	/*↓ページ全体を真ん中にする方法--*/
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	height: auto;	/*↑ページ全体を真ん中にする方法--*/
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header {
	width: 930px;
	background-color:#f1efe2;
	/*background-image: url(../img/header.jpg);*/
	height: auto;
}
#header h1 {
	margin:0px;
	padding:0px;
	font-size: 9px;
	text-align:right;
}
/*#header p {
	font-size: 9px;
	font-weight: bold;
	text-align:right;
	text-indent: -999px;
}*/
#header img {
	margin:0px;
	padding:0px;
}
#contents {
	width: auto;
	clear: both;
	background-color: #F1EFE2;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	height: auto;
	background-image: url(../img/asagao_bg1.gif);
	background-repeat: repeat-y;
	margin: 0px;
}
#contents h2 {
	font-family: "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ W3";
	color: #590509;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 16px;
	letter-spacing: 0.3em;
	border-left-width: 13px;
	border-left-style: solid;
	border-left-color: #590509;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #590509;
}
#contents h3 {
	color: #042553;
	letter-spacing: 0.1em;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 4px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 14px;
}
#contents h4 {
	color: #FFFFFF;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-top: 1px;
	margin-left: 5px;
	padding-top: 1px;
	font-weight: bold;
	display: block;
	width: 63px;
	text-align: center;
	letter-spacing: 0.2em;
	background-image: url(../img/bg_h4.gif);
	background-repeat: repeat-x;
	height: auto;
}
#contents p {
	color: #333333;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 1px;
	margin-left: 5px;
	padding-top: 1px;
	letter-spacing: 0.1em;
}
#contents ul,#contents li {
	list-style-type: none;
}
#contents a {
	color: #000099;
}
#contents a:hover	{
	color:#FF9900;
	/*border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;*/
}
#contents a:active	{
	color:#590509;
	/*border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #590509;*/
}
#contents_l {
	float: left;
	height: auto;
	width: 560px;
	margin: 0px;
	padding-right: 5px;
}
#contents_l a {
	color: #042553;
}
#contents_a a:active	{
	color:#590509;
}
#contents_r {
	float: right;
	width: 300px;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#contents_r img {
	padding-top: 5px;
	padding-bottom:5px;
}
#center {
	width:auto;
	height: auto;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#contents_map {
	float: left;
	height: auto;
	width: auto;
	margin: 0px;
	padding-right: 10px;
	padding-left: 25px;
}
#contents_mapr {
	float: right;
	width: 300px;
	height: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#img {
	float: right;
}
#box {
	background-color: #E0E0E0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border: thin solid #590509;
	width: 560px;
}
#box p {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	letter-spacing: 0.2em;
}
#box_2 {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
	width: 550px;
}
#box_2 p {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	letter-spacing: 0.2em;
}
#box_map {
	background-color: #E0E0E0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
	border: thin solid #590509;
	float: left;
	width: 866px;
}
#box_map p {
	margin: 0px;
	padding: 0px;
}
#box_map img {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
#form {
	margin-left: 10px;
	float: left;
	height: auto;
	width: 550px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


/*---------- btn ----------*/
#btn {
	width:300px;
	height:auto;
	text-align:center;
}
#btn ul,#btn li {
	margin:0px;
	padding:0px;
	list-style-type: none;
}
#btn a,#btn a:link,#btn a:visited {
	text-decoration: none;
	text-indent: -5000px;
	display:block;
}

/*---------- btn_main ----------*/
#btn01 {
	/*padding-top:5px;*/
	padding-bottom:5px;
}
#btn01 a {
	background-image: url(../img/btn_con.gif);
	background-repeat:no-repeat;
	width:300px;
	height:62px;
}
#btn01 a:hover {
	background-image: url(../img/btn_conov.gif);
	background-repeat:no-repeat;
	width:300px;
	height:62px;
}
#btn02 {
	padding-top:5px;
	padding-bottom:5px;
}
#btn02 a {
	background-image: url(../img/btn_blog.gif);
	background-repeat:no-repeat;
	width:300px;
	height:62px;
}
#btn02 a:hover {
	background-image: url(../img/btn_blogov.gif);
	background-repeat:no-repeat;
	width:300px;
	height:62px;
}
