/* basic elements */

html {
	margin: 12px;
/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}

body {
	margin-top: 12px;
	margin-bottom: 12PX;
/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	line-height:16px;
	text-align:center;
}

form { margin: 0; padding: 0; }

a {
	text-decoration: underline;
	color:#333;
}

a:hover {
	color:#F60;
}

a img { border: 0; }

h1 {
	padding-left:4px;
	background-repeat:no-repeat;
	line-height:1.5;
	font-size:150%;
	color:#333;
	border-top:#999;
	padding-top:0px;
	padding-bottom:0px;
	background-image:url(images/h1bg.gif);
	background-position:right center;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#999;
	margin:0px 0 12px 0;
}

h2 {
	clear:both;
	line-height:1.5;
	font-size:115%;
	color:#333;
	margin:20px 0 12px;
	padding:6px 0 2px 4px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#999999;
	border-left-color:#339900;
	border-left-width:6px;
	border-left-style:solid;
}

h3 {
	clear:both;
	font-size:100%;
	padding:3px 3px 3px 20px;
	color:#000000;
	background-color:#99CC33;
	text-align:left;
	font-weight:normal;
}

h4 {
	clear:both;
	font-size:100%;
	font-weight:400;
	margin:2px 0 5px;
}


/* standard helper classes */

.clr {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac ｴ*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */


#wrapper {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 950px;
}

#wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #wrapper {
    height: 1em;
}

#wrapper {
    display: block;
}
/**/

.header {
	margin:0;
	padding:0;
}



/* main menu LOGO */
.logo{
	margin:0;
	padding: 0;
	float: left;
}

.logo a{
	display:block;
	width:181px;
	height:36px;
}

.logo a span{
	display: none;
}

