@charset "utf-8";


/* 基本箱設定
=============================================== */
html{
}
body{
	margin: 0 auto;
	text-align: center;/* IE6 centering */
	background: url("../img/all_bg.jpg") 0 0 repeat-x #90745e;
	color:#414141;
	line-height: 1.6;
}
li{
	line-height: 1.1;
}
img {
	vertical-align: bottom;
}
table{
	line-height: 1.6;
	color:#414141;
}

/* ヘッダ設定
=============================================== */
/*-- 箱設定 ------------------------*/
#HEADER{
	height: 100px;
	background: url("../img/head_bg.jpg") center 0 no-repeat;
}

#HEADER02{
	width: 880px;
	margin: 0 auto;
	text-align: left;
	color:#fff;
	padding-top: 19px;
	position:relative;
}
#HEADER02 .col_l{
	width: 427px;
}
#HEADER02 .col_c{
	width: 172px;
	float: left;
	padding-top: 6px;
}
#HEADER02 .col_r{
	width: 261px;
	padding-top: 6px;
	font-size: 12px;
}

/*-- 要素設定 ------------------------*/
#HEADER02 .col_l h1{
	margin-left: 134px;
}
#HEADER02 .col_l h1 a{
	display: block;
	width:246px;
	height:61px;
	text-indent: -9999px;
}

/* コンテナ箱設定
=============================================== */
#CONTAINER{
	background: url("../img/shadow.png") center 0 repeat-y;
}
#CONTAINER02{
	width: 850px;
	margin: 0 auto;
	text-align: left;
	background: url("../img/con_bg_top.jpg") 0 0 no-repeat #fff;
}
#CONTAINER03{
	position: relative;
	padding-bottom: 67px;
	background: url("../img/con_bg_bottom.jpg") 0 bottom repeat-x;
}
#CONTAINER03 #ob{
	position:absolute;
	top: -85px;
	left: 18px;
}

/* グローバルナビ
=============================================== */
#GNAV{
	margin-left: 222px;
	padding-bottom: 18px;
}
#GNAV h2{
	float: left;
}

/* FLASH設定
=============================================== */
#FLASH01{
	height: 302px;
	margin-bottom: 26px;
}
#FLASH01{
	height: 302px;
	text-align: center;
}
#FLASH01 h2{
	padding-top: 50px;
	font-weight: bold;
}
#FLASH01 .tx01{
	padding-bottom: 20px;
}

/* コンテンツ設定
=============================================== */
#CONTENTS{
	width: 800px;
	margin-left: 25px;
}
#CONTENTS #COL_L{
	float: left;
}
#CONTENTS #COL_R{
	float: right;
}

/* 中ページ設定
=============================================== */
/*-- タイトル --*/
.LOW #CONTAINER03{
	padding-bottom: 50px;
	position: relative;
}
.LOW #CONTAINER h3{
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 20px;
	background: url("../img/title_solid.jpg") 0 bottom repeat-x;
}
.LOW #CONTENTS{
	width: 770px;
	margin-left: 40px;
}

/* フッター
=============================================== */
/*-- 箱設定 --*/
#FOOT{
	width:100%;
	background: url("../img/foot_bg.jpg") 0 0 repeat-x;
	color: #fff;
	height: 100px;
	line-height: 1.1;
}
#FOOT .foot_col{
	width:850px;
	margin: 0 auto;
	text-align: left;
	padding-top: 20px;
}
#FOOT .foot_col dl{
	margin-left: 30px;
}
#FOOT .foot_col dt,
#FOOT .foot_col dd{
	display: inline;
}
#FOOT .foot_col dt{
}
#FOOT .foot_col dd{
	padding-left: 14px;
}
#FOOT .foot_col dd span{
	background: url("../img/foot_ob.jpg") 0 center no-repeat;
	padding-left: 14px;
}




/* 先頭に戻るボタン
=============================================== */
#goto_top{
	text-align: right;
	width: 100%;
}
#goto_top span{
}

#goto_top a{
	padding-left: 20px;
	line-height: 1.1;
	color:#705A17;
	background: url("../img/goto_top.jpg") 0 center no-repeat;
	text-decoration: none;
}
#goto_top a:hover{
	text-decoration: underline;
}

/* 全ページ共通クラス
=============================================== */
.col_l{
	float: left;
}
.col_r{
	float: right;
}


/* 特殊設定
=============================================== */
/*--リンク--*/
html a{text-decoration: none; cursor:pointer; color:#333;}
html a:link{text-decoration: none;}
html a:visited{text-decoration: none;}
html a:hover{color: #666; text-decoration: underline;}
html a:active{text-decoration: none;}


/*---- フロートクリア ----*/
.clear{
clear:both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size:0;
	line-height:0;
}
.clearfix {
min-height: 1px;
}

/*---- firefox 点線非表示 ----*/
a{
overflow:hidden;
}
