/* CSS Document */
/*************************************
 	リセット
 *************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}


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

body{
	font-size:80%;
	/*font:80%/1.5 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.4em;
	color:#666;
}

.b0{margin-bottom:0px!important;}
.b5{margin-bottom:5px!important;}
.b10{margin-bottom:10px!important;}
.b20{margin-bottom:20px!important;}
.b30{margin-bottom:30px!important;}
.b40{margin-bottom:40px!important;}
.b50{margin-bottom:50px!important;}
.b60{margin-bottom:60px!important;}
.b70{margin-bottom:70px!important;}
.b80{margin-bottom:80px!important;}

.t0{margin-top:0px!important;}
.t5{margin-top:5px!important;}
.t10{margin-top:10px!important;}
.t20{margin-top:20px!important;}
.t30{margin-top:30px!important;}
.t40{margin-top:40px!important;}

.t-5{margin-top:-5px!important;}
.t-10{margin-top:-10px!important;}

.l0{margin-left:0px!important;}
.l5{margin-left:5px!important;}
.l10{margin-left:10px!important;}
.l20{margin-left:20px!important;}
.l30{margin-left:30px!important;}
.l40{margin-left:40px!important;}
.l50{margin-left:50px!important;}
.l60{margin-left:60px!important;}
.l70{margin-left:70px!important;}
.l80{margin-left:80px!important;}
.l90{margin-left:90px!important;}
.l100{margin-left:100px!important;}
.l110{margin-left:110px!important;}

.l-5{margin-left:-5px!important;}
.l-10{margin-left:-10px!important;}
.l-20{margin-left:-20px!important;}

.r0{margin-right:0px!important;}
.r5{margin-right:5px!important;}
.r10{margin-right:10px!important;}
.r20{margin-right:20px!important;}
.r30{margin-right:30px!important;}
.r40{margin-right:40px!important;}
.r50{margin-right:50px!important;}
.r60{margin-right:60px!important;}

.lh12{line-height:1.2em !important;}
.lh13{line-height:1.3em !important;}
.lh14{line-height:1.4em !important;}
.lh15{line-height:1.5em !important;}
.lh16{line-height:1.6em !important;}
.lh17{line-height:1.7em !important;}
.lh18{line-height:1.8em !important;}
.lh19{line-height:1.9em !important;}
.lh20{line-height:2.0em !important;}

.clear{clear:both;}

.space{ height:200px;}
/*イメージ（画像）を中央に表示*/
.center_ds{
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
	
/*divを中央に表示*/	
.center{
	margin-left:auto !important;
	margin-right:auto !important;
	}

/*　フォント関係　*/
.f10{font-size:110%;!important}
.f20{font-size:120%;!important}
.f30{font-size:130%;!important}
.f40{font-size:140%;!important}
.f50{font-size:150%;!important}

.fs90{font-size:90%;!important}
.fs85{font-size:85%;!important}
.fs80{font-size:80%;!important}
.fs75{font-size:75%;!important}
.fs70{font-size:70%;!important}

.fw{ font-weight:bold;!important}

.c_pink{ color:#FB688D;}
.c_red{color:#F5421F;}
.c_blu{color:#258AD4;}
.c_ore{color:#F15A24;}
.c_cha{color:#C3932C;}
.c_kogecha{color:#98024F;}
.c_pul{color:#60157E;}
.c_gre{color:#62A431;}
.c_higre{color:#97C12B;}

.link{cursor:pointer;}

.img_link_on a:hover img{ 
	opacity: 0.5;
	filter: alpha(opacity=50);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=50)";  /* ie 8 */
	-moz-opacity:0.5;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.5;              /* Safari 1.x */
	zoom:1;
}


.indent005{
	text-indent:-0.5em;
	padding-left:0.5em;
	}

.indent01{
	text-indent:-1em;
	padding-left:1em;
	}
.indent015{
	text-indent:-1.5em;
	padding-left:1.5em;
	}


/*******************************************
	レイアウト
*******************************************/
.header_area{
	width:100%;
	height:24px;
	background:url(../img/header_obi.jpg) repeat-x;
	}

.header_box{
	width:950px;
	height:24px;
	margin:0px auto;
	}

.main_area{
	width:950px;
	height:auto;
	margin:0px auto;
	padding:0px 25px;
	background:url(../img/body_backimg.jpg) repeat-y center;
	}

.contents_box{
	width:680px;
	height:auto;
	padding:5px 20px ;
	float:right;
	}

*html .contents_box{
	padding:5px 18px;
	}

.left_box{
	width:230px;
	height:auto;
	margin:0px;
	padding:0px;
	background-color:#FFF;
	}

.footer_area{
	width:100%;
	height:24px;
	background:url(../img/footer_obi.jpg) repeat-x;
	clear:both;
	}

.footer_box{
	width:950px;
	height:24px;
	margin:0px auto;
	color:#FFF;
	text-align:center;
	}

.footer_box p{padding-top:5px;}



/*******************************************
		メニュー関係
********************************************/

.top_menu{
	color:#FFF;
	margin-left:370px;
	}

.top_menu li{
	float:left;
	padding:3px 15px 0px 20px;
	background:url(../img/top_menu_icon.png) no-repeat;
	background-position:8px 8px;
	border-left:solid 1px #CBDD92;
	}

.top_menu li a{
	color:#FFF;
	display:block;
	text-decoration:none;
	}

.top_menu li a:hover {text-decoration:underline;}
.top_menu li a:visited{ }

.left_menu_01 li, .left_menu_02 li{line-height:0px;}
.left_menu_01{padding-bottom:16px;}
.left_menu_02 li{padding-bottom:1px !important;}

*html .left_menu_01 li, *html .left_menu_02 li{ margin-top:-3px;}
*+html .left_menu_01, *+html .left_menu_02{ margin-top:2px;}
*+html .left_menu_01 li, *+html .left_menu_02 li{ margin-top:-2px;}


.left_sub_menu {margin-left:43px;}
.left_sub_menu li{
	border-left:solid 1px #9AC42B;
	padding:0px !important;
	}

.left_sub_menu li a{
	color:#62A431;
	text-decoration:none;
	width:176px;
	height:12px;
	display:block;
	padding:13px 0px 0px 10px;
	background:url(../img/left_sub_menu_backimg.jpg) no-repeat;
	background-position:0px -35px;
	}

*+html .left_sub_menu li a{
	line-height:1em;
	height:20px;
	padding:7px 0px 0px 10px;
	}


.left_sub_menu li a:hover {	background-position:0px 0px;}
.left_sub_menu li a:visited{ color:#62A431;}

/*　サブメニュー強制ON　*/
.sub_menu_on a {	background-position:0px 0px !important;}



.ench_top_menu{
	color:#FFF;
	margin-left:690px;
	}

.ench_top_menu li{
	float:left;
	padding:3px 15px 0px 20px;
	background:url(../img/top_menu_icon.png) no-repeat;
	background-position:8px 8px;
	border-left:solid 1px #CBDD92;
	}

.ench_top_menu li a{
	color:#FFF;
	display:block;
	text-decoration:none;
	}

/*******************************************
 検索　バナー
*******************************************/

.search{
	position:relative;
	margin-left:30px;
}

.search_input{
	width:125px;
	height:14px;
}

input.bt_search{
	position:absolute;
	top:0px;
	left:132px;
}

*+html input.bt_search{	top:1px;}

.left_menu_line{
	width:230px;
	height:150px;
	background:url(../img/left_menu_line.jpg) no-repeat;
	background-position:top;
	}

.bn_box{
	margin-top:0px;
	margin-bottom:20px;
	}

.bn_box img{
	margin:0px auto 15px auto;
	display:block;
	}

.bn_box2{
	margin-top:0px;
	margin-bottom:20px;
	}

.bn_box2 img{
	margin:0px auto 8px auto;
	display:block;
	}

.left_menu_line2{
	width:230px;
	height:7px;
	background:url(../img/left_menu_line.jpg) no-repeat;
	background-position:top;
	}


/*******************************************
 パンくず
*******************************************/
.pankuzu{
	width:100%;
	color:#999;
	font-size:80%;
	margin-bottom:25px;
	margin-left:-10px;
	/*border-bottom:dotted 1px #CCC;*/
	}

.pankuzu p{
	padding-left:10px;
	padding-right:5px;
	padding-bottom:5px;
	}

/*******************************************
 ページトップ
*******************************************/
.page_top{
	text-align:right;
	margin-bottom:40px;
	}

.page_top a{
	color:#4D4D4D;
	text-decoration:none;
	}

.page_top a:hover {
	text-decoration:underline;
	}

/*******************************************
 タイトル
*******************************************/

.title_02{
	font-size:130%;
	font-weight:bold;
	color:#F5421F;
	padding-left:15px;
	background:url(../img/title_02.gif) no-repeat;
	background-position:0px 0px;
	margin-bottom:15px;
	}

.title_02_cp{
	font-size:150%;
	font-weight:bold;
	color:#F5421F;
	padding-left:15px;
	border:solid 1px #CCC;
	background:url(../img/title_02.gif) no-repeat;
	background-position:0px 0px;
	margin-bottom:15px;
	}


.title_03{
	width:660;
	padding-left:20px;
	padding-bottom:3px;
	margin-left:8px;
	margin-bottom:10px;
	border-bottom:solid 1px #CCC;
	background:url(../img/icon_cook_red.gif) no-repeat;
	background-position:0px 0px;
	}

.title_03s{
	width:320;
	padding-left:20px;
	padding-bottom:3px;
	margin-bottom:10px;
	border-bottom:solid 1px #CCC;
	background:url(../img/icon_cook_red.gif) no-repeat;
	background-position:0px 0px;
	}

.title_04{
	color:#62A431;
	margin-left:20px;
	margin-bottom:3px;
	}

.title_05{
	color:#F5421F;
	margin-left:20px;
	margin-bottom:3px;
	}

.title_05{
	color:#F5421F;
	margin-left:20px;
	margin-bottom:3px;
	}

.title_06{
	color:#90BD11;
	font-weight:bold;
	}


/*******************************************
 table
*******************************************/
/*
.table_01, .table_01 th, .table_01 td{ border: 1px #E3E3E3 solid;}
.table_01 {
    border-collapse: collapse;
    border-spacing: 0;
	}
.table_01 th {
    padding: 8px 10px;
    background: #F5F5F5;
	}
.table_01 td { padding: 8px 10px;}
*/

.table_01, .table_01 th, .table_01 td{ border: 1px #BBB solid;}
.table_01 {
    border-collapse: collapse;
    border-spacing: 0;
	}
.table_01 th {
	color:#62A431;
    padding: 8px 10px;
    background: #E6F0CA;
	}

.table_01 td {
	padding: 8px 10px;
	background-color:#FFF;
	}



.table_02, .table_02 th, .table_02 td{ border: 1px #BBB solid;}
.table_02 {
    border-collapse: collapse;
    border-spacing: 0;
	}

.table_02 th {
	color:#62A431;
    padding: 8px 10px;
    background: #E6F0CA;
	}

.table_02 td {
	padding: 12px 10px;
	background-color:#FFF;
	}

.table_03, .table_03 th, .table_03 td{ border: 1px #BBB solid;}
.table_03 {
    border-collapse: collapse;
    border-spacing: 0;
	}
.table_03 th {
	color:#62A431;
    padding: 4px 10px;
    background: #E6F0CA;
	}
.table_03 td { padding: 4px 10px;}

.table_ti{
	text-align:center;
	color:#FFF;
	background-color:#999999 !important;
	}

.table_ti_02{
	background-color:#FBFFEE !important;
	}


.table_04, .table_04 th, .table_04 td{ border: 1px #BBB solid;}
.table_04 {
    border-collapse: collapse;
    border-spacing: 0;
	}
.table_04 th {
    padding: 8px 10px;
    background: #F2F2F2;
	}

.table_04 td {
	padding: 8px 10px;
	background-color:#FFF;
	}


/*******************************************
 テキストボックス
*******************************************/
.txt_20{
	padding:0px 20px;
	}

.txt_30{
	padding:0px 30px;
	}
.txt_40{
	padding:0px 40px;
	}

.txt_box02{
	width:610px;
	border:solid 1px #969696;
	margin:0px auto 5px auto;
	padding:10px 20px;
	}

.txt_gre_01{
	padding:0px 10px;
	color:#62A431;
	margin-bottom:10px;
	}

.txt_l320{
	margin-left:20px;
	margin-right:20px;
	}
.txt_l320 img{float:left;}
.txt_l320 p{padding-left:300px;}

/*******************************************
	枠
*******************************************/
.waku_01{
	width:640px;
	padding:15px 0px;
	border:solid 1px #CCC;
	margin:0px auto 40px auto;
	background:url(../img/txt_back_img_m.jpg) repeat-x;
	}

.waku_01 p{
	padding-left:15px;
	padding-right:15px;
	}

.waku_green_01{
	width:640px;
	padding:15px 0px;
	border:solid 1px #CCC;
	margin:0px auto 40px auto;
	background:url(../img/txt_back_img_m.jpg) repeat-x;
	}
.waku_green_01 li{
	margin-bottom:0.4em;
	margin-left:25px;
	margin-right:25px;
	padding-left:1.2em;
	background:url(../img/icon_green.gif) no-repeat;
	background-position:0px 4px;
	}

.waku_ora_01{
	width:545px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	border:solid 1px #FFC490;
	}

.waku_ora_01{
	width:545px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	border:solid 1px #FFC490;
	}

.waku_decimal_ora, .waku_decimal_gre{
	width:640px;
	padding:15px 0px;
	border:solid 1px #CCC;
	margin:0px auto 40px auto;
	background:url(../img/txt_back_img_m.jpg) repeat-x;
	}

.waku_decimal_ora li, .waku_decimal_gre li{
	margin-bottom:0.8em;
	margin-left:35px;
	list-style:decimal;
	list-style-position:outside;
	}

.waku_decimal_ora li span, .waku_decimal_gre li span{
	color:#666;
	}
.waku_decimal_ora li{color:#ED702C;}
.waku_decimal_gre li{color:#62A431;}

/*******************************************
	リスト関係
*******************************************/
.icon_cook{
	padding-left:17px;
	background:url(../img/icon_cook.gif) no-repeat;
	background-position:0px 3px;
	}

.icon_green{
	margin-top:5px;
	margin-bottom:5px;
	}

.icon_green li{
	margin-bottom:0.4em;
	padding-left:1.2em;
	background:url(../img/icon_green.gif) no-repeat;
	background-position:0px 4px;
	}

.icon_green_02{
	margin-bottom:0.4em;
	padding-left:1.2em;
	background:url(../img/icon_green.gif) no-repeat;
	background-position:0px 3px;
	}


/*
.icon_circle, .icon_decimal, .icon_kara{
	margin-top:5px;
	margin-bottom:5px;
	}

.icon_circle li, .icon_decimal li, .icon_kara li{
	margin-bottom:0.4em;
	margin-left:1em;
	}

.icon_circle{list-style:circle;}
.icon_decimal{list-style:decimal;}

*/
/*******************************************
	ライン
*******************************************/
.line_dotted{
	width:100%;
	height:10px;
	border:none;
	border-top:dashed 1px #CCC;
	color:#FFFFFF;
}

.line_dotted_gre{
	width:100%;
	height:1px;
	border:none;
	border-top:dashed 1px #62A431;
	color:#FFFFFF;
}


.line_01{
	width:100%;
	height:16px;
	border:none;
	background:url(../img/line_yoko.gif) repeat-x;
	color:#FFFFFF;
	}
	

/*******************************************
	画像関係
*******************************************/
.img_waku{
	border:solid 1px #DDD;
	background-color:F4F4F4;
	padding:5px;	
	}


.img_c{
	padding:5px;
	margin:0px 0px 6px 6px;
	border:solid 1px #CCC;
	background-color:#FAFAFA;
	margin:0px auto;
	display:block;
	}

.img_r{
	padding:5px;
	margin:0px 0px 6px 6px;
	border:solid 1px #CCC;
	background-color:#FAFAFA;
	float:right;
	display:block;
	}

.img_l{
	padding:5px;
	margin:0px 6px 6px 0px;
	border:solid 1px #CCC;
	background-color:#FAFAFA;
	float:left;
	display:block;
	}

.img_l p, .img_r p, .img_n p{
	margin-top:3px;
	margin-left:3px;
	}

.img_r_n{
	margin:0px 0px 6px 6px;
	float:right;
	display:block;
	}

.img_l_n{
	margin:0px 6px 6px 0px;
	float:left;
	display:block;
	}

/*******************************************
	ブログ
*******************************************/
.blog_news_box, .blog_news_box_l{
	border-bottom:dotted 1px #666666;
	padding:0px 10px 12px 10px;
}

.blog_news_box dl, .blog_news_box_l dl{
	float:left;
	padding:0px 0px 0px 20px;
	margin-bottom:8px;
	background-repeat:no-repeat;
	background-position:0px 3px;
}

.blog_news_box dt, .blog_news_box_l dt{
	float:left;
	width:120px;

}

.blog_news_box dd, .blog_news_box_l dd {
	float:left;
	margin-left:0px;
}
.blog_news_box dd	{width:370px;}
.blog_news_box_l dd	{width:410px;}

.blog_archive_box{
	width:600px;
	margin:0px auto 30px auto;
}

.blog_date{
	font-size:90%;
	text-align:right;
	margin:0px 10px 5px 0px;
}

/* 記事内容 */
.entry{ margin:10px 20px 60px 20px}

/*---------------------------------
ブログリスト復活
---------------------------------*/
.blog_txt{
	overflow:hidden;
	padding:0px 10px 100px 10px;
}


.blog_txt ul li{
	list-style:disc;
	margin-left:2em;
	}

.blog_txt ol li{
	list-style: decimal;
	margin-left:2em;
	}

/*---------------------------------
ブログのページング
---------------------------------*/

div.tablenav {
    color: #666;
    font-size : 10px;
    font-family: verdana, osaka, sans-serif;
    text-align: center;
    margin: 10px auto;
    padding: 8px 20px;
}
div.tablenav a {
    padding: 2px 3px;
    text-decoration: none;
}
div.tablenav a:link,
div.tablenav a:visited {
    color:#4F92EB;
    background-color: #f7f7f7;
    border: solid 1px #dedede;
}
/* マウスあてたとき */
div.tablenav a:hover {
    color: #333;
    border: solid 1px #ddd;
}
/* 現在いる場所 */
div.tablenav .page_now {
    padding: 2px 3px;
    border: solid 1px #fff;
    font-weight: bold;
}
