@charset 'UTF-8';
	
/*	共通設定
*********************************************************************************** */
	
body{
	margin:0;
	padding:0;
	color:#666;
	background:#FFF;
	text-align:center;
	font-size      :small;
	_font-size     :x-small;/* winIE5.x only */
	_fo\nt-size    :x-small;/* winIE6 only */
	font-family:"Verdana", "MS ゴシック", "Osaka", sans-serif;
	line-height:140%;
}
hr{
	display:none;
}
.non{
	display:none;
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
fieldset,img{
	border:0;
}
address,caption,cite,em,th {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
abbr,acronym {
	border:0;
}
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input,textarea,select {
	*font-size:100%;
}
img {
	vertical-align:top;
}

/* ********************************************
	clear
********************************************* */

.clear{
	clear:both;
	height:0;
	margin:0;
	padding:0;
	font-size:0;
	_font-size:0;
	line-height:0;
	_line-height:0;
}
.clearfix {
	height         :auto !important;
	height         :1px;
	min-height     :1%;  /* for IE 7*/
	/*\*//*/display:inline-table;/**/
}
.clearfix:after {
	content        :".";
	display        :block;
	clear          :both;
	height         :0;
	font-size      :1%;
	line-height    :1%;
	visibility     :hidden;
}

/* ********************************************
	Link color
********************************************* */
	
a:link{
	color:#666;
	text-decoration:none;
}
a:active{
	color:#666;
	text-decoration:none;
}
a:visited{
	color:#666;
	text-decoration:none;
}
a:hover{
	color:#666;
	text-decoration:underline;
}

a.blue:link,
a.blue:active,
a.blue:visited,
a.blue:hover{
	color:#005397;
}
	
/* ********************************************
	Header
********************************************* */
	
div#header{
	width:900px;
	height:100px;
	margin:0 auto;
	text-align:left;
}
div#header p.logo{
	width:290px;
	height:100px;
	float:left;
}
div#header div.right{
	width:500px;
	float:right;
	margin:0 0 0 0;
}
div#header p.link{
	color:#999;
	margin:5px 10px 0 0;
	text-align:right;
	font-size:x-small;
	_font-size:xx-small;
}
div#header p.link span{
	margin:0 5px;
}
div#header p.link a{
	color:#999;
}
div#header p.link a:hover{
	color:#000;
}
div#header p.text{
	width:500px;
	height:21px;
	text-align:right;
	position:absolute;
	top:73px;
}

/* ********************************************
	Footer
********************************************* */
	
div#footer{
	width:900px;
	margin:30px auto;
}
div#footer ul{
	margin:12px 0 0 20px;
	_margin:12px 0 0 10px;
	float:left;
}
div#footer ul li{
	background:url(/common/img/footer_menu.gif) no-repeat;
	width:120px;
	height:28px;
	float:left;
	margin:0 4px 0 0;
}
div#footer ul li a{
	background:url(/common/img/footer_menu.gif) no-repeat;
	width:120px;
	height:28px;
	display:block;
}
div#footer ul li.mail{
	background-position:0 0;
}
div#footer ul li.mail a{
	background-position:0 0;
}
div#footer ul li.mail a:hover{
	background-position:0 -28px;
}
div#footer ul li.about{
	background-position:-120px 0;
}
div#footer ul li.about a{
	background-position:-120px 0;
}
div#footer ul li.about a:hover{
	background-position:-120px -28px;
}
div#footer p.logo{
	float:right;
	margin:0 11px 0 0;
	_margin:0 5px 0 0;
}
div#footer p.copyright{
	float:right;
	margin:33px 32px 0 0;
}
p.pagetop{
	clear:both;
	margin:15px 260px 0 0;
	_margin:15px 130px 0 0;
	padding:0 0 0 15px;
	background:url(/common/img/pagetop.gif) no-repeat left center;
	font-size:10px;
	_font-size:65%;
	float:right;
}
#top p.pagetop{
	display:none;
}

/* ********************************************
	Menu
********************************************* */

