@charset "utf-8";
/* ===========================================
	共通設定
=========================================== */
/*--------------------------------------------------
	リセット
--------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 75%;
	font-family: "ＭＳ Ｐゴシック","メイリオ","Meiryo",Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"MS PGothic",Sans-Serif;
	background: #FFFFFF;
	color: #000;
	text-align: center;
	line-height: 1.4;
}

body,div,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0px;
	padding: 0px;
}

html>body { font-size: 12px; }

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

table,th,td,input,textarea { font-size: 100%; }

ol,ul {	list-style: none; }

address,em,cite { font-style: normal; }

img { border: none; vertical-align: top; }

a { overflow: hidden; text-decoration: none; }

/*--------------------------------------------------
	余白
--------------------------------------------------*/
.mgT0 { margin-top: 0px !important; }
.mgT05 { margin-top: 5px; }
.mgT08 { margin-top: 8px; }
.mgT09 { margin-top: 9px; }
.mgT10 { margin-top: 10px !important; }
.mgT11 { margin-top: 11px; }
.mgT12 { margin-top: 12px; }
.mgT15 { margin-top: 15px; }
.mgT20 { margin-top: 20px; }
.mgT25 { margin-top: 25px; }
.mgT40 { margin-top: 40px; }
.mgT50 { margin-top: 50px; }
.mgT64 { margin-top: 64px; }

.pdT05 { padding-top: 5px; }

.pdB35 { padding-bottom: 35px !important; }

.mgL04 { margin-left: 4px; }
.mgL10 { margin-left: 10px; }
.mgL20 { margin-left: 20px; }

/*--------------------------------------------------
	リンクカラー
--------------------------------------------------*/

a:link    { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:hover   { color: #FF0000; text-decoration: underline; }
a:active  { color: #FF0000; }


/*--------------------------------------------------
	フォントサイズ
--------------------------------------------------*/

.fs10 {	font-size: 80%; }
.fs12 {	font-size: 100%; }
.fs14 {	font-size: 120%; }
.fs16 {	font-size: 135%; }

.bold { font-weight: bold; }


/*--------------------------------------------------
	フォントカラー
--------------------------------------------------*/

.red { color: #cc0000; }

/*--------------------------------------------------
	行間 12/14追加
--------------------------------------------------*/
.lh13 { line-height: 1.3; }
.lh14 { line-height: 1.4; }
.lh16 { line-height: 1.6; }
.lh18 { line-height: 1.8; }
/*--------------------------------------------------
	位置
--------------------------------------------------*/

.alnR { text-align: right !important; }
.alnC { text-align: center !important; }
.alnL { text-align: left !important; }

.fltR { float: right; }
.fltL { float: left; }

.valnT { vertical-align: top; }
.valnB { vertical-align: bottom; }

.inline { display: inline; }
.block { display: block; }


/*--------------------------------------------------
	float解除
--------------------------------------------------*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix { display: inline-block; }
/*\*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/

.both { clear: both; }

/* ===========================================
	レイアウト
=========================================== */
#wrap {
	width: 825px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 1px solid #dcdddd;
	overflow: hidden;
	clear: both;
}
#header {
	width: 825px;
	height: 119px;
	margin: 0 auto;
	background: url(../img/head_bg.gif) no-repeat;
	position: relative;
	clear: both;
}
#header .gNavi {
	width: auto;
	position: absolute;
	top: 46px;
	left: 121px;
	z-index: 2;
}
#header .gNavi li {
	display: block;
	float: left;
	margin-right: 8px;
}
#header .logo {
	position: absolute;
	top: 49px;
	right: 27px;
}

#contents {
	width: 704px;
	margin: 0 auto;
	padding-left: 121px;
	background: url(../img/main_bg.gif) repeat-y top left;
	text-align: left;
	overflow: hidden;
	clear: both;
}
/*--------------------------------------------------
	index.html
--------------------------------------------------*/
#header .title {
	position: absolute;
	top: 42px;
	right: 1px;
	z-index: 1;
}
* html #header .title {
	position: absolute;
	top: 42px;
	right: 0px;
	z-index: 1;
}

