@charset "UTF-8";
/* formattting style
---------------------------------*/

/* base
--------------------------------------------------*/
*{
margin:0;
padding:0;
}
body {
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-size: 78%;
	letter-spacing: 0.1em;
font-family:Verdana, "Hiragino Kaku Gothic Pro", "qMmpS Pro W3", "lr oSVbN", Geneva, Arial, sans-serif;
	line-height: 1.9em;
}

#topbg{
background-color:#000000;
}

.nobor{
border:none;
}

table{
	border: 0;
	margin: 0;
	padding: 0;
}
p, ul, {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
}
div{
	margin: 0;
	padding: 0;
	border: 0;
}
li {
	margin: 0;
	padding: 0;
	list-style: none;
}



/* link all
--------------------------------------------------*/
a:link,a:visited{
	color:#64B366;
	text-decoration: none;
}
a:hover,a:active{
	color:#999999;
}
a img {
	border-style: none;
}


/* text all
--------------------------------------------------*/
.txtsmall{
	font-size: 90%;
	line-height: 1.7em;
}
.txtsmall_e{
	font-size: 80%;
	line-height: 1.6em;
	color: #F4209A;
}
.txtmedium{
	line-height: 1.6em;
}
.txtlarge{
	font-size: 115%;
}

/* float all
--------------------------------------------------*/
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.floatClear{
	clear:both;
	line-height: 0.1em;
}

/* margin all
--------------------------------------------------*/
.margin_5 {
	margin-bottom: 5px;
}
.margin_10 {
	margin-bottom: 10px;
}
.margin_15 {
	margin-bottom: 15px;
}
.margin_20 {
	margin-bottom: 20px;
}
.margin_30 {
	margin-bottom: 30px;
}
.margin_40 {
	margin-bottom: 40px;
}
.margin_50 {
	margin-bottom: 50px;
}
.line_top {
	border-top: 1px solid #e4e4e4;
	margin-bottom: 30px;
}
.line_top10 {
	border-top: 1px solid #e4e4e4;
	margin-bottom: 10px;
}
.line_bottom {
	border-top: 1px solid #e4e4e4;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* bg
--------------------------------------------------*/
#bodyTop {
	background-image: url(../images/bg20090901.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment:fixed;
}
#bodyCc {
	background-image: url(../CONCEPT/images/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-attachment:fixed;
}

#bodyNews {
	background-color: #333333;
	background-image: url(../NEWS/images/bg2009.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-attachment:fixed;
}

#bodyShoplist {
	background-color: #333333;
	background-image: url(../NEWS/images/bg2009_shoplist.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-attachment:fixed;
}

#bodyPr {
	background-image: url(../PROMOTION2008/images/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-attachment:fixed;
}
#bodyHtg {
	background-color: #333333;
	background-image: url(../HOWTOGROW/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment:fixed;
}


/* basic layout
--------------------------------------------------*/
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
	padding-bottom: 70px;
}
#content {
	width: 390px;
	border: 1px solid #E5E5E5;
	background-color: #FFFFFF;
	padding: 60px 50px 50px;
}
#header {
}
#header .title_margin {
	padding-bottom: 60px;
}
#header .bottom_nav {
	float: left;
	margin-top: 0px;
}
#contact{
margin:0px auto 8px 0;
}

/* INTRO layout
--------------------------------------------------*/
#concept {
	padding-top: 45px;
	padding-bottom: 70px;
}
#concept h2 {
	margin-bottom: 30px;
}

#press {
	padding-top: 30px;
	padding-bottom: 0px;
	text-align:right;
}

#report {
	padding-top: 10px;
	padding-bottom: 0px;
	text-align:right;
}

#news {
	padding-top: 30px;
	padding-bottom: 20px;
}
#news .news_img {
	padding-bottom: 20px;
}
#news .news_margin {

	padding-top: 16px;
	padding-bottom:16px;
	border-top: 1px solid #e4e4e4;
	margin-bottom:38px;
}

#news .news_margin p{
	margin-bottom:1em;
}

#news .news_margin .tit{
	margin-bottom:1em;
	font-weight:bold;
}

#news .news_margin span{
color:#FF0000;
}

#news .news_margin .cap{
margin-top:8px;
}


/* Pc layout
--------------------------------------------------*/
#pc_layout {
	padding-top: 40px;
	padding-bottom: 70px;
}
#pc_layout .margin {
	padding-bottom: 8px;
}
#pc_layout .wtp_pic_margin {
	padding-top: 30px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e4e4e4;
}
#pc_layout .h2_set {
	margin-bottom: 45px;
}

.topGray6 {
	color:#666666;
}
.topGray9 {
	color:#999999;
}
.leftMargin49 {
	margin-left:49px;
}


#pc_layout .intro {
	margin-bottom: 8px;
	color:#333333;
}


/* CONCEPT 2009
--------------------------------------------------*/

#pc_layout .concept2009{
margin-bottom:2em;
}

#pc_layout .concept2009 img{
float:left;
padding-top:8px;
margin-right:16px;
}





