/* ---------------------------------------------- base */
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: "ＭＳ ゴシック";
}

p,ol,ul,address {
	font-family:"ＭＳ ゴシック";

}
ol {
	text-indent: 30px;
}

img {
	border: 0;
}

h1 {
	text-align: center;
}

h2 {
	background: #BBBBA1;
	color: #ffffff;
	text-align: center;
	font-family: "ＭＳ ゴシック";
	font-size: 16px;
	padding: 4px 0;
}

h3,h4,h5 {

}
/* ---------------------------------------------- base end */
/* ----	padding: 10 0 20px;------------------------------------------ header */
#header {
	width: 720px;
	margin: 0 auto;
	text-align: center;
}
/*
#header p.tag#create{
	height: 56px;
}
#header p.tag#create a{
	width: 220px;
	padding: 1.8em;
	background: url("../img/tag_pink.png") top center no-repeat;
	text-decoration: none;
	font-size: 11px;
	color: #666;
	position: relative;
	top: -50px;
	left: 250px;
}
* html #header p.tag#create a{
	padding: 1.8em 1em;
}

#header p.tag#create a:hover{
	color: #333;
}
*/
.sabu-title {
	margin: 20px 0 0 0;
	font-family: "ＭＳ ゴシック";
	font-size: 16px;
	font-weight: bold;
	color: #D9D4BE;
	text-align: center;
	line-height: 1.3em;
}

.sabu-title .oga {
	background-color: #D9D4BE;
	color: #000000;
	padding: 2px 55px;

}

/* ---------------------------------------------- header end*/
/* ---------------------------------------------- content */
#content {
	width: 720px;
	margin: 0 auto;

}
#content .section p {
	text-align: center;
	line-height: 1.8em;
	font-size: 12px;
}
#content .section li {
	line-height: 1.8em;
	font-size: 12px;
	margin: 10px 60px 30px;

}

#content .section img {
/* 	margin: 0 75px; */

}

/* - About Organic guild page2.html - */
#content ol#about-og{
	width: 600px;
	margin-left: 60px;
	text-align: center;
}
#content ol#about-og p{
	text-align: left;
	text-indent: 1ex;
}
#content ol#about-og strong{
	color: #008000;
}

#product {
	/* width: 720px; */
	margin: 0 auto;
	text-align: center;
}
#product .sect{
	width: 200px;
	height: 410px;
	margin: 0 10px;
	border: 1px solid #CCCCCC;
	float: left;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	line-height: 1.25em;
	padding: 140px 0 0 0;
	clear: none;
	position: relative;
}
#product .img{
	border: none;
/*	margin-right: 20px;
	margin-left: 20px; */
}

/* ---------------------------------------------- content end*/
/* ---------------------------------------------- footer */
#footer {
	width: 720px;
	clear: left;
	font-size: 10px;
	text-align: center;
	margin: 1em auto 2em auto;
	padding-top: 1em;
}
/* ---------------------------------------------- footer end*/
#menu {
	width: 480px;
	margin: 1em auto 3em auto;
	font-family: "ＭＳ Ｐゴシック", Osaka;	
}


#menu ul li{
	width: 118px;
	float: left;
	list-style: none;
	border: 1px solid #bbb;
}
#menu ul li a {
	height: 27px;
	padding-top: 3px;
	background: #ccc url("../img/menu_c.gif") top center no-repeat;
	display: block;
	text-decoration: none;
	font-size: 12px;
	line-height: 1em;
	color: #333;
}

#menu ul li a:hover{
	background: #ccc url("../img/menu_o.gif") top center  no-repeat;
}

#menu ul:after{
	content: ".";  
	display: block;
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both; 
}
/**/
/*---------------------------
 members 
-----------------------------*/
#members {
	width: 700px;
}
#members .left_block{
	float: left;
	display: inline;
}
.left_block img{
	margin: 0;
}
/*---------------------------
 process of commodity
-----------------------------*/
p.pom-link{
	width: 200px;
	float: right;
	margin: 1em 0;
}
p.pom-link a{
	text-decoration: none;
	color: #ccc;
	padding: .5em .5em .5em 1.5em;
	position: absolute;
	bottom: 0;
	right: 0;
}
p.pom-link a:hover{
	color: #333;
	background: #eee url("../img/aarrow.gif") .25em no-repeat;
}
