@charset "UTF-8";

/*=======================*/
/* 各ページ共通          */
/*=======================*/

*{
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-decoration: none;
	font-style: normal;
	list-style: none;
}

body{
	color: #333333;
	font-size: 90%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 1.5em;
	background-color: #FBF8EC;
	background-image: url(../img/common/bg.png);
	background-position: center;
	background-repeat: repeat-y;
	overflow-x: hidden;
}

input,
textarea{
	font-size: 100%;
	padding: 3px;
	vertical-align: middle;
}
select{
	font-size: 100%;
	padding: 3px 0 3px 3px;
	vertical-align: middle;
}
option{ margin-right: 3px; }
label{ margin-left: 0.3em; }

img{ border: none }

a { outline : 0;}
a:link { color: #64A01B; }
a:hover { text-decoration: underline; }
a:visited { color: #666666; }

br.clear{
	clear: both;
}


/*=======================*/
/* 全体　　　　          */
/*=======================*/

#whole{
	position: relative;
	width: 960px;
	margin: 0 auto;
	background-color: #FFF;
}

#whole h1 a{
	position: absolute;
	top: 23px;
	left: 30px;
	width: 259px;
	height: 49px;
	text-indent: -9999px;
	background-image: url(../img/common/logo.gif);
	background-position: left top;
	background-repeat: no-repeat;
	z-index: 100;
}


/*=======================*/
/* ヘッダ　　　          */
/*=======================*/

#header{
	position: relative;
	height: 135px;
	background-image: url(../img/common/header_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}

#company a{
	display: block;
	position: absolute;
	top: 53px;
	left: 517px;
	width: 91px;
	height: 24px;
	text-indent: -9999px;
	background-image: url(../img/common/company.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#company a:hover{
	top: 54px;
}

#header p{
	position: absolute;
	top: 14px;
	right: 30px;
	width: 306px;
	height: 58px;
	text-indent: -9999px;
	background-image: url(../img/common/header_tel.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/* --- 文字サイズ変更 --- */

#fontsize{
	position: absolute;
	top: 19px;
	left: 420px;
	width: 182px;
}

#fontsize h2{
	position: absolute;
	top: 5px;
	left: 0;
	width: 60px;
	height: 12px;
	text-indent: -9999px;
	background-image: url(../img/common/h2_font_cg.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#fontsize ul{
	position: absolute;
	top: 0;
	right: 0;
	width: 111px;
	height: 23px;
	margin-left: 60px;
	background-image: url(../img/common/font_cg_m.png);
}

#fontsize li{
	float: left;
}

#fontsize li a{
	display: block;
	position: absolute;
	bottom: 2px;
	width: 30px;
	height: 17px;
	text-indent: -9999px;
	font-size: 10px;
}

#fontsize li#small a{ left: 4px;}
#fontsize li#medium a{ left: 40px; }
#fontsize li#large a{ left: 76px; }


/*=======================*/
/* メニュー　　　        */
/*=======================*/

#menu{
	position: absolute;
	bottom: 0;
	height: 48px;
}

#menu h2{
	display: none;
}

#menu ul li{
	float: left;
}

#menu ul li a{
	display: block;
	width: 120px;
	height: 48px;
	text-indent: -9999px;
	background-position: left top;
	background-repeat: no-repeat;
}
#menu ul li a:hover{ background-position: left bottom; }

#menu ul #menu_home a{ width: 121px; background-image: url(../img/common/menu_home.png); }
#menu ul #menu_about a{ background-image: url(../img/common/menu_about.png); }
#menu ul #menu_location a{ background-image: url(../img/common/menu_location.png); }
#menu ul #menu_roomplan a{ background-image: url(../img/common/menu_roomplan.png); }
#menu ul #menu_comfort a{ background-image: url(../img/common/menu_comfort.png); }
#menu ul #menu_support a{ background-image: url(../img/common/menu_support.png); }
#menu ul #menu_price a{ background-image: url(../img/common/menu_price.png); }
#menu ul #menu_flow a{ width: 119px; background-image: url(../img/common/menu_flow.png); }


/*=======================*/
/* コンテンツ　　        */
/*=======================*/

#contents{
	margin: 50px 0 30px 0;
}


/*=======================*/
/* フッター　　　        */
/*=======================*/

/* --- フッターメニュー --- */

#footer_menu{
	margin-bottom: 20px;
	text-align: center;
}

#footer_menu li{
	display: inline;
	margin-right: 25px;
	border-right: solid 1px #666;
}

#footer_menu li a{
	margin-right: 25px;
}

#footer_menu li.last{
	margin: 0;
	border: none;
}

#footer_menu li.last a{
	margin: 0;
}


/* --- フッター連絡先 --- */

#footer_address{
	position: relative;
	height: 80px;
	background-image: url(../img/common/footer_bg.png);
}

#footer_address p.tel{
	position: absolute;
	top: 13px;
	left: 30px;
	width: 337px;
	height: 53px;
	text-indent: -9999px;
	background-image: url(../img/common/footer_tel.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#footer_address dl{
	position: absolute;
	top: 22px;
	left: 410px;
	line-height: 1.2em;
}

#footer_address dl dt{
	width: 220px;
	height: 23px;
	margin-bottom: 5px;
	text-indent: -9999px;
	background-image: url(../img/common/footer_logo.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#footer_address p.request a{
	display: block;
	position: absolute;
	top: 15px;
	right: 30px;
	width: 236px;
	height: 56px;
	text-indent: -9999px;
	background-image: url(../img/common/footer_request.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#footer_address p.request a:hover{
	top: 16px;
	right: 29px;
}


/* --- copyright --- */

#footer address{
	padding: 10px 30px 50px 0;
	text-align: right;
}
