@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------------------------------
■目次

 1, ブラウザCSSリセット
 2, タグ デフォルト設定
 3, ClearFix
 4, レイアウト
 5, ヘッダー
 6, サイドバー
 7, フッター
 8, メインコンテンツ

--------------------------------------------------------------------------- */



/* ---------------------------------------------------------------------------
   1, ブラウザCSSリセット
--------------------------------------------------------------------------- */

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,
blockquote,hr,th,td,address,
caption,cite,code,dfn,em,
strong,b,u,s,i,th,var,a,img{
    margin: 0;
    padding: 0;
}



/* ---------------------------------------------------------------------------
   2, タグ デフォルト設定
--------------------------------------------------------------------------- */
body{
	line-height: 1.3;
	color: #333;
	text-align: center;
	font-size: 12px;
}

h1{
	font-size: 0.9em;
	font-weight: normal;
	
}

h2{
	width: 570px;
	height: 35px;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: left;
	background: url(../img/bg_h2.gif) no-repeat left top;
}

h3{
	width: 570px;
	height: 30px;
	margin: 0 auto;
	line-height: 30px;
	text-indent: 10px;
	color: #e86998;
	font-size: 14px;
	text-align: left;
	background: url(../img/bg_h3.gif) no-repeat left top;
}

h4{
	margin: 10px 0 5px 1em;
}

p{
	margin: 10px;
}

a:link, a:visited{
	color: #333;
	text-decoration: none;
}

a:hover{
	color: #3c6899 ;
	text-decoration: underline;
}

img{
	border: none;
	vertical-align: bottom;
}

a img{
	border: none;
}

ol,ul{
	list-style-type: none;
}

strong,em{
	font-weight: normal;
	font-style: normal;
}

fieldset{
	border: none;
}

table{
	width: 570px;
	margin: 10px auto;
	margin-bottom: 20px;
	text-align: left;
	border-collapse: collapse;
}

th{
	width: 30%;
	vertical-align: top;
	text-align: right;
	font-weight: normal;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	background: url(../img/bg_th.gif) repeat-y left bottom;
	overflow: hidden;
}

th div{
	padding: 4px 15px;
	background-color: transparent;
	border-top: 2px solid #fff;
}
	
th span{
	display: block;
	padding: 4px 15px;
	background-color: transparent;
	border-top: 2px solid #fff;
}
	
th img{
	float: left;
}

td{
	padding: 5px 15px;
	font-size: 13px;
	vertical-align: top;
	background-color: transparent;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}






/* ---------------------------------------------------------------------------
   3, ClearFix
--------------------------------------------------------------------------- */
#Content,
th div,
.H2Box,
.H3Box,
#index3{
	overflow: hidden;
}

#Content:after,
th div:after,
.H2Box:after,
.H3Box:after,
#index3:after{
	content: ".";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html #Content,
* html th div,
* html .H2Box,
* html .H3Box,
* html #index3{
	height: 1px;
	overflow: visible;
}
/* */



/* ---------------------------------------------------------------------------
   4, レイアウト
--------------------------------------------------------------------------- */
#Container{
	width:810px;
	margin: 0 auto;
}

#Header{
	width: 810px;
	margin: 0 auto;
	padding-bottom: 20px;
	background: url(../img/bg_content_upper.gif) no-repeat center bottom;
}

#Content{
	width: 810px;
	background: url(../img/bg_content_middle.gif) repeat-y center top;
}

#Alpha{
	width: 592px;
	float: left;
	position: relative;
	left: 203px;
	text-align: left;
}

#Beta{
	width: 179px;
	float: left;
	position: relative;
	left: -583px;
}

#Footer{
	width: 810px;
	margin: 0 auto;
	padding-top: 20px;
	background: url(../img/bg_content_bottom.gif) no-repeat center top;
}



/* ---------------------------------------------------------------------------
   5, ヘッダー
--------------------------------------------------------------------------- */
h1{
	text-align: right;
}

#SiteTitle{
	width: 808px;
	height: 168px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	background: url(../img/bg_header.jpg) no-repeat left top;
}

#SiteTitle a{
	width: 286px;
	height: 99px;
	display: block;
	position: absolute;
	left: 27px;
	top: 30px;
}
	
	

/* ---------------------------------------------------------------------------
   6, サイドバー
--------------------------------------------------------------------------- */
#Beta p{
	text-align: right;
	margin: 0 0 10px 0;
}

#Beta p a{
	margin-right: 10px;
}

#Beta ul{
	text-align: left;
}

#Beta ul#GlovalMenu ul{
	margin-left: 15px;
	margin-top: 5px;
}

#Beta ul#GlovalMenu ul li{
	width: 100%;
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(../img/arrow.gif) no-repeat left 1px;
}

#Beta ul#GlovalMenu ul li a{
	width: 140px;
	display: block;
}

#Beta a:hover{
	color: #67861b;
}
	
	
	
/* ---------------------------------------------------------------------------
   7, フッター
--------------------------------------------------------------------------- */
address{
	width: 808px;
	height: 43px;
	padding-top: 10px;
	margin: 0 auto;
	color: #fff;
	font-style: normal;
	background: url(../img/bg_footer.gif) no-repeat left top;
}


/* ---------------------------------------------------------------------------
   8, メインコンテンツ
--------------------------------------------------------------------------- */
/* ID クラス指定
---------------------------------------*/
#SubPage{
	width: 584px;
	margin-left: 3px;
	text-align: center;
}


.H2Box{
	margin: 0 auto;
	margin-bottom: 10px;
	position: relative;
	text-align: left;
}

.H3Box{
	margin: 0 auto 1em auto;
	text-align: left;
}

.LeftBox{
	float: left;
	display: inline;
}

.RightBox{
	float: right;
	display: inline;
	padding-left: 15px;
}

