@charset "utf-8";
/* 共有ベース定義
-----------------------------------------------	*/
body {
	text-align:left;
	color: #393b36;
	cursor: auto;
	font: normal normal 13px/24px 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	letter-spacing:0em;
	word-spacing:normal;
	min-width:1100px;
	-webkit-text-size-adjust: 100%;
}
.mincho{font:normal normal 13px/25px "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro","HGS明朝E", "ＭＳ Ｐ明朝", serif;}
 
#wrapper{
	width:100%;
	min-width:1100px;
	clear:both;
}
*:first-child+html img {
	vertical-align: top;
}
* html img {
	vertical-align: top;
}
/* 強調 */
strong {
	font-weight: bold;
}
.center{
	text-align: center;
	margin:0 auto;
}
.shadw {
	-webkit-box-shadow: 0px 0px 6px #938258;
	-moz-box-shadow: 0px 0px 6px #938258;
	box-shadow: 0px 0px 6px #938258;
	behavior: url(../js/PIE.htc);		
}
a:link{
	color:#1f1f1f;
}
a:visited{
	color:#525252;
}
a:hover{
	color:#000000;
	text-decoration:underline !important;
}
/*=============================================*/
/*                ヘッド部分                   */
/*=============================================*/
#header{
	width:100%;
	min-width:1100px;
	height: 578px;
	position: relative;
}
#slide_key{
	height: 520px;
	width:100%;
	min-width:1100px;
}
#belt{
	width:100%;
	min-width:1100px;
	height: 520px;
	background:url(../img/shared/header_bg.png) repeat-x top center;
	position: relative;
	z-index:10;
}
#beltInner .content{
	height: 520px;
	position: relative;
}
h1{
	font-size: 12px;
	line-height:50px;
}
#tel{
	position: absolute;
	width: 224px;
	right: 0;
	top: 0;
}

#logo{
	width: 290px;
	position: absolute;
	top: 150px;
	left: 355px;
}
/*=============================================*/
/*    ナビゲーション部（グローバル）   */
/*=============================================*/
.globalNav{
	position: absolute;
	bottom: 0;
	left: 0;
	background:url(../img/shared/globalNav_bg.jpg) repeat-x top center;
	padding-top: 3px;
	width:100%;
	min-width:1100px;
}
.globalNav ul{
	position: relative;
	left:50px;
}
.globalNav li{
	float: left;
}
/*=============================================*/
/*                100%メイン囲み   top           */
/*=============================================*/

div#container{
	min-width:1100px;
	clear:both;
	width:100%;
	padding-top: 50px;
}
.content{
	width: 1000px;
	margin:auto;
	position: relative;
}
.w940{
	width: 940px;
	margin:auto;
	position: relative;
}
/*=============================================*/
/*                   フッターメニュー          */
/*=============================================*/
div#footer{
	width:100%;
	min-width:1000px;
	background:url(../img/shared/footer_bg.jpg) repeat top center;
	clear:both;
	/*position: relative;*/
}
#footerInner{
	width: 1000px;
	/*height:615px;*/
	margin: 0 auto;
	position: relative;
	clear:both;
}

.vcard{
	margin-top: 27px;
	clear: both;
}
.box01{
	width: 1000px;
	height: 550px;
	clear:both;
}
.box02{
	width: 1000px;
	height: 550px;
	margin-left: 260px;
	clear:both;
}

#tromba2{
	float: left;
	background:#dce0d9;
	width: 25%;
	padding:67px 4% 50px 4%;
}
#tromba3{
	float: left;
	width: 25%;
	padding:80px 4% 0px 4%;
}
#tromba4{
	float: left;
	width: 25%;
	background:#dce0d9;
	padding:80px 4% 0px 4%;
}
#tromba3 .vcard,#tromba4 .vcard{
	margin-top:50px;
}
#tromba2Logo{
	margin-left: 58px;
}
.footerTel{
	font-size: 14px;
}
.footerTel a{
	color:#393b36;
}
address{
	width: 100%;
	background:#ffffff;
}
address img{
	width: 265px;
	display:block;
	margin:auto;
}
.wifi{
	padding:0 0 10px 0;
	clear: both;
}
.wifi span{
	position:relative;
	top:5px;
	left:10px;
}
#socialbuttons{
	clear: both;
	padding: 0px 0 10px 40px;
	height: 46px;
}
#socialbuttons p {
 float: left;
 width: 45px;
 margin-left: 20px;
}


/* ナビゲーション部（フッター）
-----------------------------------------------	*/
#footnav{
	clear:both;
	background:url(../img/shared/footer_menu.jpg) repeat-x top center;
	padding-bottom: 2px;
}
#footnav ul{
	width: 1000px;
	margin:auto;
	height: 46px;
	text-align:center;
}
#footnav ul li {
	display:inline-block;
	zoom:1;
	
}

#footnav ul li a {
	text-decoration:none;
	margin:0px 19px;
	line-height:46px;
}

/* =========================================================
	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;
}
.mb3{
	margin-bottom: 3px;
}
.mb10{
	margin-bottom: 10px;
}
.ml45{
	margin-left:45px;
	}
.w80{
	width: 80px !important;
}
.w100{
	width: 100px !important;
}
.w93{
	width: 93px !important;
}
.font10{
	font-size: 10px;
}
.font24{
	font-size: 24px;
}
.menuList{
	margin-bottom: 20px;
}
.menuList span{
	text-align:right;
	color:#a20606;
	float: right;
}
.lh22{
	line-height:22px !important;
}
.lh28{
	line-height:28px !important;
}