@charset "utf-8";
/* 全体初期化＆新規
----------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
body {
	font-size: 75%;
	line-height: 1.6;
	font-family: sans-serif;
	color: #333333;
}
/* リンク設定
----------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	color: #0000FF;
	text-decoration: underline;
}
/* 本文
----------------------------------------*/

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #FF6600;
}
#header {
	background-color: #FF66CC;
	height: 125px;
	background-image: url(honnbungazou/top1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
}

#main {
	float: left;
	width: 580px;
	padding: 10px;
	color: #333333;
}
#main p {
	margin-bottom: 5px;
}
#main img {
	margin: 2px 5px;
}

#main h1 {
	font-size: 190%;
	background-color: #FF9900;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 15px;
}
#main h2 {
	font-size: 180%;
	background-color: #FFCC33;
	text-align: center;
	margin-bottom: 20px;
}
#main h3 {
	font-size: 150%;
	background-color: #FFCC33;
	text-align: center;
	margin-bottom: 20px;
}
#wrapper #header #sitmap {
	position: relative;
	top: 130px;
	left: 720px;
}



#header #taitle {
	line-height: 1.2;
	color: #00FF33;
	width: 380px;
	position: absolute;
	left: 350px;
	top: 53px;
}
#header #taitle1 {
	font-size: 170%;
	color: #66FF66;
	position: absolute;
	left: 17px;
	top: 4px;
	width: 252px;
}
#header #taitle2 {
	font-size: 170%;
	color: #cc33cc;
	position: absolute;
	left: 12px;
	top: 7px;
}



#spospo {
	float: left;
	width: 200px;
	background-color: #FFCCFF;
	margin-top: 33px;
}

#menu {
	width: 200px;
	float: left;
	background-color: #FFCCFF;
}
#spospo h4 {
	background-color: #FF9900;
	font-size: 120%;
	padding-left: 5px;
}
#menu h5 {
	background-color: #FFCC33;
	font-size: 120%;
	padding-left: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#menu h4 {
	background-color: #FF9900;
	font-size: 120%;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#menu h6 {
	font-size: 120%;
	background-color: #FFCC33;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#menu ul {
	list-style: none;
	margin-left: 5px;
}


#footer {
	clear: both;
	text-align: center;
	background-color: #FFCC33;
}
#main #spo {
	font-size: 70%;
	margin-top: -10px;
	margin-bottom: -3px;
}
