@charset "utf-8";

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

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	color: #333;
	background:url(../images/common/body_bg.gif) repeat-x 0 0;
}
body,
input,
select,
textarea {
	font: 14px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Godthic Pro W3", HiraKakuPro-W3, Osaka, Meiryo, "ＭＳ Ｐゴシック", 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: #FF6600;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration:none;
}
/*　旧バージョン
a:hover {
	color: #FF6600;
	text-decoration: underline;
	background:#FFE5D4;
}*/

.center {
	text-align:center;
}
.right {
	text-align:right;
}

/* 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;
}

/* ページバナー［.mainMenu］
----------------------------------------------------------*/

.mainMenu {
	padding:9px 0 10px 0;
	border-bottom:1px solid #E4E4E4;
}
* html .mainMenu {
	padding:8px 0 0px 0;
	height:65px;

}

.mainMenu li{
	float:left;
	width:295px;
}


/* *****************************************
/*+  共通  +********************************
/***************************************** */

strong {
	color:#663300;
	font-weight:800;
}
.section {
	width:890px;
	margin:0 auto;
}
.pointText {
	color:#f00;
}


/* ヘッダー［#header］
----------------------------------------------------------*/
#header {
	padding:4px 0 0 0;
}
#header .section{
	position:relative;
}
#header .section #fbBnr {
	position:absolute;
	top:40px;
	left:770px;
}

/*CONTACT・SITE MAP・PRIVACY*/
ul#hNavi {
	padding:0 0 9px 530px;
}
ul#hNavi li{
	float:left;
}

h1 {
	padding:0 0 14px 16px;
}
*html h1,
*:first-child+html h1 {
	padding:0 0 14px 16px;
}


/*gNavi*/
ul#gNavi {
	padding:0 0 0 0;
}
ul#gNavi li{
	float:left;
}
ul#gNavi li img{
	padding:0 0 0 0;
}


/*お問合せ*/
p.contact {
	position:absolute;
	bottom:15px;
	right:10px;
}

/*#head
#head {
	background:#3F2B1C;
	padding:0;
	height:340px;
}*/


/** html #iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}*/

img, div, input { behavior: url("js/iepngfix/iepngfix.htc") }



/* ナビゲーション［#cNaviArea］
----------------------------------------------------------*/
#cNaviArea {
	border-top:1px solid #d9c7ca;
	border-bottom:1px solid #d9c7ca;
	background:url(../images/common/cnavi_area_bg.png) repeat-x;
}

/* cNavi */
#cNavi {
	margin:0 auto;
	background:url(../images/common/cnavi_bg.png) no-repeat;
	width:890px;
}
#cNavi:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#cNavi {
	display: inline-block;/*IE7・Mac版IE向け */
}
#cNavi {
	display: block;/*Opera、Safari向け */
}

/* bnrBox */
#bnrBox {
	padding:7px 0 5px 0;
	float:left;
}

#bnrBox li {
	padding-left:5px;
	float:left;
}
#bnrBox li.top {
	padding:0 5px 0 15px;
}

/* btnBox */
#btnBox {
	padding:13px 14px 10px 0;
	float:right;
}
#btnBox h3 {
	padding:0;
}
#btnBox li {
	padding-top:5px;
	float:left;
}
#btnBox li.last {
	padding-right:5px;
}

/* コンテンツ［#contents］
----------------------------------------------------------*/
#content{
	background:#EFE8DE;
}
#content .section{
}


/*pageTop*/
p.pageTop {
	text-align:right;
	padding-top:35px;
}
*:first-child+html p.pageTop {
	padding-top:15px;
}


/* フッター［#footer］
----------------------------------------------------------*/
#footer {
	padding:20px 0 35px;
	background:#3F2B1C;
}

#footer address {
	width:780px;
	margin:0 auto;
	text-align:center;
}


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

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

/* テキストと画像
----------------------------------------------------------*/
.imgBoxL {
	margin:0 20px 10px 20px;
	float:left;
}

/* テキストと画像
----------------------------------------------------------*/
.imgBoxR {
	margin:0 0 10px 20px;
	float:right;
}


