@charset "utf-8";


/*
//-----------------------------------
//body部分
//-----------------------------------
Hondaヘッダーで強制的に決められる部分を含む
*/
body{
margin: 0px;
padding: 0px;
font-size:80%;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,li,hr {
margin: 0px;
padding: 0px;
}
#fst_img {
	margin: 0px;
	padding: 0px;
	clear: left;
	text-align: center;
}

/*
//-----------------------------------
//fst_header部分(メニュ含む)
//-----------------------------------
*/

#fst_header{
width:700px;
margin:0px auto 10px;
}

#fst_header .menu{
font-size:10px;
}

#fst_header ul{
	list-style-type:none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#fst_contents ul {
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	list-style-type:none;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#fst_contents li {
	float: left;
	padding: 0px;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
}
img {
	margin: 0px;
	padding: 0px;
}

#fst_header li{
	float:left;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	padding: 0px;
}

#fst_header a {
color: #CC0000;
display/**/:block;
text-decoration:none;
}

#fst_header a:hover {color: #CC0000;}
#fst_header a:visited {color:#CC0000;}

#fst_header #fiesta_caution {
color: #f00;
padding:3px;
}
/*
//-----------------------------------
//fst_contents部分
//-----------------------------------
*/

#fst_contents{
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 700px;
	padding: 0px;
	clear: both;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#bg {
	background-image: url(../page1/image/map.jpg);
	background-repeat: no-repeat;
}

.caution_txt{/*募集終了コーション*/
font-weight:700;
font-size:95%;
color: #FF0000;
}


/*
//-----------------------------------
//fst_footer部分(メニュ含む)
//-----------------------------------
*/

#fst_footer{
	text-align:center;
	width:700px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

#fst_footer .menu{
background:url(../image/foot_fiesta.gif) left no-repeat;
font-size:10px;
height:20px;
border-top:1px #999999 solid;
border-bottom:1px #999999 solid;
}

#fst_footer ul{
text-align:left;
margin-left:106px;
list-style-type:none;
}

#fst_footer li{
margin:3px 0px;
padding:0px 10px;
border-left:1px #999999 solid;
float:left;
}

#fst_footer a {
	color: #CC0000;
	display/**/:block;
	text-decoration:none;
}

#fst_footer a:hover {color: #CC0000;}
#fst_footer a:visited {color:#CC0000;}

#fst_footer .totop{
margin:30px 0px;
}
.clear{
clear:both;
}

