/* CSS Document */

#footstamp {
	font-size:85%;
	font-weight: normal;
	margin: 0 0 10px 0;
}



/* sitemap */
h2.sitemap {
	font-size: 110%;
	font-weight: bold;
	background-color: #EEEEEE;
	border-bottom: 3px solid #CC9999;
	padding: 5px;
	margin: 0 0 15px 0;
}
li.sitemap {
	margin: 0 0 15px 0;
}
li.sitemap2 {
	margin: 0 0 15px 20px;
	list-style-type: circle;
}



/* work */
h2.work {
	background-image: url(../work/img/pagetitle.gif);
	background-repeat: no-repeat;
	width: 550px;
	height: 35px;
	margin: 0;
	padding: 0;
}
h2 span {
	display: none;
}

.lead {
	margin: 10px 0 20px 0;
	padding: 0;
}



/* intro */
h2.intro {
	background-image: url(../introduction/img/pagetitle.gif);
	background-repeat: no-repeat;
	width: 550px;
	height: 35px;
	margin: 0;
	padding: 0;
}



/* guide */
h2.guide {
	background-image: url(../guide/img/pagetitle.gif);
	background-repeat: no-repeat;
	width: 550px;
	height: 35px;
	margin: 0;
	padding: 0;
}



/* restrant */
h2.rest {
	background-image: url(../restaurant/img/title.jpg);
	background-repeat: no-repeat;
	width: 550px;
	height: 69px;
	margin: 0;
	padding: 0;
}
.rest_lead {
	background-image: url(../restaurant/img/lead.jpg);
	background-repeat: no-repeat;
	width: 550px;
	height: 252px;
	margin: 0;
	padding: 0;
}
.rest_lead span {
	display: none;
}


.rest_info {
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	margin: 10px 0 10px 0;
	padding: 10px;
}



/* history */
h2.history {
	background-image: url(../history/img/pagetitle.gif);
	background-repeat: no-repeat;
	width: 550px;
	height: 35px;
	margin: 0;
	padding: 0;
}



/* info */
h2.info {
	background-image: url(../info/img/pagetitle.gif);
	background-repeat: no-repeat;
	width: 550px;
	height: 35px;
	margin: 0;
	padding: 0;
}
h3 {
	border-left: 4px solid #996666;
	border-bottom: 1px solid #996666;
	background-color: #EEEEEE;
	margin: 20px 0 0 0;
	padding: 7px;
	font-weight: bold;
	font-size: 110%;
	color: #996666;
}
h4 {
	background-color: #996666;
	margin: 15px 0 0 0;
	padding: 5px;
	font-weight: bold;
	font-size: 105%;
	color: #FFFFFF;
}
h5 {
	font-size: 110%;
	font-weight: bold;
	color: #996666;
	margin: 5px 0 5px 0;
}


/* member */
h2.member {
	background-image: url(../member/img/pagetitle.gif);
	background-repeat: no-repeat;
	width: 550px;
	height: 35px;
	margin: 0;
	padding: 0;
}
h2.form {
	background-image: url(../member/img/formtitle.gif);
	background-repeat: no-repeat;
	width: 550px;
	height: 35px;
	margin: 0;
	padding: 0;
}
.form_left {
	width: 110px;
	margin: 0 0 5px 0;
	padding: 3px;
	background-color: #DDDDDD;
	float: left;
}
.form_right {
	width: 420px;
	margin: 0 0 5px 0;
	padding: 3px;
	float: right;
}
.att_bold {
	color: #666600;
	font-weight: bold;
	font-size: 120%;
}
.form2_left {
	width: 130px;
	margin: 0 0 5px 0;
	float: left;
}
.form2_right {
	width: 400px;
	margin: 0 0 5px 0;
	float: right;
}
.form_submit {
	text-align: center;
	background-color: #FFFFCC;
	margin: 20px 0 20px 0;
	padding: 10px;
}
.form_textarea {
	width: 540px;
	height: 120px;
}

h2.privacy {
	background-image: url(../member/img/privacytitle.gif);
	background-repeat: no-repeat;
	width: 550px;
	height: 35px;
	margin: 0;
	padding: 0;
}
.privacy_left {
	width: 50px;
	margin: 0 0 5px 0;
	padding: 0;
	float: left;
}
.privacy_right {
	width: 480px;
	margin: 0 0 5px 0;
	padding: 0;
	float: right;
}



/* area */
h2.area {
	background-image: url(../area/img/pagetitle.gif);
	background-repeat: no-repeat;
	width: 550px;
	height: 35px;
	margin: 0;
	padding: 0;
}



/* common */
.attention_txt {
	color: #666600;
}

.txt_bold {
	font-weight: bold;
}

.align_center {
	text-align: center;
}

.txt_small {
	font-size: 85%;
}