a.lg{
	background-image:url(http://www.ethicafe.co.jp/images/logo.gif);
}


/* main menu SPACE */
.sp1 {
	width:67px;
	height:36px;
	float: left;
}

/* main menu LINE */
.mm_l {
	width:5px;
	height:19px;
	margin-top: 17px;
	padding: 0;
	float: left;
	background-image:url(http://www.ethicafe.co.jp/images/mm_l.gif);
	background-repeat:no-repeat;
}

.mm_r {
	width:5px;
	height:19px;
	margin-top: 17px;
	padding: 0;
	float: right;
	background-image:url(http://www.ethicafe.co.jp/images/mm_r.gif);
	background-repeat:no-repeat;
}

.mm_c {
	width:9px;
	height:19px;
	margin-top: 17px;
	padding: 0;
	float: left;
	background-image:url(http://www.ethicafe.co.jp/images/mm_c.gif);
	background-repeat:no-repeat;
}

/* main menu HOME */
.mm01{
	margin-top: 17px;
	padding: 0;
	float: left;
}

.mm01 a{
	display:block;
	width:54px;
	height:19px;
}

.mm01 a span{
	display: none;
}

a.hm{
	background-image:url(http://www.ethicafe.co.jp/images/mm01.gif);
}

a:hover.hm{
	background-position:0px -19px;
}


/* main menu WHAT'S */
.mm02{
	margin-top: 17px;
	padding: 0;
	float: left;
}

.mm02 a{
	display:block;
	width:126px;
	height:19px;
}

.mm02 a span{
	display: none;
}

a.wh{
	background-image:url(http://www.ethicafe.co.jp/images/mm02.gif);
}

a:hover.wh{
	background-position:0px -19px;
}


/* main menu PRODUCTS */
.mm03{
	margin-top: 17px;
	padding: 0;
	float: left;
}

.mm03 a{
	display:block;
	width:67px;
	height:19px;
}

.mm03 a span{
	display: none;
}

a.sp{
	background-image:url(http://www.ethicafe.co.jp/images/mm03.gif);
}

a:hover.sp{
	background-position:0px -19px;
}


/* main menu COMPANY */
.mm04{
	margin-top: 17px;
	padding: 0;
	float: left;
}

.mm04 a{
	display:block;
	width:68px;
	height:19px;
}

.mm04 a span{
	display: none;
}

a.cp{
	background-image:url(http://www.ethicafe.co.jp/images/mm04.gif);
}

a:hover.cp{
	background-position:0px -19px;
}


/* main menu SUPPORT COMPANY */
.mm05{
	margin-top: 17px;
	padding: 0;
	float: left;
}

.mm05 a{
	display:block;
	width:68px;
	height:19px;
}

.mm05 a span{
	display: none;
}

a.sc{
	background-image:url(http://www.ethicafe.co.jp/images/mm05.gif);
}

a:hover.sc{
	background-position:0px -19px;
}


/* main menu HOUJIN */
.mm06{
	margin-top: 17px;
	padding: 0;
	float: left;
}

.mm06 a{
	display:block;
	width:96px;
	height:19px;
}

.mm06 a span{
	display: none;
}

a.ho{
	background-image:url(http://www.ethicafe.co.jp/images/mm06.gif);
}

a:hover.ho{
	background-position:0px -19px;
}


/* main menu BLOG */
.mm07{
	margin-top: 17px;
	padding: 0;
	float: left;
}

.mm07 a{
	display:block;
	width:53px;
	height:19px;
}

.mm07 a span{
	display: none;
}

a.bl{
	background-image:url(http://www.ethicafe.co.jp/images/mm07.gif);
}

a:hover.bl{
	background-position:0px -19px;
}


/* main menu CONTACT */
.mm08{
	margin-top: 17px;
	padding: 0;
	float: left;
}

.mm08 a{
	display:block;
	width:96px;
	height:19px;
}

.mm08 a span{
	display: none;
}

a.ct{
	background-image:url(http://www.ethicafe.co.jp/images/mm08.gif);
}

a:hover.ct{
	background-position:0px -19px;
}


/* main menu CLEAR */
.newcont {
	clear: left;
	padding-top :1px;
}



.main {
	width:950px;
	height:auto;
	margin-top:10px;
	padding:0;
}


/* CONTENTS */
.container {
	margin-top:20px;
	padding:0;
	width:950px;
	height:auto;
}

.container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .container {
    height: 1em;
}

.container {
    display: block;
}
/**/


#alpha {
	margin:0;
	padding:0;
	width:250px;
	height:auto;
	float: left;
	text-align:left;
}

#alpha:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #alpha {
    height: 1em;
}

#alpha {
    display: block;
}
/**/

#beta {
	margin-left:20px;
	margin-right:20px;
	padding:0;
	width:410px;
	height:auto;
	float: left;
	text-align:left;
}

#beta:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #beta {
    height: 1em;
}

#beta {
    display: block;
}
/**/

#ganma {
	margin:0;
	padding:0;
	width:250px;
	height:auto;
	float: right;
	text-align:left;
}

#ganma:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #ganma {
    height: 1em;
}

#ganma {
    display: block;
}
/**/

.nandt {
	margin:0;
	padding:0;
	width:250px;
	height:25px;
	background-image:url(http://www.ethicafe.co.jp/images/pic_news.gif);
	background-repeat:no-repeat;
}

.btitle {
	margin:0;
	padding:10px;
	width:230px;
	height:257px;
	background-color:#d7cfb5;
	color:#786227;
	font-size:12px;
	line-height:20px;
}

.btitle a {
	color:#786227;
}
	
.btitle a:hover {
	color:#F60;
}

.abft {
	margin:0;
	padding:0;
	width:410px;
	height:22px;
	background-image:url(http://www.ethicafe.co.jp/images/pic_about.gif);
	background-repeat:no-repeat;
}

.abtx1 {
	margin-top:15px;
	padding:0;
	width:410px;
	height:auto;
	font-size:14px;
	line-height:18px;
	color:#030;
	font-weight:bold;
}

.abtx2 {
	margin-top:15px;
	padding:0;
	width:410px;
	height:auto;
	font-size:12px;
	line-height:16px;
}

.spo{
	margin:0;
	padding: 0;
	float: left;
}

.spo a{
	display:block;
	width:250px;
	height:177px;
}

.spo a span{
	display: none;
}

a.ko{
	background-image:url(http://www.ethicafe.co.jp/images/pic_shopping.gif);
}


.fmark {
	margin-top:20px;
	padding:0;
	float: left;
}
.fmark a{
	display:block;
	width:99px;
	height:104px;
}

.fmark a span{
	display: none;
}

a.ft{
	background-image:url(http://www.ethicafe.co.jp/images/pic_fairtrade.gif);
}

.fmarktxt {
	margin-top:20px;
	margin-left:5px;
	padding:0;
	width:146px;
	height:auto;
	float: right;
}

.footer {
	margin-top:20px;
	padding:0;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
} 

.footer a {
	text-decoration: underline;
	color:#333;
}

.footer a:hover {
	color:#F60;
}


/* SUB */
.container_inner_right {
	margin-right:20px;
	padding:0;
	width:680px;
	height:auto;
	float: left;
	text-align:left;
}

.container_inner_right:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .container_inner_right {
    height: 1em;
}

.container_inner_right {
    display: block;
}
/**/


.container_inner_left {
	margin:0;
	padding:0;
	width:250px;
	height:auto;
	float: right;
	text-align:left;
}

.container_inner_left:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .container_inner_left {
    height: 1em;
}

.container_inner_left {
    display: block;
}
/**/

.right_top {
	margin:0;
	padding:0;
}

.r_menu {
	margin-top:20px;
	padding:0;
}


.widget-content {
    position: relative;
    margin: 0;
}

.widget-content ul {
    margin-left: 15px;
}

.widget-content li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.e {
	color:#030;
	font-weight:bold;
}

.thicafe {
	color:#600;
	font-weight:bold;
}

.bnn_name {
	font-size:14px;
	font-weight:bold;
}

/* table LINE */
.kei01 {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}

.kei02 {
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
}

.kei03 {
	border-top:1px solid #ccc;
}

.kei04 {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	color:#FFFFFF; text-align:center;
}

.kei05 {
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	color:#FFFFFF; text-align:center;
}

.kei06 {
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
}


.right-column {
	clear:both;
	font-size:100%;
	padding:3px 3px 3px 20px;
	color:#000000;
	background-color:#99CC33;
	text-align:left;
	font-weight:normal;
}


/* shopping */

.shop-box1 {
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #999;
	width:680px;
	height:auto;
}

.shop-box1:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .shop-box1 {
    height: 1em;
}

.shop-box1 {
    display: block;
}
/**/

.shop-box2 {
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #333;
	width:680px;
	height:auto;
}

.shop-box2:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .shop-box2 {
    height: 1em;
}

.shop-box2 {
    display: block;
}
/**/


.shop-ph {
	margin:0;
	padding-right:20px;
	width:112px;
	height:112px;
	float:left;
}

.shop-txt {
	margin:0;
	padding:0;
	width:548px;
	height:112px;
	float:right;
}

.shop-copy {
	margin:0;
	padding-bottom:10px;
	width:548px;
	height:auto;
}

.shop-spec {
	margin:0;
	padding-right:20px;
	width:250px;
	height:auto;
	float:left;
}

.shop-buy {
	margin:0;
	padding:0;
	width:269px;
	height:auto;
	float:right;
}

.cooperator {
	clear:both;
	font-size:100%;
	padding:3px 3px 3px 20px;
	color:#000000;
	background-color:#72d5dc;
	text-align:left;
	font-weight:normal;
}
