/*-==============================-
 *			ベース
  -==============================-*/

/*--フォントの設定--*/
/*----------------------------------------------------------
	Global
-----------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-size:100%;
	line-height:180%;
	font-style:normal;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	margin:0px;
	padding:0px;
	border:solid 1px #999999;
}

a:hover img{
	border:solid 1px #e6b422;
}

input, select, textarea {
	margin:0px;
	padding:0px;
}

a{
	text-decoration:none;
	color:#8a3b00;
}
a:hover{
	color:#e6b422;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
body{
	margin:0px;
	padding:0px;
	font-family:Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Pゴシック","MS PGothic";
	font-size:14px;
	font-weight:normal;
	line-height:150%;
	text-align:center;
	background-color:#fff;
	background-repeat:no-repeat;
	background-image:url(../img/bg.jpg);
	background-position:center top;
	overflow-x:hidden;
	height:100%;	
}
#screen {
	width: 882px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 144px;
}
/*----------------------------------------------------------
	Global Elements
-----------------------------------------------------------*/
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
/* Text elements */
p {
	margin-bottom: 10px;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 5px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}

/*-==============================-
 *			共通簡易クラス
  -==============================-*/
.c_both{
	clear:both;
}
.float_l{
	float:left;
}
.float_r{
	float:right;
}
.d_block{
	display:block;
}
.align_l{
	text-align:left;
}
.align_r{
	text-align:right;
}
.align_c{
	text-align:center;
}
.line-height_150{
	line-height:150%;
}
.ll_text{
	font-size:150%;
}
.l_text{
	font-size:125%;
}
.n_text{
	font-size:100%;
}
.s_text{
	font-size:80%;
}
.ss_text{
	font-size:75%;
}

/*マージン、パディング*/
.mar_top5{
	margin-top:5px;
}

/*top*/
.pad_top5{
	padding-top:5px;
}

.pad_top10{
	padding-top:10px;
}

.pad_top15{
	padding-top:15px;
}

.pad_top20{
	padding-top:20px;
}

.pad_top25{
	padding-top:25px;
}

.pad_top30{
	padding-top:30px;
}

/*left*/
.pad_left5{
	padding-left:5px;
}

.pad_left10{
	padding-left:10px;
}

.pad_left15{
	padding-left:15px;
}

.pad_left20{
	padding-left:20px;
}

.pad_left25{
	padding-left:25px;
}

.pad_left30{
	padding-left:30px;
}

/*right*/
.pad_right5{
	padding-right:5px;
}

.pad_right10{
	padding-right:10px;
}

.pad_right15{
	padding-right:15px;
}

.pad_right20{
	padding-right:20px;
}

.pad_right25{
	padding-right:25px;
}

.pad_right30{
	padding-right:30px;
}

/*bottom*/
.pad_bottom5{
	padding-bottom:5px;
}

.pad_bottom10{
	padding-bottom:10px;
}

.pad_bottom15{
	padding-bottom:15px;
}

.pad_bottom20{
	padding-bottom:20px;
}

.pad_bottom25{
	padding-bottom:25px;
}

.pad_bottom30{
	padding-bottom:30px;
}

/*side*/

.pad_side5{
	padding-left:5px;
	padding-right:5px;
}

.pad_side10{
	padding-left:10px;
	padding-right:10px;
}

.pad_side15{
	padding-left:15px;
	padding-right:15px;
}

.pad_side20{
	padding-left:20px;
	padding-right:20px;
}

.pad_side25{
	padding-left:25px;
	padding-right:25px;
}

.pad_side30{
	padding-left:30px;
	padding-right:30px;
}

/*all*/
.pad5{
	padding:5px;
}

.pad10{
	padding:10px;
}

.pad15{
	padding:15px;
}

.pad20{
	padding:20px;
}

.pad25{
	padding:25px;
}

.pad30{
	padding:30px;
}



.mar_top5{
	margin-top:5px;
}

.mar_top10{
	margin-top:10px;
}

.mar_top15{
	margin-top:15px;
}

.mar_top20{
	margin-top:20px;
}


.absolute{
	position:absolute;
}
/*---文字色変更---*/
/*目立たせる*/
.eye_catch_text{
	color:#006e54;
}
.em_text{
	color:#800000;
}
.em_text2{
	color:#006e54;
}
.cution_text{
	color:#d3381c;
}
.min_text{
	color:#333333;
}
.str_text{
	font-weight:bold;
}
/*-==============================-
 *			共通デザイン
  -==============================-*/

/*---全体ラッパー*/

#all_wrap{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	
	text-align: left;
	width: 882px;
	margin:0 auto;
	padding:0;
	background-color:#FFF;
	border-left:solid 1px #999966;
	border-right:solid 1px #999966;
}

