@charset "shift_jis";

/* ======================================================================
基本設計（サイト内共通のスタイルを定義）
-------------------------------------------------------------------------
[目次]
■ デフォルトリセット
■ floatクリア
■ テキストリンク
■ 画像ロールオーバー

■ 基本レイアウト
■ 基本設定
■ ヘッダー
■ グローバルナビ
■ フッター

■ サブページ　サブナビ
====================================================================== */

 /* ---------------------------------------------------------
■ デフォルトリセット
--------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	border: none;
	list-style-type: none;
}
/*img { vertical-align: middle; }*/
hr  { display: none; }
input, textarea { font-size: 100%; }

/* ---------------------------------------------------------
■ floatクリア
--------------------------------------------------------- */
span.clear {
	height: 0px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	display: block;
	clear: both;
}

/* ---------------------------------------------------------
■ テキストリンク
--------------------------------------------------------- */
a:link    { color: #FE9900; text-decoration: underline; }
a:visited { color: #666666; text-decoration: underline; }
a:hover   { color: #7f5d29; text-decoration: underline; }
a:active  { color: #666666; text-decoration: underline; }


/* ---------------------------------------------------------
■ 画像ロールオーバー
--------------------------------------------------------- */
img.rollover {
}

/* ---------------------------------------------------------
■ 基本レイアウト
--------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color:#FCF7E1;
	font-size:12px;
	line-height:18px;
	color: #666666;
}
div#fr_base {
	width: 800px;
	margin: 0 auto;
	background-color:#FFFFFF;
	text-align: left;	
	overflow: hidden; /* firefox対策 */ 
}
/* Netscape対策 */
div#fr_base:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

div#fr_main {
	background:#ffffff;
	width:780px;
	height:auto;
	padding:10px;
	margin:0;
}
/* ---------------------------------------------------------
■ 基本設定
--------------------------------------------------------- */
p {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:18px;
	color: #666666;
}

/* ---------------------------------------------------------
■ ヘッダー
--------------------------------------------------------- */
div#head{
	width:800px;
	margin:0;
	padding:0;
}

h1{
	float:left;
	margin:0px;
	padding:0px;
	border:0px;
}
div#seo{
	float:left;
	width:512px;
	height:28px;
	background:url(../img/top/img_02.jpg) no-repeat;
	background-position:bottom;
	margin:0;
	padding:29px 0 0 40px;
	font-size: 10px;
	letter-spacing: -1px;
}
ul#head_bt{
	float:right;
	width:379px;
}
ul#head_bt img{
	vertical-align:middle;
}
ul#head_bt li{
	float:left;
}
/* ---------------------------------------------------------
■ グローバルナビ
--------------------------------------------------------- */
div#nv{
	background-color:#BCEE51;
	clear:both;
}
div#nv img{
	float:left;
}

/* ---------------------------------------------------------
■ フッター
--------------------------------------------------------- */
div#foot {
	background:#532901;
	width: 780px;
	height:20px;
	padding: 5px 0px 5px 20px;
}

div#foot ul#footer_link {
	width: 350px;
	float:right;
}

div#foot ul#footer_link li {
	width: auto;
	display: inline;
	line-height: 1.7;
	color:#FFFFFF;
}
div#foot ul#footer_link li a{
	color:#FFFFFF;
}
div#foot p {
	width: 410px;
	float: left;
	text-align: left;
	color:#FFFFFF;
}

/* 外枠レイアウト
----------------------------------------------- */
div#fr_left{
	width:516px;
	height:auto;
	margin-right:10px;
	float: left;
}

/* ---------------------------------------------------------
■ サブページ　サブナビ
--------------------------------------------------------- */
#nv_s{
	width:800px;
	height:20px;
	background:#FEB824;
	padding:3px 10px;
	color:#FFFFFF;
	display:block;
	clear:both;
}
#nv_s a{
	color:#FFFFFF;
}

/* タイトル
----------------------------------------------- */
.main_title{
margin-bottom:15px;
}