#topContents {
	width: 703px;
	margin: 0 auto;
	padding-left: 121px;
	padding-right: 1px;
	background: url(../img/main_bg.gif) repeat-y top left;
	text-align: left;
	overflow: hidden;
	clear: both;
	padding-top: 64px;
}
#topContents .bottomBox {
	background: url(../img/top_bottom_bg.jpg) no-repeat 0px 420px;
	width: 600px;
	height: 676px;
	clear: both;
	position: relative;
	margin-left: -20px;
	padding-left: 20px;
	padding-top: 27px;
}
* html #topContents .bottomBox { width: 620px; }
#topContents .bottomBox .shortBoxL { float: left; width: 274px; }
#topContents .bottomBox .shortBoxR { float: right; width: 302px; }
#topContents .bottomBox .shortBoxL ul li,
#topContents .bottomBox .shortBoxR ul li { overflow: hidden; clear: both; }
#topContents .bottomBox .shortBoxL ul li img ,
#topContents .bottomBox .shortBoxR ul li img { float: left; }
#topContents .bottomBox .shortBoxL ul li p img ,
#topContents .bottomBox .shortBoxR ul li p img { float: right; }
* html #topContents .bottomBox .shortBoxL ul li p { display: inline; vertical-align: top; } 
* html #topContents .bottomBox .shortBoxR ul li p { display: inline; vertical-align: top; }
#topContents .bottomBox .contact {
	margin-top: 55px;
	font-size: 120%;
	text-align: left;
	clear: both;
}
#topContents .bottomBox .contact p.txt01 {
	position: absolute;
	left: 20px;
	top: 677px;
}
#topContents .bottomBox .contact p.txt02 {
	position: absolute;
	right: -59px;
	top: 677px;
}
/*--------------------------------------------------
	price.html
--------------------------------------------------*/
#contents .title {
	height: 40px;
	width: 544px;
	margin-top: 22px;
	display: block;
	border-top: 1px solid #bbbabd;
	border-bottom: 1px solid #bbbabd;
	background: #e9e5eb;
	text-indent: 15px;
	font-size: 125%;
	font-weight: bold;
	line-height: 40px;
}
#contents .title span { color: #b0848d; }
#contents p img {
	margin-top: 25px;
	margin-left: 20px;
}
#contents ul {	margin-left: 20px; }
#contents ul li { font-size: 120%; }
#contents ul.indentList li {
	font-size: 100%;
	text-indent: -1.4em;
	padding-left: 1.4em;
}
#contents .box01 {
	width: 503px;
	margin-top: 25px;
	margin-left: 20px;
	text-align: left;
	clear: both;
}
#contents .box01 .title {
	background: #aa8896;
	width: 503px;
	height: 25px;
	line-height: 25px;
	font-size: 120%;
	text-align: center;
	color: #FFFFFF;
}
#contents .box01 .sTitleL {
	background: #898989;
	width: 204px;
	height: 26px;
	margin-top: 7px;
	line-height: 26px;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	float: left;
}
#contents .box01 .sTitleR {
	background: #ae5e7a;
	width: 204px;
	height: 26px;
	margin-top: 7px;
	line-height: 26px;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	float: right;
}
#contents .box01 table {
	margin-top: 10px;
	width: 503px;
	clear: both;
}
#contents .box01 table td {
	border-top: 1px solid #706f70;
	border-left: 1px solid #706f70;
	border-right: 1px solid #706f70;
	vertical-align: middle;
	height: 36px;
}
#contents .box01 table td.last {
	border: 1px solid #706f70;
	vertical-align: middle;
	height: 36px;
}
#contents .box01 table td img {	margin-left: 15px; }
#contents .box01 table td.nobg {	border: none; }
#contents .box01 table td.nobg img { margin-left: 0px; }
#contents .box02 {
	width: 503px;
	margin-top: 22px;
	margin-left: 20px;
	text-align: left;
	clear: both;
	position: relative;
}
#contents .box02 .fukidashi {
	position: absolute;
	right: -43px;
	top: 120px;
}
#contents .box02 table {
	width: 503px;
	border-left: 1px solid #706f70;
	border-top: 1px solid #706f70;
}
#contents .box02 table td {
	border-right: 1px solid #706f70;
	border-bottom: 1px solid #706f70;
	vertical-align: middle !important;
	height: 36px;
}
#contents .box02 table td img { margin-left: 13px; }
#contents .box03 {
	width: 670px;
	margin-left: 20px;
	margin-top: 34px;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: left;
	font-size: 120%;
	clear: both;
}
#contents .box03 p { display: block; }
#contents .box03 p img {
	margin-top: 0px;
	margin-left: 4px !important;
}
/*--------------------------------------------------
	map.html
--------------------------------------------------*/
#contents .box04 {
	width: 597px;/* 704px */
	padding-left: 107px;
	margin-top: 32px;
	text-align: left;
	font-size: 120%;
	clear: both;
}
#contents .box04 dl {}
#contents .box04 dl dt {
	margin-top: 24px;
	font-size: 130%;
}
#contents .box04 dl dd li { list-style-type: disc; }
#contents .box04 p strong {
	font-size: 130%;
	font-weight: normal;
	color: #894158;
}
#contents .box04 div {
	width: 550px;
	margin-top: 3px;
	margin-bottom: 30px;
	padding-top: 16px;
	padding-bottom: 21px;
	background: #fff2c2;
	text-align: center;
	line-height: 24px;
}
#contents .box04 div p img { margin: 0 0 0 20px !important; }
* html #contents .box04 div p img { vertical-align: middle; }
