@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
#main {
	margin: auto;
	padding: 0px;
	width: 980px;
	border: 2px solid #FCC;
	height: auto;
}
#main #header {
	font-size: 7px;
	color: #666;
	width: 980px;
}
#main #title p {
	height: 124px;
	width: 970px;
}
#main #guide {
	float: left;
	width: 180px;
	text-decoration: none;
}
#header h1 {
	font-size: small;
}

#main #contents01 {
	width: 650px;
	float: left;
}
#main #navi01 p {
	text-decoration: none;
	text-align: center;
}

#main #contents {
	width: 650px;
}
#main #guide02 p {
	text-decoration: none;
	text-align: center;
}

#main #serch {
	float: right;
	width: 150px;
}
#main #fotter {
	font-size: small;
	color: #666;
	width: 980px;
}
h1 {
	color: #666;
	font-family: "メイリオ";
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: "メイリオ";
	font-size: 36px;
	font-weight: bolder;
	color: #E44983;
	text-align: center;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #F36;
}
h3 {
	font-family: "メイリオ";
	font-size: 24px;
	font-weight: normal;
	color: #F60;
	background-color: #FBFFDD;
	text-align: center;
	margin: 2px;
	width: 355px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: medium double #F36;
}

h4 {
	font-family: "メイリオ";
	font-size: 10px;
	font-weight: normal;
	color: #DB006A;
	text-decoration: none;
	text-align: center;
}
h5 {
	font-family: "メイリオ";
	font-size: 12px;
	font-weight: normal;
	color: #906;
	text-align: center;
	margin: 0px;
	padding: 0px;
}


h6 {
	font-family: "メイリオ";
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
}