#Alpha ul{
	list-style: circle;
	margin: 1em 0 1em 1.5em;
}

#Alpha dl{
	margin: 1em 0 1em 0em;
}

#Alpha dt{
	font-weight: bold;
}

#Alpha dd{
	margin-left: 1.5em;
}

.H3Box ul{
	margin-left: 3em !important;
	margin-right: 3em !important;
}

.H3Box p{
	margin-left: 2em;
	margin-right: 2em;
}



/* コンテンツフッター (ご購入について)
---------------------------------------*/
#konyu{
	width: 584px;
	height: 119px;
	text-align: left;
	background: url(../img/bg_konyu.jpg) no-repeat left top;
}

#konyu p{
	width: 50%;
	margin: 3px;
	margin-left: 270px;
}

#KonyuButton{
	text-align: right;
}


/* ページ別スタイル
---------------------------------------*/

/* トップページ */
#index h2{
	width: auto;
	height: auto;
	background: none;
}

#index .H2Box{
	width: 590px;
}

#index1{
	height: 200px;
	background: url(../img/bg_index1.jpg) no-repeat left top;
	border: 1px solid #ccc;
}

#index1 h2{
	position: absolute;
	top: 12px;
	left: 10px;
}

#index1 p{
	width: 60%;
	margin-bottom: 1em;
	position: relative;
	top: 45px;
	left: 25px;
}

#index2{
	height: 90px;
	background: url(../img/bg_index2.jpg) no-repeat left top;
}

#index2 h2{
	background-color: #ccc;
	position: absolute;
	top: 6px;
	left: 6px;
}

#index2 p{
	width: 55%;
	position: relative;
	top: 30px;
	left: 12px;
}

.H2Box#index3{
	width: 500px;
	margin-left: 38px;
	padding: 5px;
	border: 1px solid #f46ea0;
}

#index3 .RightBox{
	padding-left: 5px;
}

#index3 h2{
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	text-indent: 12px;
	background-color: #fdd4e3;
}

#index3 p{
	margin: 12px 0 12px 12px;
}

.H2Box #CampanyBanner{
	position: absolute;
	bottom: 0;
}

#index4{
	height: 344px;
	position: relative;
	background: url(../img/bg_index1.gif) left top;
}

#index4 #banner1{
	position: absolute;
	top: 10px;
	left: 7px;
	margin: 0;
}
#index4 #banner2{
	position: absolute;
	top: 10px;
	left: 185px;
	margin: 0;
}

#index4 #banner3{
	position: absolute;
	top: 278px;
	left: 7px;
	margin: 0;
}

#index4 .text{
	position: absolute;
	right: 0;
	width: 198px;
	height: 168px;
	padding: 90px 10px 0 10px;
	background: url(../img/banner_bg.gif) no-repeat left top;
}

#index4 .text span{
	display: block;
	text-align: right;
	margin: 5px auto;
}

#index5{
	height: 150px;
	background: url(../img/bg_index3.jpg) no-repeat left top;
}

#index5 h2{
	position: absolute;
	top: 32px;
	left: 72px;
}

#index5 p{
	width: 55%;
	position: relative;
	top: 65px;
	left: 110px;
}



/* 名古屋コーチン卵 */
#kochin .H2Box{
	width: 570px;
}

#kochin .RightBox{
	width: 225px;
}



/* 商品紹介 */
#shohin .H2Box p#PageDesc{
	text-align: left;
}

#shohin .H3Box ul{
	width: 570px;
	margin: 20px 10px !important;
	list-style: none;
}

#shohin .H3Box li{
	width: 135px;
	margin-right: 7px;
	margin-bottom: 7px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	text-align: center;
}

#shohin .H3Box li img{
	margin-bottom: 3px;
}



/* ひよこ */

#hiyoko .H2Box ul{
	width: 570px;
	margin: 20px 10px !important;
	list-style: none;
}

#hiyoko .H2Box li{
	width: 278px;
	margin-right: 7px;
	margin-bottom: 7px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	text-align: center;
}

#hiyoko .H2Box li img{
	margin-bottom: 3px;
}



/* 価格表 */
#price th span{
	text-align: center;
}

th.Number{
	width: 20px;
}

th.Name{
	width: 200px;
}

th.Amount{
	width: 50px;
}

#price td li span{
	color: #F30;
}

#price #Alpha dd{
	color: #f30;
}

#date{
	position: absolute;
	top: 0;
	right: 0;
}

#strong{
	font-size: 1.4em;
	font-weight: bold;
	color: #864D1A;
	text-align: right;
}



/* 特定商取引法 */
#tokutei td p{
	margin: 0;
}

#tokutei dt{
	font-weight: normal;
}

#tokutei dd{
	margin-left: 2em;
}

#tokutei td ul{
	list-style: circle;
	margin-left: 1em;
}



/* ご注文フォーム */
#contact #SubPage p{
	text-align: left;
	margin: 5px;
}

#button1,
#button2,
#button3,
#button4,
#button5,
#button6{
	width: 100px;
	height: 25px;
	display: block;
	float: left;
	margin-right: 10px;
	text-indent: -9999px;
	border: none;
	overflow: hidden;
}
     /* 各ボタンスタイル */
	#button1{ background: url(../img/button_form1.gif) no-repeat left top; }
	#button2{ background: url(../img/button_form1.gif) no-repeat left -25px; }
	#button3{ background: url(../img/button_form2.gif) no-repeat left top; }
	#button4{ background: url(../img/button_form2.gif) no-repeat left -25px; }
	#button5{ background: url(../img/button_form3.gif) no-repeat left top; }
	#button6{ background: url(../img/button_form3.gif) no-repeat left -25px; }

span.ERR{
	color: #F30;
	font-size: 0.9em;
}