div#menu{
	width:900px;
	height:40px;
	margin:0 auto;
	text-align:left;
}
div#menu ul{
	list-style:none;
	width:900px;
	font-size:0;
}
div#menu ul li{
	width:150px;
	height:40px;
	list-style:none;
	font-size:0;
	float:left;
	background:url(/common/img/menu.gif) no-repeat left top;
}
div#menu ul li a{
	display:block;
	width:150px;
	height:40px;
	background:url(/common/img/menu.gif) no-repeat left top;
}
/* menu-01*/
div#menu ul li.menu-01,
div#menu ul li.menu-01 a{
	background-position:0 0;
}
#idea div#menu ul li.menu-01 a,
div#menu ul li.menu-01 a:hover{
	background-position:0 -40px;
}
/* menu-02*/
div#menu ul li.menu-02,
div#menu ul li.menu-02 a{
	background-position:-150px 0;
}
#effort div#menu ul li.menu-02 a,
div#menu ul li.menu-02 a:hover{
	background-position:-150px -40px;
}
/* menu-03*/
div#menu ul li.menu-03,
div#menu ul li.menu-03 a{
	background-position:-300px 0;
}
#process div#menu ul li.menu-03 a,
div#menu ul li.menu-03 a:hover{
	background-position:-300px -40px;
}
/* menu-04*/
div#menu ul li.menu-04,
div#menu ul li.menu-04 a{
	background-position:-450px 0;
}
#topic div#menu ul li.menu-04 a,
div#menu ul li.menu-04 a:hover{
	background-position:-450px -40px;
}
/* menu-05*/
div#menu ul li.menu-05,
div#menu ul li.menu-05 a{
	background-position:-600px 0;
}
#blog div#menu ul li.menu-05 a,
div#menu ul li.menu-05 a:hover{
	background-position:-600px -40px;
}
/* menu-06*/
div#menu ul li.menu-06,
div#menu ul li.menu-06 a{
	background-position:-750px 0;
}
#store div#menu ul li.menu-06 a,
div#menu ul li.menu-06 a:hover{
	background-position:-750px -40px;
}

/* ********************************************
	Layout
********************************************* */

div#all{
	width:100%;
	background:#FFF;
}
div#contents{
	width:900px;
	margin:0 auto;
	text-align:left;
}
#top div#contents{
	margin-top:20px;
}

/* *****************************
	Contents left
****************************** */

div#contents-left{
	width:640px;
	float:left;
}

/* ***************************
	Contents right
**************************** */

div#contents-right{
	width:240px;
	float:right;
}
div#contents-right p.banner{
	margin:0 0 5px 0;
}

/* ********************************************
	パンくず
********************************************* */

div#bread{
	margin:10px auto 10px auto;
	width:890px;
	text-align:left;
}
div#bread p{
	font-size:10px;
	_font-size:65%;
}
div#bread span{
	margin:0 5px;
}

/* ****************************************************
	
	トップページ新着情報
	
***************************************************** */

#top #new{
	clear:both;
	width:900px;
	border-top:15px solid #FFF;
}

/* ***************************
	那須ファーム便り
**************************** */

#top #new .blog{
	width:449px;	
	float:left;
}
#top #new .blog p.top{
	margin:0 0 3px 0;
}
#top #new .blog dl{
	width:435px;
	clear:both;
	margin:0 0 0 12px;
	font-size:11px;
	_font-size:70%;
	line-height:120%;
}
#top #new .blog dl dt{
	width:115px;
	color:#999;
	float:left;
	margin:5px 0; 
}
#top #new .blog dl dd{
	width:320px;
	float:left;
	margin:5px 0;
}

/* ***************************
	那須ファームの取組み
**************************** */

#top #new .effort{
	width:450px;	
	float:right;
}
#top #new .effort p.top{
	margin:0 0 3px 0;
}
#top #new .effort dl{
	width:432px;
	clear:both;
	margin:0 0 0 10px;
}
#top #new .effort dl dt{
	width:65px;
	float:left;
	margin:8px 0 0 0; 
}
#top #new .effort dl dd{
	width:320px;
	overflow:hidden;
	float:left;
	margin:8px 0 0 8px;
	padding:0 0 5px 0;
	font-size:10px;
	_font-size:65%;
	line-height:120%;
}
#top #new .effort dl dd.arrow{
	width:26px;
	float:right;
	margin:15px 0 12px 0;
}

/* ****************************************************
		
	見出し、本文など（共通）
		
***************************************************** */

