@import "grobal.css";

/*************** TOPPAGE ***************/

body
{
font-size: x-small;
line-height: 1.5em;
}

/* COLUMN-LAYOUT */
#headercont
{
   margin-bottom: 1.25em;
}

#maincont
{
   margin-top: 1.25em;
   zoom: 100%;
}

#wrapper
{
   width: 430px;
   float: left;
   zoom: 100%;
}

#left_column
{
   width: 200px;
   float: left;
}

#center_column
{
   width: 220px;
   float: right;
}

#right_column
{
   width: 280px;
   float: right;
}

#bottom_column
{
   width: 720px;
   margin-top: 10px;
}

/* CONTENTS-LAYOUT */

#owner_cont
{
   width: 184px;
   border: 1px dashed #ff9933;
   padding: 8px;
}

#store_cont
{
   width: 184px;
   border: 1px dashed #ff2626;
   padding: 8px;
   margin-top: 0.625em;
   zoom: 100%;
}

#netshop_cont
{
   width: 202px;
   border: 1px dashed #0099ff;
   padding: 8px;
}

#farm_cont
{   
   width: 202x;
   border: 1px dashed #993300;
   padding: 8px;
   margin-top: 0.625em;
   text-align: left;
}

#info_cont
{
   width: 264px;
   border: 1px dashed #339900;
   padding: 8px;
}

#commu_cont
{
   width: 704px;
   border: 1px dashed #ff6699;
   padding: 8px;
}

#maincont:after,
#wrapper:after,
#store_cont:after,
.contents_include:after,
.subcontents_include:after
{
   content: ".";
   height: 0;
   display: block;
   clear: both;
   visibility: hidden;
}

/* CONTENTS-TITLE-LAYOUT */

#container h2
{
   font-size: 110%;
   font-family: "HG丸ｺﾞｼｯｸM-PRO";
   color: #fff;
   padding: 0.313em 0 0.313em 0;
   margin-bottom: 0.5em;
}

#owner_cont h2 { background: #ff9933; }

#store_cont h2 { background: #ff2626; }

#netshop_cont h2 { background: #0099ff; }

#farm_cont h2 { background: #993300; text-align: center; }

#info_cont h2 { background: #339900; }

#commu_cont h2 { background: #ff6699; }

/* CONTENTS-INCLUDE-LAYOUT */

.contents_include   /* コンテンツが2段構えの時のみ、使用 */
{
   margin-bottom: 0.625em;
   zoom: 100%;
}

.subcontents_include
{
   border-top: 1px dashed;
   padding-top: 0.625em;
   text-align: left;
   width: 100%;
   clear: both;
   zoom: 100%;
}

#netshop_cont .subcontents_include { border-color: #0099ff; }

#info_cont .subcontents_include { border-color: #339900; }



.catch { margin: 0.188em 0 0 0; }

.bdTxt { text-align: left; }

.left { float: left; }

.right { float: right; }

#store_cont .left, #store_cont .right { width: 88px; }

#netshop_cont .left, #netshop_cont .right { width: 97px; }

#info_cont .left, #info_cont .right { width: 128px; }

#commu_cont ul
{
   list-style: none;
}

#commu_cont li
{
   display: inline;
   margin-right: 0.625em;
}

.copy
{
   color: #666;
   font-size: 90%;
   margin: 1.875em 0 0.625em 0;
}







/* ヘッドメニュー */
.headmenu {
	background: #FFCC33;
	text-align: center;
	border: 1px solid #660000;
	padding: 3px;
	font-weight: bold;
}
.headmenu a {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.headmenu a:hover {
	color: #CC0000;
	text-decoration: underline;
}


.t-netshop
{
padding: 8px 0;
}

.web-honmon
{
line-height: 1.5em;
padding-bottom: 10px;
}

.shouhinmei
{
padding: 5px 0;
}