/***************************************
 * common.css
 ***************************************/

/* [layout] //////////////////////////*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
	/*font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;*/
	font-family : Arial;
	font-size: 12px;
	color: #333;
	background: url(../image/head/bg.jpg) top repeat-x;
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #f60;
	text-decoration: none;
}
img {
	border: none;
}
input, textarea, select {
	font-size: 1em;
}
option {
	padding: 0 3px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
li {
	list-style: none;
}

/* [#wrapper] ////////////////////////*/
#wrapper {
	overflow: hidden;
	width: 800px;
	margin: 0 auto;
}

/* [#header] ////////////////////////*/
#header {
	overflow: hidden;
	height: 110px;
	margin-bottom: 10px;
}

/* [#main_menu] ////////////////////////*/
#main_menu {
	overflow: hidden;
	width: 800px;
	margin-bottom: 10px;
}
.main_img {
	width: 560px;
	float: left;
}
.menu {
	width: 230px;
	float: right; 
}
.menu li {
	height: 82px;
	margin-bottom: 6px;	
}
.menu li.none {
	margin-bottom: 0;
}



/* [#contents] ////////////////////////*/
#contents {
	overflow: hidden;
}

/* #main */
#main {
	width: 600px;
	margin-bottom: 20px;
	float: right;
	line-height: 1.5;
}

/* [#sidebar] ////////////////////////*/
#sidebar {
	width: 200px;
	float: left;
}

/* [#footer] ////////////////////////*/
#footer {
	width: 100%;
	height: 25px;
	line-height: 25px;
	background: #AF78B2;
}
#footer p {
/*
	width: 800px;
	margin: 0 auto;
*/
	color: #fff;
	text-align: center;
}
#footer p a {
	color: #fff;
	text-decoration: underline;
}
#footer p a:hover {
	color: #f60;
	text-decoration: underline;

}

/* [画像サイズ制御] //////////////////////////*/
#sidebar img {
	max-width: 190px;
	height: auto;
}
.room {
	text-align: center;
}
.room dd img {
	max-width: 420px;
	height: auto;
	display: inline-block;
}

/* [.sidebar-photo-link] サイドバー写真リンク（ラベル付き） //////////////////////////*/
.sidebar-photo-link {
	display: inline-block;
	margin-bottom: 10px;
	text-decoration: none;
	max-width: 190px;
}
.sidebar-photo-link img {
	display: block;
	margin-bottom: 0 !important;
	width: 100%;
}
.sidebar-photo-label {
	display: block;
	background: #AF78B2;
	color: #fff;
	text-align: center;
	padding: 6px 0;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
}

/* [.inq-bottom] ページ末尾のお問い合わせリンク //////////////////////////*/
.inq-bottom {
	text-align: center;
	margin: 30px 0 10px;
}
.inq-bottom img {
	width: 400px;
	max-width: 100%;
	height: auto;
}
.inq-bottom a:hover img {
	opacity: 0.8;
}

/* [.tel-text] 電話番号テキスト表示 //////////////////////////*/
.tel-text {
	font-size: 22px;
	font-weight: bold;
	color: #AF78B2;
	letter-spacing: 1px;
	text-align: center;
	padding: 8px 0;
}
.tel-text p {
	margin: 4px 0;
	font-size: 18px;
}
.tel-text p:last-child {
	font-size: 12px;
	color: #666;
	font-weight: normal;
}
