@charset "utf-8";

/* *****************************************
/*+  リセット・基本セッティング  +**********
/***************************************** */

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	color: #3b240f;
	background:url(../images/common/body_bg.jpg) repeat-y center top;
	line-height:170%;
	letter-spacing:1.5px;
}
body,
input,
select,
textarea {
	font: 13px/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Godthic Pro W3", HiraKakuPro-W3, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
html {
	overflow-y: scroll;
}
img {
	border: none;
	vertical-align: bottom;
}
table {
	border-collapse:collapse;
}
th {
	text-align: left;
	vertical-align: top;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 400;
	line-height:1.0;
}
ul, ol {
	list-style-type: none;/**/
}
em,
strong,
address {
	font-weight: 400;
	font-style: normal;
}
a {
	outline: none;
	color: #e73d74;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* ボタンリンク */
a.btnLink:link {
	padding:0 0 0 15px;
	background:url(../images/common/arrow_01.gif) no-repeat;
	font-weight:bold;
}


.small {
	font-size:85%;
}
.large {
	font-size:117%;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.pointText {
	font-weight:bold;
}


/* 外部リンク
-----------------------------------------------------------*/
.iconSite {
	margin:0 0 5px 0;
}

/* CLEARFIX
-----------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix { 
	display: inline-block;/*IE7・Mac版IE向け */
}
.clearfix { 
	display: block;/*Opera、Safari向け */
}
.clear {
	clear:both;
}

/* 透過用
----------------------------------------------------------*/
* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));
}

/* 画像リンクのhover
----------------------------------------------------------*/
.link a:hover img{
/*モダンブラウザ用*/
opacity:0.7;
/*IE7以下用*/
filter:alpha(opacity=70);
/*IE8用*/
-ms-filter:"alpha(opacity=85)";
}


/* *****************************************
/*+  共通  +********************************
/***************************************** */
/* 全体
----------------------------------------------------------*/
#leafBg {
	background:url(../images/common/leaf_bg.jpg) no-repeat center top;
}



/* wrapper
----------------------------------------------------------*/
#wrapper {
	margin:0 auto;
	background:#fff;
	width:950px;
}

h1 {
	padding:8px 0 0 20px;
	color:#999;
	font-size:85%;
}

/* header
----------------------------------------------------------*/
#header {
	margin-bottom:20px;
}

/* LOGO */
#logo {
	padding:35px 0 30px 20px;
	float:left;
}


/* headerBox
----------------------------------------------------------*/
#headerBox:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#headerBox {
	display: inline-block;/*IE7・Mac版IE向け */
}
#headerBox {
	display: block;/*Opera、Safari向け */
}


/* hNavi
----------------------------------------------------------*/
#hNavi {
	padding:12px 0 0 0;
	float:right;
}
#hNavi li {
	padding:0 0 6px 30px;
	float:right;
}

/* 電話番号 */
#headerTel {
	clear:both;
	float:right;
}

/* gNavi
----------------------------------------------------------*/
#gNavi {
}
#gNavi:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#gNavi {
	display: inline-block;/*IE7・Mac版IE向け */
}
#gNavi {
	display: block;/*Opera、Safari向け */
}
#gNavi li {
	float:left;
}

/* contents
----------------------------------------------------------*/
#contents {
}
#contents:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#contents {
	display: inline-block;/*IE7・Mac版IE向け */
}
#contents {
	display: block;/*Opera、Safari向け */
}

/* pageTop */
#pageTop {
	padding:0 20px 15px 0;
	text-align:right;
}


/* footer
----------------------------------------------------------*/
#footer {
	margin:0 auto;
	background:#fff;
	width:990px;
}

#copy {
	padding:20px 0 50px 0;
	text-align:center;
}

/* fNavi
----------------------------------------------------------*/
#fNavi {
	padding:15px 0 40px 0;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	background:#fffaea url(../images/common/footer_bg.gif) no-repeat center center;
}
#fNavi:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#fNavi {
	display: inline-block;/*IE7・Mac版IE向け */
}
#fNavi {
	display: block;/*Opera、Safari向け */
}
#fNavi .box {
	padding:0 0 0 18px;
	float:left;
	width:180px;
}
#fNavi .box .navi02 {
	margin-bottom:5px;
}
#fNavi .box .navi01 a {
	padding:0 0 0 15px;
	background:url(../images/common/arrow_02.gif) no-repeat;
	text-decoration:none;
	font-weight:bold;
	color:#3b240f;
	font-size:85%;
}
#fNavi .box .navi02 a {
	padding:0 0 0 25px;
	background:url(../images/common/arrow_03.gif) no-repeat 15px 0;
	text-decoration:none;
	font-weight:normal;
	color:#3b240f;
	font-size:85%;
}

#fNavi .box a:hover {
	text-decoration:underline;
}

/* QR */
#fNavi .boxLast {
	padding:0 20px 0 18px;
	float:left;
	width:160px;
	font-size:85%;
}
#fNavi .boxLast #qa {
	padding:0 0 10px 17px;
}