h2{
	clear:both;
	width:606px;
	_width:640px;
	background:#ffff00;
	padding:12px 17px;
	margin:0 0 20px 0;
	font-size:16px;
	_font-size:120%;
	font-weight:800;
}
h3{
	margin:50px 0 20px 0;
}
h4{
	font-weight:800;
	margin:0 0 5px 0;
}
div.container{
	width:601px;
	margin:0 0 0 20px;
}
ul.disc{
	margin:15px 0;
}
ul.disc li{
	list-style-type:disc;
	margin:3px 0 3px 17px;
}
p.footnote{
	margin:0 2px;
	font-size:10px;
	_font-size:65%;
	line-height:150%;
	text-indent:-1em;
	padding:0 0 0 1em;
}
span.footnote{
	margin:0 2px;
	font-size:10px;
	_font-size:65%;
	line-height:150%;
}
span.right{
	float:right;
	margin:0 0 0 10px;
}
p.footnote2{
	margin:0 2px;
	font-size:10px;
	_font-size:65%;
	line-height:150%;
	text-indent:-2em;
	padding:0 0 0 2em;
	_text-indent:-2.2em;
	_padding:0 0 0 2.2em;
}
.red{
	color:red;
}
.small{
	font-size:10px;
	_font-size:65%;
}
.marginTop5{
	margin-top:5px !important;
}
.marginTop10{
	margin-top:10px !important;
}
.marginTop15{
	margin-top:15px !important;
}
.marginTop20{
	margin-top:20px !important;
}
.marginTop25{
	margin-top:25px !important;
}
.marginTop30{
	margin-top:30px !important;
}
.marginBottom5{
	margin-bottom:5px !important;
}
.marginBottom10{
	margin-bottom:10px !important;
}
.marginBottom15{
	margin-bottom:15px !important;
}
.marginBottom20{
	margin-bottom:20px !important;
}
.marginBottom25{
	margin-bottom:25px !important;
}
.marginBottom30{
	margin-bottom:30px !important;
}

/* ****************************************************
		
	那須ファームについて
		
***************************************************** */

dl.about01{
	width:600px;
	clear:both;
	margin:0 0 17px 20px;
}
dl.about01 dt{
	width:80px;
	clear:both;
	float:left;
	margin:0 0 2px 0;
}
dl.about01 dd{
	width:520px;
	float:left;
	margin:0 0 2px 0;
}
dl.about02{
	width:600px;
	clear:both;
	margin:0 0 17px 20px;
}
dl.about02 dt{
	width:160px;
	clear:both;
	float:left;
	margin:0 0 6px 0;
}
dl.about02 dd{
	width:440px;
	float:left;
	margin:0 0 6px 0;
}

/* ****************************************************
		
	那須ファームの理念
		
***************************************************** */

#idea h2{
	background:none;
	padding:0;
	margin:20px 0 0px 0;
}
#idea h3{
	margin:0 0 5px 0;
	font-size:14px;
	_font-size:110%;
	font-weight:800;

}
#idea span.arrow a{
	background:url(/common/img/idea/arrow.gif) no-repeat left center;
	margin:0 0 0 10px;
	padding:0 0 0 18px;
}

/* ****************************************************
		
	那須ファームの取組み
		
***************************************************** */

div.effort-menu{
	width:640px;
	margin:30px 0 0 0;
	padding:0 0 15px 0;
	background:url(/common/img/effort/bg_container.gif) no-repeat left bottom;
}
div.effort-menu p.link{
	margin:10px 0;
}
div.effort-menu p.link a{
	margin:0 20px;
	background:url(/common/img/effort/arrow.gif) no-repeat left center;
	padding:0 0 0 18px;
}
p.border_yellow{
	border:1px solid #ffff00;
	padding:10px;
	background:#ffffd8;
}

/* ****************************************************
		
	たまごからたまごまで
		
***************************************************** */

div.processtop{
	width:600px;
	margin:0 0 50px 0;
}
div.processtop p.text{
	float:left;
	width:290px;
	padding:0 0 0 5px;	
}
div.processtop p.pic{
	float:right;
	width:300px;
}
div.processnav{
	width:186px;
	margin:0 0 30px 200px;
}
div.processnav p.previous{
	float:left;
	width:60px;
}
div.processnav p.next{
	float:right;
	width:60px;
}
/* ***************************
	たまごナビ
**************************** */