/*===========ヘッダー==============*/
#header{
	width:882px;
	margin:0;
	padding:0px;
	background-color:#fff;
	overflow:hidden;
	clear:both;
}
/*-----------ヘッダー画像-----------*/
.header_img{
	background-image:url(../img/header_img.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	display:block;
	height:107px;
	margin:0px;
	padding:0px;
}
/*-----------メニュー---------------*/
#gnavi {
	height:36px;
	margin:0;
	overflow:hidden;
	clear:both;
	background:url(../img/bg_gnavi.jpg) 0 0 no-repeat;
}
ul#menu {
   margin:0;
   padding:0;
}
ul#menu li {
   float:left;
   display:block;
   text-indent:-9999px;
   overflow:hidden;
   list-style:none;
}
ul#menu li a {
   display:block;
   height:36px;
   width:126px;
}
li.menu_01 a { background:url(../img/menu_top_a.gif) 0 0 no-repeat; }
li.menu_01 a:hover { background:url(../img/menu_top_b.gif) 0 0 no-repeat;  }
li.menu_02 a { background:url(../img/menu_company_a.gif) 0 0 no-repeat; }
li.menu_02 a:hover { background:url(../img/menu_company_b.gif) 0 0 no-repeat; }
li.menu_03 a { background:url(../img/menu_item_a.gif) 0 0 no-repeat; }
li.menu_03 a:hover { background:url(../img/menu_item_b.gif) 0 0 no-repeat; }
li.menu_04 a { background:url(../img/menu_komekirice_a.gif) 0 0 no-repeat; }
li.menu_04 a:hover { background:url(../img/menu_komekirice_b.gif) 0 0 no-repeat; }
li.menu_05 a { background:url(../img/menu_hakken_a.gif) 0 0 no-repeat; }
li.menu_05 a:hover { background:url(../img/menu_hakken_b.gif) 0 0 no-repeat; }
li.menu_06 a { background:url(../img/menu_farmer-prof_a.gif) 0 0 no-repeat; }
li.menu_06 a:hover { background:url(../img/menu_farmer-prof_b.gif) 0 0 no-repeat; }
li.menu_07 a { background:url(../img/menu_contact_a.gif) 0 0 no-repeat; }
li.menu_07 a:hover { background:url(../img/menu_contact_b.gif) 0 0 no-repeat; }
ul#gnavi:after {
   content:".";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
   font-size:0;
}
ul#gnavi {
   display:inline-block;
}
* html ul#gnavi {
   height:1px;
}
ul#gnavi {
   display:block;
}

/*--パンくずリスト--*/
.breadlist{
	height:30px;
}
.breadlist p{
	color:#ffffff;
	text-indent:10px;
	background-image:url(../img/breadlist_bg.gif);
	font-size:100%;
	padding:3px 0;
	margin:0;
}
.breadlist a{
	color:#ffffff;
}
.breadlist a:hover{
	color:#e6b422;
}

/*--左メニュー--*/

#left_menu{
	float:left;
	padding:30px 0 0 30px;
	margin:0px;
	overflow:hidden;
}
.menu_heading{
	display:block;
	text-indent:-9999px;
	width:168px;
	height:32px;
}

.mh_comp { background:url(../img/company/mh_com.gif) 0 0 no-repeat; }
.mh_item { background-image:url(../img/item/mh_item.jpg); }
.mh_rice { background-image:url(../img/komekirice/mh_komekirice.gif); }
.mh_hakken { background-image:url(../img/hakken/mh_hakken.gif); }
.mh_farme { background-image:url(../img/farmer-prof/mh_farmer-prof.jpg); }

#left_menu dd{
	clear:both;
	display:block;
	font-size:100%;
	padding:5px 0 5px 13px;
	margin:0;
	border-bottom:1px #EFEFEF solid;
}
/*--右メニュー--*/
#right_contents{
	float:right;
	width:630px;
	padding:30px 30px 0 0;
	margin:0px;
}
.heading_img{
	background-repeat:no-repeat;
	width:632px;
	text-indent:-9999px;
	height:60px;
}
.ph_comp { background-image:url(../img/company/ph_company.gif); }
.ph_cont { background-image:url(../img/contact/ph_contact.jpg); }
.ph_item { background-image:url(../img/item/ph_item.jpg); }
.ph_rice { background-image:url(../img/komekirice/ph_komekirice.gif); }
.ph_hakken { background-image:url(../img/hakken/ph_hakken.jpg); }
.ph_farme { background-image:url(../img/farmer-prof/ph_farmer-prof.jpg); }

.text_title{
	background-image:url(../img/title_bg.gif);
	background-repeat:no-repeat;
	height:30px;
	margin:20px 0;
	text-indent:16px;
	font-size:120%;
	color:#ffffff;
	font-weight:bold;
	width:100%;
}
.main_text{
	overflow:hidden;
	clear:both;
	margin:10px 0;
}
.main_text p{
	margin:15px;
}
.sub_text{
	margin-top: 28px;
}
.sub_text p{
	margin:5px 0;
}
/*--フッター--*/
#footer{
	background-image:url(../img/footer_bg.jpg);
	position: absolute;
	bottom: 0;
	width:882px;
	margin:0;
	padding:0px;
	clear:both;
	overflow:hidden;
	height:144px;
}
.blank{
	width:882px;
	height:1px;
	margin:0px;
	padding:0px;
}
.top_button{
	margin:0;
	text-align:right;
	padding:10px 30px 30px 0;
	clear:both;
	
}
.top_button_img{
	border:none;
}
.top_button span{
	color:#000000;
	margin-left:3px;	
}
ul.footer_menu{
	font-size:86%;
	padding:10px 0 0 20px;
}
#footer ul {
	margin-left:10px;
}
#footer li{
	display:inline;
	color:#ffffff;
	padding: 0 10px;
	border-right:1px solid #FFF;

}
.bordlef { border-left:1px solid #FFF; }
.footer_menu a{
	color:#ffffff;
}
.footer_menu a:hover{
	color:#e6b422;
}
.contact{
	color:#ffffff;
	line-height:140%;
	font-size:80%;
	float:right;
	margin-right:16px;
}
.copyright{
	line-height:140%;
	margin-right:16px;
	float:right;
	color:#ffffff;
	font-size:80%;
}

.left_menu ul {
	margin:0;
	padding:0;
}

.left_menu ul li {
	margin:0;
	padding:0;
}