@charset "utf-8";
/* 共有ベース定義
-----------------------------------------------	*/
body {
	background:url(../img/shared/body_bg.jpg) repeat center top;
	text-align:left;
	color: #000000;
	cursor: auto;
	font: normal normal 14px/35px "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "HGS明朝E", serif;
	letter-spacing:0em;
	word-spacing:normal;
	min-width:1100px;
	max-height:100%;
	-webkit-text-size-adjust: 100%;
}
.mincho {
	font: normal normal 13px/25px "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "HGS明朝E", serif;
}
.f_eng {
	font-family: Georgia, "Times New Roman", Times, serif
}
.f_normal {
	font: normal normal 14px/32px "メイリオ", Meiryo, "ヒラギノ明朝体 Pro", "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrapper {
	width: 100%;
	min-width: 1100px;
	overflow: hidden;
}
*:first-child+html img {
	vertical-align: top;
}
* html img {
	vertical-align: top;
}
/* 強調 */
strong {
	font-weight: bold;
}
.bg_white {
	background: #FFF;	
}
a {
	color: #fff;
	text-decoration: none
}
/*=============================================*/
/*                 テキスト 変更のみ            */
/*=============================================*/
.f_bold {
	font-weight: bold;
}
.f_italic {
	font-style: italic;
}
.f_color {
	color:#d412bc;	
}
.shadw_img {
	-webkit-box-shadow: 0px 0px 8px #3a3734;
	-moz-box-shadow: 0px 0px 8px #3a3734;
	box-shadow: 0px 0px 8px #3a3734;
}
.shadw {
	-webkit-box-shadow: 0px 0px 8px #3a3734;
	-moz-box-shadow: 0px 0px 8px #3a3734;
	box-shadow: 0px 0px 8px #3a3734;
}
/*=============================================*/
/*                ヘッド部分                   */
/*=============================================*/

/* header (top)*/
#header {
	width: 100%;
	min-width: 1100px;
}
#belt {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 268px;
}
#logo {
	position: absolute;
	top: 65px;
	left: 376px;
}
#h_tel {
	position: absolute;
	top: 141px;
	right: 0;
}
h1 {
	color: #7c7c7c;
	z-index: 999;
	line-height: 20px;
	font-size: 14px;
	position: absolute;
	top:110px;
	right: 0;
}

/*=============================================*/
/*    ナビゲーション部（グローバル）   */
/*=============
================================*/

#globalNav {
	position: absolute;
	top: 92px;
	left: 245px;
	margin-right: -5px;
}
#globalNav li {
	display: block;
	float: left;
}
#globalNav li, #globalNav a {
	display: block;
}
/*=============================================*/
/*                100%メイン囲み   top           */
/*=============================================*/
#container {
	min-width: 1100px;
}
.content {
	width: 1000px;
	margin: 0 auto;
}
/*=============================================*/
/*                   フッターメニュー          */
/*=============================================*/
	
#footer {
	background: url(../img/shared/ft_bg.jpg) repeat-x center top;
	width: 100%;
	min-width: 1100px;
	font-size: 15px;
}

#footer #footer_Center {
	width: 1000px;
	margin: 0 auto;
	background:url(../img/shared/ft_bg_in.png) no-repeat center top;
	position: relative;
	height: 570px;
}
#f_logo {
	position: absolute;
	top: 72px;
	left: 0;	
}
#footer .txt {
	line-height: 22px;
	padding-bottom: 26px;
}
#footer .info {
	line-height: 36px;
	padding-bottom: 35px;
}
#vcard1 {
	color: #fff;
	position: absolute;
	top: 60px;
	left: 162px;
}
#vcard2 {
	color: #fff;
	position: absolute;
	top: 70px;
	right: 0;
}
#footer address {
	position: absolute;
	left: 435px;
	bottom: 24px;
}
/* =========================================================
	CLEAR
========================================================= */
.clear {
	clear: both !important;
}
br.clear {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
/* CLEAR FIX
--------------------------------------------------------- */
.clearfix, .menulist dl {
	zoom: 1 !important;
}/* for IE 5.5-7 */
.clearfix:after, .menulist dl:after {
	content: "." !important;
	display: block !important;
	height: 0px !important;
	clear: both !important;
	visibility: hidden !important;
}
.text_c {
	text-align:center;	
}
.text_r {
	text-align:right;	
}
.col_l {
	float: left !important;
}
.col_r {
	float: right !important;
}
.mar0 {
	margin: 0 !important;
}
.padr_0 {
	padding-right: 0px !important;
}
.pad_0 {
	padding:0 !important;	
}
.center {
	text-align: center !important;
}
.bg_non {
	background: none !important;
}
.border_non {
	border: none !important;
}
.f_22 {
	font-size: 22px!important;
}
.f_17 {
	font-size: 17px!important;
}
.f_20 {
	font-size: 20px!important;
}
.f_30 {
	font-size: 30px!important;
}
.pb0 {
	padding-bottom: 0 !important;
}
.w_260 {
	width: 260px !important;
}

.bg_01 {
	background:url(../img/index/bg_01.jpg) repeat center top;	
}

.bg_02 {
	background:url(../img/menu/bg_02.jpg) repeat center top;	
}
