@charset "utf-8";
/* 共有ベース定義
-----------------------------------------------	*/
body {
	text-align:left;
	color: #ffffff;
	cursor: auto;
	font: normal normal 13px/21px 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	letter-spacing:0.8px;
	word-spacing:normal;
	min-width:1000px;
}
.mincho{font:normal normal 13px/25px "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro","HGS明朝E", "ＭＳ Ｐ明朝", serif;}
 
#wrapper{
	width:100%;
	margin:0 auto;
}
*:first-child+html img {
	vertical-align: top;
}
* html img {
	vertical-align: top;
}
/* 強調 */
strong {
	font-weight: bold;
}

/*=============================================*/
/*                ヘッド部分                   */
/*=============================================*/
header{
	width:100%;
	background:url(../img/shared/header_bg.png) repeat-x top center;
	position:fixed;
	z-index:999;
	height: 208px;
}
#header_contents{
	background:url(../img/shared/header_line.png) repeat-x top center;
	width:100%;
}
#headerInner{
	width:1000px;
	position: relative;
	height: 190px;
	margin:0 auto;
	padding-top: 18px;
}
h1{
	position: absolute;
	font-size: 12px;
	line-height:18px;
	color:#cecece;
	top: 22px;
	left: 550px;
	width: 250px;
}
#tel{
	position: absolute;
	width: 322px;
	left: 195px;
	top: 19px;
}

#logo{
	width: 186px;	
}
#header_btn{
	position: absolute;
	width: 159px;
	right: 0;
	top: 19px;
}
/*=============================================*/
/*    ナビゲーション部（グローバル）   */
/*=============================================*/
.globalNav{
	position: absolute;
	top: 69px;
	right: 60px;
	width: 746px;
}
.globalNav li{
	float: left;
}
/*=============================================*/
/*                100%メイン囲み   top           */
/*=============================================*/
#contents,.content{
	width:1000px;
	margin:0 auto;
}
/*=============================================*/
/*                   フッターメニュー          */
/*=============================================*/
div#footer{
	width:100%;
	min-width:1000px;
	background:url(../img/shared/footer_bg.png) repeat;
	clear:both;
	padding-top: 54px;
}
#footerInner{
	margin:auto;
	width: 750px;
}
#footerTop{
	background:url(../img/shared/line.png) repeat-x bottom left;
	padding-bottom: 1px;
	margin-bottom: 23px;
}
#footerLeft{
	float: left;
	width: 188px;
	text-align:center;
	margin-left: 7px;
	padding-bottom: 20px;
}
#footer_logo{
	margin-bottom: 9px;
}
#footerRight{
	float: right;
	width: 532px;
	padding-bottom: 28px;
}
#footerBottom{
	height: 65px;
	width: 523px;
	text-align:center;
	position: relative;
	margin:auto;
}
#vcard dt{
	float: left;
	width: 57px;
}
#vcard dd{
	float: right;
	width: 448px;
}

#socialbuttons{
	margin-left: 125px;
}
#socialbuttons div {
 float: left;
}


/* ナビゲーション部（フッター）
-----------------------------------------------	*/

ul#footnav{
	margin-bottom: 25px;
}
ul#footnav li {
	display:inline-block;
	zoom:1 !;
	color:#cdb478;	
}

ul#footnav li a {
	text-decoration:underline;
	line-height:20px;
	color:#cdb478;	
}
ul#footnav li a:hover{
	text-decoration:none;
}
/* =========================================================
	CLEAR
========================================================= */
.clear {
	clear: both !important;
}
br.clear {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
/* CLEAR FIX
--------------------------------------------------------- */
.clearfix {
	zoom:1 !important;
}/* for IE 5.5-7 */
.clearfix:after {
	content: "" !important;
	display: block !important;
	height: 0px !important;
	clear: both !important;
	visibility: hidden !important;
}
#topcontrol{
	z-index:100;
}
.left_col {
	float:left;
}
.right_col {
	float:right;
}
.bg2{
	background:url(../img/shared/bg2.png) repeat;
}
.menuList{
	margin-bottom: 42px;
}
.menuList dl{
	background:url(../img/menu/menuLine.png) repeat-x bottom left;
	line-height:19px;
	padding:9px 0;
}
.menuList dt{
	background:url(../img/menu/dt_icon.png) no-repeat 0px 3px;
	padding-left: 13px;
	float: left;
}
.menuList dd.price{
	float: right;
	text-align:right;
	color:#ffab26;
	width: 215px;
}
.menuList h3{
	margin-bottom: 10px;
}
.menuList h4{
	margin-top: 10px;
}
.pt0{
	padding-top: 0 !important;
}
.center{
	text-align:center;
}


.mt20{
	margin-top:20px;
}