div#eggnavi{
	width:600px;
	height:61px;
	margin:0;
}
div#eggnavi ul{
	list-style:none;
	width:600px;
	font-size:0;
}
div#eggnavi ul li{
	height:61px;
	list-style:none;
	font-size:0;
	float:left;
	background:url(/common/img/process/navigation.gif) no-repeat left top;
}
div#eggnavi ul li a{
	display:block;
	height:61px;
	background:url(/common/img/process/navigation.gif) no-repeat left top;
}
/* menu-01*/
div#eggnavi ul li.menu-01,
div#eggnavi ul li.menu-01 a{
	width:75px;
	background-position:0 0;
}
#processindex div#eggnavi ul li.menu-01 a,
div#eggnavi ul li.menu-01 a:hover{
	width:75px;
	background-position:0 -61px;
}
/* menu-02*/
div#eggnavi ul li.menu-02,
div#eggnavi ul li.menu-02 a{
	width:90px;
	background-position:-75px 0;
}
#step1 div#eggnavi ul li.menu-02 a,
div#eggnavi ul li.menu-02 a:hover{
	width:90px;
	background-position:-75px -61px;
}
/* menu-03*/
div#eggnavi ul li.menu-03,
div#eggnavi ul li.menu-03 a{
	width:90px;
	background-position:-165px 0;
}
#step2 div#eggnavi ul li.menu-03 a,
div#eggnavi ul li.menu-03 a:hover{
	width:90px;
	background-position:-165px -61px;
}
/* menu-04*/
div#eggnavi ul li.menu-04,
div#eggnavi ul li.menu-04 a{
	width:90px;
	background-position:-255px 0;
}
#step3 div#eggnavi ul li.menu-04 a,
div#eggnavi ul li.menu-04 a:hover{
	width:90px;
	background-position:-255px -61px;
}
/* menu-05*/
div#eggnavi ul li.menu-05,
div#eggnavi ul li.menu-05 a{
	width:90px;
	background-position:-345px 0;
}
#step4 div#eggnavi ul li.menu-05 a,
div#eggnavi ul li.menu-05 a:hover{
	width:90px;
	background-position:-345px -61px;
}
/* menu-06*/
div#eggnavi ul li.menu-06,
div#eggnavi ul li.menu-06 a{
	width:90px;
	background-position:-435px 0;
}
#step5 div#eggnavi ul li.menu-06 a,
div#eggnavi ul li.menu-06 a:hover{
	width:90px;
	background-position:-435px -61px;
}
/* menu-07*/
div#eggnavi ul li.menu-07,
div#eggnavi ul li.menu-07 a{
	width:75px;
	background-position:-525px 0;
}
#step6 div#eggnavi ul li.menu-07 a,
div#eggnavi ul li.menu-07 a:hover{
	width:75px;
	background-position:-525px -61px;
}

/* ***************************
	その他
**************************** */

#process h1{
	margin:5px 0 10px 0;
}
div.picbox{
	width:600px;
}
div.picbox div.box{
	width:300px;
	float:left;
}
div.picbox div.box p.text{
	text-align:right;
	font-size:10px;
	_font-size:65%;
	line-height:140%;
	margin:0 0 0 10px;
}
div.picbox div.box p.textlarge{
	line-height:140%;
	margin:0 0 0 20px;
	text-indent:-1.8em;
	padding:0 0 0 1.8em;
	_text-indent:-2.2em;
	_padding:0 0 0 2.2em;
}
p.processarrow{
	margin:0 0 0 145px;
}

/* ***************************
	トピック
**************************** */

div.eggtopic{
	width:600px;
	background:url(/common/img/process/bg_topic.gif) no-repeat left bottom;
}
div.eggtopic.half{
	width:290px;
	background:url(/common/img/process/bg_topic.gif) no-repeat left bottom;
}
div.eggtopic div.box.left{
	width:290px;
	float:left;
}
div.eggtopic div.box.right{
	float:right;
	width:290px;
}
div.eggtopic div.box p.text{
	margin:10px 20px 15px 20px;
	font-size:10px;
	_font-size:65%;
}

/* ****************************************************
		
	もっと知りたいたまごの話
		
***************************************************** */

#topic h1{
	width:582px;
	_width:640px;
	background:#ffff00;
	padding:12px 17px 12px 41px;
	margin:0 0 20px 0;
	font-size:16px;
	_font-size:120%;
	font-weight:800;	
	background:url(/common/img/topic/icon.gif) no-repeat left center #ffff00;
}
#topic div.topicbody{
	width:601px;
	margin:0 0 0 20px;
	line-height:170%;
}
#topic p.back{
	text-align:right;
	margin:40px 0 50px 0;
}
#topic div.topicbody a{
	color:#005397;
}

/* ****************************************************
		
	那須ファーム便り
		
***************************************************** */

