/* CSS Document */

@import url(./setting.css);

#container {
	margin:0 auto;
	text-align:left;
	width:720px;
	padding:0 115px 30px;
	font-weight:bold;
	background:url(../img/bg.gif) left top repeat-y;
}  

.bold {font-weight:bold;}
.text_red {color: #FF0000;}
.text_blue {color: #3100FF;}
.text_10 {font-size:10px;}
.underline{text-decoration:underline;}

h1 {
	margin:10px 0 20px;
}

.waku {
	border:1px solid #FF6928;
	background:#FFF;
	margin-top:20px;
}
.contents {
	padding:20px 40px;
}

.waku h2 {
	background:#FF6928;
	text-align:center;
	color:#FFF;
	line-height:200%;
	font-size:14px;
}

#waku_bottom {
	border:1px solid #FF6928;
	background:#FFF;
	margin-top:20px;
	padding:10px;
	color:#F00;
}

address {
	text-align:center;
	height:40px;
	line-height:40px;
	color:#FFF;
}

.btn_apply {
	text-align:center;
	margin:30px 0;
}

/*	index	*/

h1#main_image {
	margin:10px 0;
}

#image_photo {
	text-align:center;
	margin-top:20px;
}

.intro {
	color: #F00;
	text-align:center;
	padding:20px 0;
}

#tour_contents {
	padding:20px 40px;
}

#menu {
	margin:0 auto;
	width:680px;
	padding:20px 0 0 20px;
}
#menu li {
	float:left;
	display:inline;
	margin:10px 20px 0 0;
}
