@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
}
html {
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #221714;
}
#roof {
	height: 17px;
	background-color: #90CCD6;
	color: #FFF;
	font-size: 10px;
	line-height: 17px;
}
#header {
	height: 144px;
	background: url(../img/bg_header.png) repeat-x center top;
}
	#logo {
		display: block;
		width: 352px;
		height: 106px;
		background: url(../img/logo.png) no-repeat left top;
		position: absolute;
		left: 64px;
		top: 17px;
	}
	#header_menu {
		width: 220px;
		height: 36px;
		position: absolute;
		right: 0px;
		top: 0px;
	}
		#header_menu li {
			display: block;
			list-style: none;
			width: 98px;
			height: 36px;
			line-height: 36px;
			float: left;
			padding-left: 12px;
			background: url(../img/arrow_orange.png) no-repeat left center;
		}
	#header a:link,
	#header a:visited {
		color: #221714;
		text-decoration: none;
	}
	#header a:hover {
		text-decoration: underline;
	}
#menu {
	height: 43px;
	border-style: solid;
	border-color:#DDD;
	border-width: 1px 0px;
	background-color: #EAF4F6;
}
	#menu a {
		display: block;
		list-style: none;
		height: 43px;
		border-right: solid 1px #DDD;
		line-height: 43px;
		float: left;
		padding: 0px 20px 0px 34px;
		background: url(../img/arrow_blue.png) no-repeat 20px center;
		color: #221714;
		text-decoration: none;
		font-weight: bold;
		position: relative;
		transition: all 0.3s ease 0s;
	}
	#menu a:hover {
		background-color: #A5D4DC;
	}
	#menu_1 {
		border-left: solid 1px #DDD;
	}
	#menu_2 {
	}
	#menu_3 {
	}
	#menu_4 {
	}
	#menu_5 {
	}
#page {
	background-color: #F3F2ED;
	padding: 20px 0px;
	border-bottom: solid 1px #DDD;
}
	#box_left {
		width: 238px;
		float: left;
		margin-right: 10px;
		background-color: #FFF;
		border: solid 1px #DDD;
	}
		#box_left .heading {
			height: 50px;
			background: url(../img/bg_heading_orange.png) no-repeat 0px 0px;
			line-height: 50px;
			position: relative;
			margin-bottom:20px;
		}
			#box_left .heading .ja {
				margin-left: 45px;
				font-weight: bold;
			}
			#box_left .heading .en {
				display: block;
				width: 78px;
				height: 50px;
				position: absolute;
				right: 0px;
				top: 0px;
				font-family: 'Roboto Condensed', sans-serif;
				font-size: 24px;
				color: #FFF;
				font-weight: bold;
				text-align: center;
			}
		#box_left .recommend {
			width: 220px;
			margin: 0px auto;
			padding-bottom: 10px;
		}
			#box_left .recommend a {
				text-decoration: none;
			}
			#box_left .recommend img {
				display: block;
				width: 220px;
				margin-bottom: 5px;
			}
			#box_left .recommend .noimage {
				display: block;
				background-color: #AAA;
				height: 90px;
				font-weight: bold;
				line-height: 90px;
				text-align: center;
				color: #FFF;
				margin-bottom: 5px;
			}
			#box_left .recommend .message {
				font-size: 12px;
				line-height: 20px;
			}
	#box_center {
		width: 600px;
		float: left;
		margin-right: 10px;
	}		
		#box_center .content {
			background-color: #FFF;
			border: solid 1px #DDD;
			border-width: 1px 0px;
		}
		#box_center .heading {
			height: 48px;
			border: solid 1px #DDD;
			border-width: 1px 0px;
			background-color: #EAF4F6;
			line-height: 48px;
			font-size: 14px;
			font-weight: bold;
		}
			#box_center .heading span {
				display: block;
				border-left: solid 10px #36B4C3;
				padding-left: 14px;
			}
		#box_area {
			padding: 24px 18px;
		}
			.button_area {
				display: block;
				width: 272px;
				height: 70px;
				float: left;
				background-image: url(../img/bg_area.png);
				background-repeat: no-repeat;
				color: #FFF !important;
				line-height: 70px;
				font-size: 20px;
				text-decoration: none;
				text-align: center;
				font-weight: bold;
				transition: all 0.2s ease 0s;
				-moz-transition: all 0.2s ease 0s;
				opacity: 1;
				-moz-opacity: 1;
			}
			.button_area:hover {
				opacity: 0.7;
				-moz-opacity: 0.7;
			}			
			#button_tokyo {
				margin-right: 18px;
				margin-bottom: 18px;
				background-position: 0px 0px;
			}
			#button_kanagawa {
				margin-bottom: 18px;
				background-position: -272px 0px;
			}
			#button_chiba {
				margin-right: 18px;
				background-position: 0px -70px;
			}
			#button_saitama {
				background-position: -272px -70px;
			}
	#box_right {
		width: 238px;
		float: left;
	}
		#box_right .content {
			background-color: #FFF;
			border: solid 1px #DDD;
		}
		#box_right .heading {
			height: 50px;
			background: url(../img/bg_heading_green.png) no-repeat 0px 0px;
			line-height: 50px;
			position: relative;
			margin-bottom: 20px;
		}
			#box_right .heading .ja {
				margin-left: 45px;
				font-weight: bold;
			}
			#box_right .heading .en {
				display: block;
				width: 78px;
				height: 50px;
				position: absolute;
				right: 0px;
				top: 0px;
				font-family: 'Roboto Condensed', sans-serif;
				font-size: 24px;
				color: #FFF;
				font-weight: bold;
				text-align: center;
			}
		#box_right .item {
			width: 220px;
			padding-bottom: 10px;
			border-bottom: dotted 1px #333;
			margin: 0px auto 10px;
		}
		#box_right .item:last-child {
			border: none;
			margin-bottom: 0px;
		}
			#box_right .item .catch {
				height: 20px;
				line-height: 20px;
				padding-left: 20px;
				background: url(../img/arrow_new.png) no-repeat left center;
				margin-bottom: 5px;
			}
				#box_right .item .catch a {
					color: #35B3C3;
					text-decoration: underline;
				}
			#box_right .item .area {
				font-size: 12px;
			}
			#box_right .item .message {
				font-size: 12px;
			}
		#twitter {
			border-top: solid 5px #A5D4DC !important;
		}
#footer {
	padding: 20px 0px;
}
	#footer ul {
		display: block;
		text-align: center;
		font-size: 12px;
		line-height: 26px;
		font-weight: bold;
	}
		#footer ul li {
			display: inline;
			margin: 0px 20px;
		}
			#footer ul li a {
				color: #221714;
				text-decoration: none;
			}
			#footer ul li a:hover {
				text-decoration: underline;
			}
#floor {
	font-size: 10px;
	text-align: center;
}
.box {
	width: 1100px;
	margin: 0px auto;
}
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
}
.shadow {
	box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
}
.button_blue {
	display: block;
	width: 160px;
	height: 30px;
	background-color: #36B4C3;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	line-height: 30px;
}
.heading_clover {
	height: 30px;
	font-size: 16px;
	color: #A6CC5C;
	line-height: 30px;
	font-weight: bold;
	padding-left: 24px;
	background: url(../img/clover.png) no-repeat left center;
	margin-bottom: 10px;
}
.heading_green {
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	background-color: #C2DF87;
	padding: 0px 10px;
	margin-bottom: 10px;
}