@charset "utf-8";
#box_center h1 {
	color: #F60;
	margin: 8px;
	font-size: 230%;
	padding-top: 5px;
}

#suggestion_top {
	background-image: url(../public-image/suggestion_top1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 518px;
	margin-right: auto;
	margin-left: auto;
}

/*IE6*/
* html #suggestion_top {
	margin-bottom: -3px;
}

#suggestion_contents {
	width: 518px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFBDAD;
	text-align: left;
}
#suggestion_bottom {
	background-image: url(../public-image/suggestion_bottom1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 518px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
}
/*IE6*/
* html #suggestion_bottom {
	margin-bottom: -3px;
}
#suggestion2_top {
	background-image: url(../public-image/suggestion_top2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 518px;
	margin-right: auto;
	margin-left: auto;
}
/*IE6*/
* html #suggestion2_top {
	margin-bottom: -3px;
}
#suggestion2_contents {
	background-image: url(../public-image/suggestion_other.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 95px;
	text-align: left;
	padding-left: 20px;
}
#suggestion2_contents p {
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}
#suggestion2_contents a {
	margin-left: 10px;
	font-size: 12px;
}


#suggestion2_bottom {
	background-image: url(../public-image/suggestion_bottom2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 518px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	margin-bottom: 20px;
}
#suggestion_contents h2 {
	background-color: #FFF;
	background-image: url(../button/m_star4.jpg);
	background-repeat: no-repeat;
	height: 30px;
	background-position: 210px 10px;
	margin-left: 8px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 325px;
	float: left;
	font-size: 12px;
}
#suggestion_contents p {
	font-size: 12px;
	width: 330px;
	float: right;
	margin-right: auto;
	margin-left: auto;
}

.photo_img {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-color: #FFF;
	border: 1px solid #999;
	float: left;
	margin-left: 10px;
}
.search_link {
	text-align: left;
	padding-left: 23px;
	width: 210px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}



fieldset {
	background-color: #FCF8FC;
	border: 1px solid #CCC;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-bottom: 20px;
}

fieldset p {
	padding-left: 130px;
	text-align: left;
	clear: left;
}
fieldset p label {
	width: 130px;
	margin-left: -110px;
	display: inline;
	float: left;
}
fieldset input {
	margin-bottom: 5px;
	border: 1px solid #CCC;
}
fieldset select {
	margin-bottom: 5px;
	border: 1px solid #CCC;
}
fieldset textarea {
	margin-bottom: 10px;
	font-size: 12px;
	height: 12em;
	border: 1px solid #CCC;
}



fieldset p span {
	font-size: 10px;
}
#tel {
	background-image: url(../../../leisure/images/tel.jpg);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-color: #FFF;
	padding-left: 30px;
}
#mail {
	background-image: url(../public-image/mail.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #FFF;
	padding-left: 30px;
}
#submit_but  {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#rumor_p  {
	text-align: left;
	font-size: 12px;
}
table {
	width: 510px;
}
th {
	background-color: #FCF8FC;
	color: #600;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FCC;
	border-bottom-color: #FCC;
	border-left-color: #FFF;
}
td {
	width: 350px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #FFF;
	text-align: left;
}

