@charset "UTF-8";

/* ここから 展望風呂 設定*/
#bath {
	width				: 680px;
	height				: auto;
	float				: left;
}

#bath_wrap {
	width				: 680px;
	height				: auto;
}

#bath_wrap_left {
	width				: 340px;
	float				: left;
	height				: auto;
}

#bath_wrap_right {
	width				: 340px;
	float				: right;
	height				: 280px;
}

#bath h1{
	font-size			: 1.25em;
	text-align			: left;
	background-color	: #000066;
	color				: #FFFFFF;
	padding-top			: 3px;
	padding-bottom		: 3px;
	padding-left		: 10px;
}

#bath h2{
	color				: #000000;
	display				: block;
	font-size			: 0.75em;
	text-align			: right;
	font-weight			: normal;
	padding-left		: 2px;
}

#bath h3{
	color				: #000000;
	font-size			: 0.9em;
	font-weight			: normal;
	text-align			: left;
	padding-left		: 20px;
}

/* ここまで 展望風呂*/
