
@charset "Shift_JIS";


*{
	margin: 0;
	padding: 0;
	text-decoration: none;
}

html,body {
	margin: 0px;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	background-color: #E7E7E7;
	color: #666666;
}

#wrapper {
	width:880px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
	background-color: #FFFFFF;
}

#hedder {
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

#contents {
	width:860px;
	margin-left:10px;
	margin-right:10px;
}



#menu {
	width:240px;
	float:left;
	margin-top:17px;
}

#menu .logo {
	margin-bottom:20px;
}

#menu ul {
	list-style-type:none;
	margin-left:30px;
}

#menu li {
	margin:0px;
}

#menu h1 {
	margin-top:60px;
	margin-left:88px;

}

#main {
	width:600px;
	float:left;
	margin-left:20px;
	}

#main h2 {
	margin-top:10px;
	margin-bottom:15px;
}

/* トップページCSS　*/
#backPicTop {
	width:860px;
	height:440px;
	background-image:url(../img/top_back.jpg);
	background-repeat:no-repeat;

}
#topProm {
	width:780px;
	margin-left:40px;
	margin-top:20px;
}

/* live CSS*/
#backPicLive {
	width:600px;
	height:356px;
	background-image:url(../img/live_pic.jpg);
	background-repeat:no-repeat;
}

#main .live {
	width:600px;
}

#live .liveBox img {
	float:left;
	margin:7px;
	border-top:7px solid #F0F0F0;
	border-left:7px solid #F0F0F0;
	border-right:7px solid #F0F0F0;
	border-bottom:7px solid #F0F0F0;
}

#live .textBox {
float:right;
width:270px;
}

#live .date {
	font-size:10px;
	color:#FF9900;
	font-weight:bold;
	padding-left:25px;
	background-image:url(../img/textMark.jpg);
	background-position:left ;
	background-repeat:no-repeat;
}

#live .liveTitle {
	font-size:12px;
	color:#A0DC16;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}


/* plofile CSS */
#backPicPlo {
	width:600px;
	height:356px;
	background-image:url(../img/plo_pic.jpg);
	background-repeat:no-repeat;
}

#plofileBox {
	margin-top:30px;
}

#plofileBox img {
	margin-bottom:5px;
}

#plofileBox .Box {
	background-color:#DDE9C8;
	padding:12px;
	color:#666666;
}


/* conscept CSS*/

#backPicCon {
	width:600px;
	height:356px;
	background-image:url(../img/con_pic.jpg);
	background-repeat:no-repeat;
}

#conceptTxt {
	margin-top:40px;
}

#conceptSec {
	margin-bottom:20px;
}

#conceptSec img {
	margin-bottom:10px;
}

#gardenPh {
	width:600px;
	marign:15px 0px;
}

#gardenPh .LPh {
	width:295px;
	float:left;
	display:inline;
	color:#A3CD00;
	font-weight:bold;
}

#gardenPh .RPh {
	width:295px;
	float:right;
	display:inline;
	color:#A3CD00;
	font-weight:bold;
}

/* 共通CSS */
.RPh{
	float:right;
	margin-left:10px;
	}
.bt40 {
margin-bottom:40px;
}

.tp40 {
margin-top:40px;
}

/* フッター */

#footer {
	width:860px;
	margin-top:50px;
	margin-left:10px;
	margin-right:10px;
	font-size:10px;
	line-height:120%;
	color:#82B122;
}

#footer .ftlogo {
	width:360px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}

#footer .ftlogo img {
	float:left;
	display:inline;
}

#footer .ftlogo p {
	float:left;
	display:inline;
	padding-top:5px;
	font-size:12px;
}

#footer .ftadress {
	width:500px;
	float:right;
	display:inline;
	text-align:right;
	margin-top:10px;
	margin-bottom:10px;
}

