@charset "UTF-8";

/* ============================================================================================
　リセット
============================================================================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure {
	margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    vertical-align: baseline;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
}
img {
	vertical-align: bottom;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}

/* ============================================================================================
　共通設定
============================================================================================= */
/* 本体 */
html{
	//background-color:#fff;
}
body{
	background-color: #fff;
	font-size : 14px;
	color: #333333;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    line-height: 180%;
}
/* リンク */
a{ color: #37af32; text-decoration: none;}
a:hover,a:active{ color: #ea5404; text-decoration: underline; }
/* ボックスリンク */
span.boxlink {
	text-align:center;
	display:block;
	border:1px solid #0039c4; 
	padding:5px 0 4px; 
	margin:5px 0; 
	/* コーナーを角丸に */
	border-radius: 4px; 
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */  
	/* グラデーション背景 */
    background: -moz-linear-gradient(top, #99cdff 0%, #0061a5 100%); /* firefox */ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99cdff), color-stop(100%,#0061a5)); /* webkit */ 
	background: -o-linear-gradient(top, #99cdff 0%, #0061a5 100%); /* for Opera */
	background: -ms-linear-gradient(top, #99cdff 0%, #0061a5 100%); /* for IE(>=10) */  
}
a .boxlink {
	color:#fff;
	font-size:16px;
	//font-weight:bold;
	text-shadow: 1px 1px 2px #666;  //横,縦,ぼかし,色
}
a:hover .boxlink{
	border-color:#fd7900;
	/* グラデーション背景 */
    background: -moz-linear-gradient(top, #f4e5bc 0%, #ffa821 100%); /* firefox */ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4e5bc), color-stop(100%,#ffa821)); /* webkit */ 
	background: -o-linear-gradient(top, #f4e5bc 0%, #ffa821 100%); /* for Opera */
	background: -ms-linear-gradient(top, #f4e5bc 0%, #ffa821 100%); /* for IE(>=10) */  
}
/* リセット */
.clear{ display: block;	clear: both;}
/* 非表示 */
.hidden{ display: none; }
/* 寄せ */
.left-align{ text-align: left; }
.right-align{ text-align: right; }
.center-align{ text-align: center; }
/* 文字サイズ */
strong { font-weight: bold; }
small, .small {	font-size: 80%; }
.medium { font-size: 90%; }
.large { font-size: 140%; line-height: 1.8 !important; }
/* フォント関連 */
.font_bold{font-weight:bold;}
.font_underline{border-bottom:dashed;border-bottom-width:1px;display:inline;}
.font_size12{ font-size:1.2em}
.font_size14{ font-size:1.4em}
.font_size16{ font-size:1.6em}
/* 色 */
.color_attention{ color:#de3434; }
.color_white{ color:#FFFFFF; }
.color_yellow{ color:#ffffaa; }
.color_red{ color:#ff0000; }

.color_ad0011{ color:#ad0011; }
.color_fdd000{ color:#fdd000; }
.color_d67449{ color:#d67449; }
.color_346430{ color:#346430; }
.color_32612f{ color:#32612f; }
.color_5e6826{ color:#5e6826; }

/* 行間関連 */
.line-height120{ line-height:120%}
.line-height140{ line-height:140%}
.line-height160{ line-height:160%}
.line-height180{ line-height:180%}
.line-height200{ line-height:200%}
/* 余白関連 */
.margin-h5{ margin:5px 0;}
.margin-h10{ margin:10px 0;}
.margin-h15{ margin:15px 0;}
.margin-h20{ margin:20px 0;}
.margin-h30{ margin:30px 0;}
.margin-top5{ margin-top:5px;}
.margin-top10{ margin-top:10px;}
.margin-top20{ margin-top:20px;}
.margin-top30{ margin-top:30px;}
.margin-top40{ margin-top:40px;}
.margin-bottom5{ margin-bottom:5px;}
.margin-bottom10{ margin-bottom:10px;}
.margin-bottom15{ margin-bottom:15px;}
.margin-bottom20{ margin-bottom:20px;}
.margin-w5{ margin:0 5px;}
.margin-w10{ margin:0 10px;}
.margin-left5{ margin-left:5px;}
.margin-left10{ margin-left:10px;}
.margin-left20{ margin-left:20px;}
.margin-left30{ margin-left:30px;}
.margin-right5{ margin-right:5px;}
.margin-right10{ margin-right:10px;}
.margin-right20{ margin-right:20px;}
/* 線など */
.top-line{ border-top: #b5996a 1px dotted; }
.bottom-line{ border-bottom: #b5996a 1px solid; }
/* 画像に枠を付ける(使用時レイアウト崩れ注意) */
img.border{	box-shadow: 0 0 0 1px #fff,0 0 0 2px #b5996a;}
/* 画像に余白枠を付ける(使用時レイアウト崩れ注意)*/
img.whiteborder {
    margin-left: 3px;
    margin-top: 3px;
    position: relative;
    left: -3px;
    top: -3px;
    padding: 5px;
    background: #FFFFF0;
    border: 1px solid #CCCCCC;
}
/* 画像に影を付ける(使用時レイアウト崩れ注意) */
img.dropshadow{
    margin: -3px 0 0 -3px;
	padding: 0 3px 3px 0;
    background: url("./img/dropshadow_back.png") right bottom;
}
/* 簡易ロールオーバー用(実処理はJS) */
.rollover{ }

/* 注目項目用box */
div.box-attention{
	margin:10px 0;
	padding:10px 30px;
	border:#99b146 dotted 1px;
	background-color:#FFFFCC;
}

/* ============================================================================================
　共通見出し
============================================================================================= */
h1{
	display: none;/* 実際の見出しには画像を使う */
}

div.h2back {
	border:#99b146 solid 1px;
	//border-left:5px solid #fd7900;
	padding:10px 15px;
	margin-top:20px;
	margin-bottom:20px;
	/* コーナーを角丸に */
	border-radius: 2px; 
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 2px;   /* Firefox用 */  
	/* グラデーション背景 */
    background: -moz-linear-gradient(top, #d4fa67 0%, #8ec31f 100%); /* firefox */ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4fa67), color-stop(100%,#8ec31f)); /* webkit */ 
	background: -o-linear-gradient(top, #d4fa67 0%, #8ec31f 100%); /* for Opera */
	background: -ms-linear-gradient(top, #d4fa67 0%, #8ec31f 100%); /* for IE(>=10) */  
}
h2 {
	color:#fff;
	font-size:24px;
	font-weight:bold;
	margin-top:5px;
	text-shadow: 2px 2px 3px #666;  //横,縦,ぼかし,色
}
div.h2back .h2comment{
	color:#5e6826;
	margin:10px 0 0 5px;
	font-size:14px;
}

div.h3back{  
	border:#dce191 solid 1px;
	display:block; 
	padding: 3px 8px ;
	margin-bottom:10px;
	/* コーナーを角丸に */
	border-radius: 2px; 
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 2px;   /* Firefox用 */  
	/* グラデーション背景 */
    background: -moz-linear-gradient(top, #fff 0%, #fff 50%,#ebe8dc 100%); /* firefox */ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(50%,#fff), color-stop(100%,#ebe8dc)); /* webkit */ 
	background: -o-linear-gradient(top, #fff 0%, #fff 50%,#ebe8dc 100%); /* for Opera */
	background: -ms-linear-gradient(top, #fff 0%, #fff 50%,#ebe8dc 100%); /* for IE(>=10) */  
}  
h3{  
	font-size:18px;
	color:#5e6826;
	border-left:#fd7900 solid 5px;  
	padding: 3px 10px 1px;  
}  

h4{
	font-size:16px;
	font-weight:normal;
	text-align: left;
    background: #fff;  
    border-top:1px solid #ddd;  
    border-right:1px solid #ddd;  
    border-bottom:1px solid #ddd;  
    border-left:5px solid #79b00c;  
    padding: 3px 0 3px 8px;  
	margin-bottom: 10px;
	/* コーナーを角丸に */
	border-radius: 3px; 
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */  
	/* グラデーション背景 */
    background: -moz-linear-gradient(top, #fff 0%, #fff 50%,#ebe8dc 100%); /* firefox */ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(50%,#fff), color-stop(100%,#ebe8dc)); /* webkit */ 
	background: -o-linear-gradient(top, #fff 0%, #fff 50%,#ebe8dc 100%); /* for Opera */
	background: -ms-linear-gradient(top, #fff 0%, #fff 50%,#ebe8dc 100%); /* for IE(>=10) */  
	margin-bottom: 10px;
}

h5{
	font-size:14px;
	font-weight: normal;
	text-align: left;
    border-top: 0 solid #fff;  
    border-right: 0 solid #fff;  
    border-bottom: 1px solid #ddd;  
    border-left:3px solid #ffa821;  
	padding:1px 8px;
	margin-bottom: 5px;
}
h6{
	font-size:14px;
	font-weight: normal;
	text-align: left;
    border-top: 0 solid #fff;  
    border-right: 0 solid #fff;  
    border-bottom: 0 solid #fff;  
    border-left:3px solid #97c85c;  
	padding:0 8px;
	margin-bottom: 5px;
}

/* ============================================================================================
　テーブル装飾関連
============================================================================================= */
/* タイプ１ */
table.tbtype01 {
	width: 100%;
	border-collapse: collapse;
	margin:10px 0;
}
table.tbtype01 th {
    border-top: #99b146 1px solid;
	border-bottom: #99b146 1px solid;
	border-left: #79b00c 4px solid;
	vertical-align: middle;
	background: #ebfdd0;
	text-align:left;
	padding: 8px;
}
table.tbtype01 td {
    border-top: #99b146 1px solid;
	border-bottom: #99b146 1px solid;
	border-left: #99b146 1px solid;
	border-right: #99b146 1px solid;
	background: #fff;
	text-align: left;
	padding: 8px;
}

/* タイプ２ */
table.tbtype02 {
	width: 100%;
	border-collapse: collapse;
	margin:10px 0 30px ;
}
table.tbtype02 th {
    border-top: #99b146 1px dashed;
	border-bottom: #99b146 1px dashed;
	vertical-align: middle;
	text-align:left;
	padding: 20px;
}
table.tbtype02 td {
    border-top: #99b146 1px dashed;
	border-bottom: #99b146 1px dashed;
	vertical-align: middle;
	text-align: left;
	padding: 20px;
}

/* 枠無し */
table.none {
}
table.none th {
	border:none;
	padding: 0;
	margin:0;
}
table.none td {
	border:none;
	padding: 0;
	margin:0;
}


/* ============================================================================================
　レイアウト関連～共通
============================================================================================= */
/* ラッパー */
#wrapper{
	text-align: center;
	width:auto;
	margin:0 auto; 
	padding:0;
	background-color:#fff;
}
/* 基本コンテナ */
.container{ 
	margin:0 auto; 
	padding: 0 auto; 
	width:960px; 
	clear: both;
	text-align: left;
}

/* ============================== */
/* ヘッダ部共通 */
/* ============================== */
/* ヘッダ部ラッパー */
#header{
	background-color:#b5e147;
	background-image: url(./img/header-back.png);
	background-repeat: repeat-x;
	height: 132px;
	width: 100%;
	margin: 0 auto;
	padding: 0 auto;
}
/* ヘッダ用コンテナ */
#header .container{
	height:80px;
}
/* ヘッダ部左 */
#header_left{
	display: inline;
	width: 690px;
	height: 80px;
	float: left;
	margin: 0;
	padding: 0;
}
/* ヘッダ部中央 */
#header_center{
	display: inline;
	width:10px;
	height: 80px;
	margin: 0;
	padding: 0;
}
/* ヘッダ部右 */
#header_right{
	display: inline;
	width: 260px;
	height: 80px;
	float: right;
	margin: 0;
	padding: 0;
}
/* ヘッダ部いろいろ */
#header #head_title{
}
#header #head_copy{
	height:30px;
	overflow:hidden;
}
/* ============================== */
/* コンテンツ部共通 */
/* ============================== */
/* コンテンツ部ラッパー */
#contents {
	clear: both;
	text-align: left;
	width:960px;
	margin: 15px auto;
	padding: 0 auto;
}
/* コンテンツ用コンテナ */
#contents .container{
    position: relative;
}

/* ============================== */
/* フッタ部 */
/* ============================== */
/* フッタインデックス部ラッパー */
#footernavi{
	background-color:#b5e147;
	background-image: url(./img/footernavi-back.png);
	background-repeat: repeat-x;
	height: 40px;
	width: 100%;
}
/* フッタインデックス部コンテナ */
#footernavi .container{
	height: 40px;
	padding-top:10px;
	text-align:center;
	color:#5e6826;
	//color:#fff;
	font-size:14px;
	//font-weight:bold;
	text-shadow: 2px 2px 3px #ccc;  //横,縦,ぼかし,色


}
/* フッタインデックス部用リンク色 */
#footernavi a{ color: #5e6826; text-decoration: none;}
#footernavi a:hover,#footernavi a:active{ color: #e96565; text-decoration: underline; }

/* フッタ部ラッパー */
#footer{
    position: relative;
	background-color:#f5eed2;
	background-image: url(./img/footer-back.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 80px;
	padding-bottom:20px;
}
/* フッタ用コンテナ */
#footer .container{
}
/* フッタ部左 */
#footer_left{
	display: inline;
	width: 500px;
	height: 100px;
	float: left;
	margin: 0;
	padding: 0;
    position: absolute;
}
/* フッタ部右 */
#footer_right{
	display: inline;
	width: 460px;
	float: right;
	margin: 0;
	padding: 0 0 0 500px;
    position: absolute;
	text-align:right;
}
/* フッタ部タイトル */
#footer_title{
	margin:15px 0 5px;
	color:#ea5404;
	font-size:18px;
	font-weight:bold;
}
#footer_copy{
	font-size: x-small;
	margin-top:70px;
}

/* ============================================================================================
　レイアウト関連～ナビゲーション
============================================================================================= */
/* メインナビゲーションラッパー */
#mainnavi{
	height: 52px;
	padding:0;
}   
/* メインナビゲーション */
#mainnavi ul{   
	width:959px;
	margin: 0 auto;
	padding: 0 auto;
	list-style-type: none;
}   
#mainnavi li{   
	float: left;   
	width: auto;
	height: 52px;
	overflow: hidden;
}   





/* ============================================================================================
　レイアウト関連～段組関連
============================================================================================= */
/* お知らせ部分用 */
#information {
	margin:10px 0 20px ;
	border-bottom:dotted 1px #999999;
	
	line-height:160%;
}
#information div.scroll {
	overflow-y: scroll;
	margin: 0 0px 15px 10px;
	padding-right:10px;
//	height: 340px;
	height: 180px;
}
/* 更新情報用リスト */
#information dl dt {
  clear: left;
  float: left;
  margin: 0 0 0.8em;
  width: 9em;
  //border-left: solid 3px #91b933;
  //padding-left: 5px;
  text-align:left;
  color:#437926;

}
#information dl dd {
  margin-bottom: 0.8em;
  margin-left: 9em;
  text-align:left;
}

/* ============================================================================================
　レイアウト関連～TOPページ用
============================================================================================= */
/* TOPページ内メインイメージ用ラッパー */
#mainvisual-top {
	margin-bottom:20px;
}

/* ヤフオク部分用 */
#yah_auc {
	padding:0 10px ;
	width:680px; 
	height:284px; 
	border:1px solid #ccc;
	overflow-y: scroll;
}

/* ============================================================================================
　レイアウト関連～個別ページ用
============================================================================================= */
/* 個別ページ内メインイメージ用ラッパー */
#mainvisual-page {
	margin-bottom:20px;
}

/* ============================================================================================
　レイアウト関連～角丸の枠いろいろ
============================================================================================= */
div.waku01 {
	border:#0089ff solid 1px;
	padding:3px 20px;
	margin-top:15px;
	margin-bottom:15px;
	text-align:left;
	font-size:18px;
	line-height:200%;
	/* コーナーを角丸に */
	border-radius: 5px; 
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	/* グラデーション背景 */
    background: -moz-linear-gradient(top, #fff 0%, #fff 50%,#b4e0ff 100%); /* firefox */ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(50%,#fff), color-stop(100%,#b4e0ff)); /* webkit */ 
	background: -o-linear-gradient(top, #fff 0%, #fff 50%,#b4e0ff 100%); /* for Opera */
	background: -ms-linear-gradient(top, #fff 0%, #fff 50%,#b4e0ff 100%); /* for IE(>=10) */  
}

/* ============================================================================================
　レイアウト関連～汎用グリッドレイアウト
============================================================================================= */
/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/
/* `Container
----------------------------------------------------------------------------------------------------*/

.container_12 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11 {
  position: relative;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
  width: 60px;
}

.container_12 .grid_2 {
  width: 140px;
}

.container_12 .grid_3 {
  width: 220px;
}

.container_12 .grid_4 {
  width: 300px;
}

.container_12 .grid_5 {
  width: 380px;
}

.container_12 .grid_6 {
  width: 460px;
}

.container_12 .grid_7 {
  width: 540px;
}

.container_12 .grid_8 {
  width: 620px;
}

.container_12 .grid_9 {
  width: 700px;
}

.container_12 .grid_10 {
  width: 780px;
}

.container_12 .grid_11 {
  width: 860px;
}

.container_12 .grid_12 {
  width: 940px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
  padding-left: 80px;
}

.container_12 .prefix_2 {
  padding-left: 160px;
}

.container_12 .prefix_3 {
  padding-left: 240px;
}

.container_12 .prefix_4 {
  padding-left: 320px;
}

.container_12 .prefix_5 {
  padding-left: 400px;
}

.container_12 .prefix_6 {
  padding-left: 480px;
}

.container_12 .prefix_7 {
  padding-left: 560px;
}

.container_12 .prefix_8 {
  padding-left: 640px;
}

.container_12 .prefix_9 {
  padding-left: 720px;
}

.container_12 .prefix_10 {
  padding-left: 800px;
}

.container_12 .prefix_11 {
  padding-left: 880px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
  padding-right: 80px;
}

.container_12 .suffix_2 {
  padding-right: 160px;
}

.container_12 .suffix_3 {
  padding-right: 240px;
}

.container_12 .suffix_4 {
  padding-right: 320px;
}

.container_12 .suffix_5 {
  padding-right: 400px;
}

.container_12 .suffix_6 {
  padding-right: 480px;
}

.container_12 .suffix_7 {
  padding-right: 560px;
}

.container_12 .suffix_8 {
  padding-right: 640px;
}

.container_12 .suffix_9 {
  padding-right: 720px;
}

.container_12 .suffix_10 {
  padding-right: 800px;
}

.container_12 .suffix_11 {
  padding-right: 880px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
  left: 80px;
}

.container_12 .push_2 {
  left: 160px;
}

.container_12 .push_3 {
  left: 240px;
}

.container_12 .push_4 {
  left: 320px;
}

.container_12 .push_5 {
  left: 400px;
}

.container_12 .push_6 {
  left: 480px;
}

.container_12 .push_7 {
  left: 560px;
}

.container_12 .push_8 {
  left: 640px;
}

.container_12 .push_9 {
  left: 720px;
}

.container_12 .push_10 {
  left: 800px;
}

.container_12 .push_11 {
  left: 880px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
  left: -80px;
}

.container_12 .pull_2 {
  left: -160px;
}

.container_12 .pull_3 {
  left: -240px;
}

.container_12 .pull_4 {
  left: -320px;
}

.container_12 .pull_5 {
  left: -400px;
}

.container_12 .pull_6 {
  left: -480px;
}

.container_12 .pull_7 {
  left: -560px;
}

.container_12 .pull_8 {
  left: -640px;
}

.container_12 .pull_9 {
  left: -720px;
}

.container_12 .pull_10 {
  left: -800px;
}

.container_12 .pull_11 {
  left: -880px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after {
  clear: both;
}