div.blogbody{
	width:601px;
	margin:0 0 50px 20px;
}
div.blogbody span.left{
	float:left;
}
div.blogbody span.left img{
	margin:0 13px 0 0;
}
div.blogbody span.right{
	float:right;
}
div.blogbody span.right img{
	margin:0 0 0 13px;
}
div.r_box{
	margin:20px 17px 25px 17px;
}
div.r_box p{
	margin:5px 0;
}
div.r_box .searchbox{
	width:130px;
	border:1px solid #CCC;
	margin:0 5px 0 0;
	padding:2px;
	line-height:110%;
}
div.r_box .searchbtn{
	font-size:12px;
	padding:0 5px;
}
div.entrybox{
	margin:0 0 15px 0;
}
p.entry_meta{
	font-size:10px;
	_font-size:65%;	
	text-align:right;
	margin:-15px 2px 15px 0;
}
p.archive_title{
	font-size:14px;
	_font-size:100%;	
}
p.archive_meta{
	font-size:10px;
	_font-size:65%;	
}
p.search_title{
	font-size:14px;
	_font-size:120%;	
	font-weight:800;
	margin:0 0 5px 0;
}
div.side{
	margin:0 0 0 10px;
	width:180px;
}
div.side div{
	margin:0 0 4px 0;
	width:auto;
	clear:both;
	float:left;
}
div.side span.year{
	line-height:120%;
}
div.side ul.tree {
	width:auto;
    margin: 0 0 4px 0;
    padding: 0;
    list-style: none;
	float:left;
}
ul.tree li {
    margin:0 0 3px 5px;
    padding: 0 0 0 5px;
    list-style: none;
	line-height:120%;
}

/* ****************************************************
		
	取り扱い店舗
		
***************************************************** */

div.store{
	width:601px;
	margin:0 0 20px 20px;
}
div.store p.pic{
	width:290px;
	float:left;
}
div.store p.pic img{
	border:1px solid #666;
}
div.store div.description{
	float:left;
	width:311px;
}
div.store div.description p.name{
	margin:0 0 15px 0;
}
div.store div.description p.text{
	margin:0 0 20px 0;
}
div.store div.description p.url{
	margin:0 0 10px 0;
}

/* ****************************************************
		
	ショッピング
		
***************************************************** */

div.shop{
	width:601px;
	margin:40px 0 60px 20px;
}
div.shop p.pic{
	width:323px;
	float:left;
}
div.shop div.right{
	float:left;
	width:275px;
}
div.shop div.right p.title{
	font-size:18px;
	_font-size:140%;
	margin:0 0 15px 0;
	line-height:130%;
}
div.shop div.right p.text{
	margin:0 0 10px 0;
	line-height:130%;
}
div.shop div.right p.price,
div.shop div.right p.quontity{
	margin:0 0 10px 95px;
}
div.shop div.right p.price span{
	font-size:14px;
	_font-size:120%;
	color:#ff1f1f;
	margin:0 3px 0 10px;
}
div.shop div.right p.quontity span{
	margin:0 3px 0 10px;
}
div.shop div.right p.cart{
	margin:35px 0 0 82px;
}
div.shopnote{
	width:240px;
	margin:30px 0 0 0;
	padding:0 0 15px 0;
	background:url(/common/img/shop/bg_r_note.gif) no-repeat left bottom;
}
div.shopnote p.link{
	margin:10px 0;
}
div.shopnote p.link a{
	margin:0 20px;
	background:url(/common/img/effort/arrow.gif) no-repeat left center;
	padding:0 0 0 18px;
}
div.shopnote p.cart{
	margin:45px 0 5px 20px;
}



/* ****************************************************
		
	お問い合わせ
		
***************************************************** */

#formmail{
	width:580px;
	margin:30px 0 20px 18px;
}
#formmail p.title{
	margin:0 0 3px 0;
	float:left;
	width:120px;
	padding:3px 0 0 0;
}
#formmail .form_area{
	border:1px solid #bbb;
	width:350px;
	height:20px;
	padding:0 3px;
	margin:0 0 15px 0;
	float:left;
}
#formmail .form_area.form_large{
	height:180px;
	font-size:12px;
}
#formmail div#mail-form-footer{
	text-align:center;
	margin:0 0 0 0;
}
#formmail p.alert{
	color:#FF0000;
	margin:10px 0 35px 0;
}
#formmail p.center{
	text-align:center;
}
#formmail span.bold{
	font-weight:800;
}
#formmail h3{
	width:580px;
	margin:0 0 20px 0;
	padding:0 0 5px 0;
	font-weight:800;
	background:none;
	border-bottom:1px solid #CCC;
}
#formmail div.mail_confirm{
	margin:25px 0 30px 0;
}
#formmail div.mail_confirm .mail_text{
	width:130px;
	float:left;
	margin:0 0 5px 0;
}
#formmail div.mail_confirm .mail_confirmed{
	width:320px;
	float:left;
	margin:0 0 5px 0;
}
#formmail .formbutton{
	padding:0 8px;
}
