@charset "utf-8";

*{
	padding: 0px;
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	list-style: none;
}

img{
	border: none;
}

hr{
	border: #FCF 1px dotted;
	width: 900px;
	margin: 0px 20px 0px 20px;

}

#wrapper{
	width: 920px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#contents{
	clear: both;
	width: 920px;
	height: auto;
}

#mainBox{
	width: 900px;
	height: auto;
	margin: 20px 20px 20px 20px;
}

#header{
	height: 50px;
	margin: 10px 0px 5px 20px;
}

h1{
	width: 500px;
	float: left;
	font-size: 80%;
	color: #999;
	padding: 0px 10px;
}

h2{
	margin-bottom: 6px;
}

#logo{
	float: left;
}

#mainP{
	height: 360px;
	margin: 4px 20px;
}

#detail{
	float: left;
	width: 320px;
	font-size: 140%;
	font-weight: bold;
	color: #F4ABAE;
	text-align: right;
	margin-top:22px;
}

/*ナビ*/

#navi {
	margin: 4px 20px 0px;
	width: 900px;
	height: 50px;
}

#navi ul li{
	float: left;
	margin:0px 4px;

}

#navi01 a{
	width: 172px;
	height: 50px;
	background-image: url(img/navi01.gif);
	display: block;
	text-indent:-9999px;
}

#navi01 a:hover{
	background-image: url(img/navi01_over.gif);
}

#navi02 a{
	width: 172px;
	height: 50px;
	background-image: url(img/navi02.gif);
	display: block;
	text-indent:-9999px;
}

#navi02 a:hover{
	background-image: url(img/navi02_over.gif);
}


#navi03 a{
	width: 172px;
	height: 50px;
	background-image: url(img/navi03.gif);
	display: block;
	text-indent:-9999px;
}

#navi03 a:hover{
	background-image: url(img/navi03_over.gif);
}


#navi04 a{
	width: 172px;
	height: 50px;
	background-image: url(img/navi04.gif);
	display: block;
	text-indent:-9999px;
}

#navi04 a:hover{
	background-image: url(img/navi04_over.gif);
}


#navi05 a{
	width: 172px;
	height: 50px;
	background-image: url(img/navi05.gif);
	display: block;
	text-indent:-9999px;
}

#navi05 a:hover{
	background-image: url(img/navi05_over.gif);
}






#mainC{
	width: 640px;
	height: auto;
	float: left;

}

.sub{
	
	width: 240px;
	height: auto;
	float: right;
	border: solid 1px #CCC;
	margin-bottom: 4px;
}

#right{
	width: 240px;
	height: auto;
	float: right;
}



h3{
	background-color: #C5DE8F;
	color:#666;
	font-size: 100%;
}

.text01{
	margin: 10px 10px;
	font-size: 90%;
	color: #666;
}

.text02{
	margin: 10px 10px;
	font-size: 75%;
	color: #666;
}


.h2ver{
	border: #EFEFEF 1px dotted;
	width: 640px;
	margin: 20px 0px;
	clear: both;
}

.map{
	margin: 10px 10px;
	font-size: 90%;
	color: #666;
}

#footer{
	width: 900px;
	height: 50px;
	clear: both;
	color: #F9C;
	text-align: center;
	font-size: 90%;
	padding-top: 30px;
	margin: 0px 20px;

}

#footer a{
	text-decoration: none;
	color: #666;
}

#footer a:visited{
	text-decoration: none;
	color: #F4ABAE;
}


#copy{
	width: 900px;
	height: 20px;
	color: #999;
	text-align: center;
	font-size: 90%;
	margin: 0px 20px;
}

.bottom{
	margin: 20px 20px;
}

.textbox{
	width: 340px;
	float: left;
}

.photo{
	float: right;
	margin-top: 4px;


}

.flow{
	border: #F4ABAE 1px dotted;
	color: #F4ABAE;
	font-size: 100%;
	font-weight: bold;
	width: 310px;
	margin: 4px;
	padding: 4px 0px 4px 10px;
}

.textbox01{
	width: 430px;
	float: left;
}.bold {
	font-weight: bold;
	color: #000;
}
.centertext {
	text-align: center;
}
