@charset "utf-8";

/* index.css　トップページのCSS */
@import "import.css";

/* maincolumn(メインコンテンツ) */
#main{}

	#slideshow{
		height:268px;
		margin-bottom:10px;
		padding:1px;
		background-color:#309909;
		border:1px solid #CCCCCC;
	}
	
	.section h3{
		background:url(../img/h3_bg.gif) no-repeat left center;
		line-height:1;
		color:#2E8C00;
		font-size:1.33em;
		padding:10px 0 8px 20px;
		margin:10px 0;
	}
	
	#greeting{}
		#greeting p{
			margin:10px 0 15px 10px;
			padding-right:190px;
			background:url(../img/greeting_bg.gif) no-repeat right 4px;
		}
	
	#favorite{}
		#favorite h3{
			margin:0;
		}
		#favorite dl{
			margin:15px 0 0px 10px;
			width:590px;
		}
			#favorite dl dt{
				float:left;
				clear:both;
			}
			#favorite dl dd{
				width:330px;
				line-height:1.4;
				margin-left:250px;
			}
				#favorite dl dd.text{
					min-height:37px;
					_height:30px;
				}
				#favorite dl dd.readmore{
					text-align:right;
					margin-top:5px;
				}
					#favorite dl dd.readmore a{
						color:#ccc;
					}

		#favorite p{
			clear:both;
			padding-top:15px;
			margin:0px 0 15px 10px;
		}

	#news h3{
		background:none;
		padding:0;
		margin:10px 0;
	}
	#news dl{
		margin:15px 0 20px 10px;
		height:95px;
		overflow:auto;
		line-height:1.4;
	}
		#news dl dt{
			float:left;
			clear:both;
			width:7em;
			padding-right:10px;
		}
		#news dl dd{
			margin-left:8em;
			margin-bottom:5px;
			_height:1%;
		}
			#news dl dd a{
				color:#ccc;
			}
	
	#ecopoint{
		margin:20px 0 30px 0;
	}
	
	#contactbtn{
		margin:30px 0;
	}

/*--seo master(S complateの場合は削除）--*/
div.sbox {
	width: 任意px;
	font-family: "ＭＳ Ｐゴシック",san-serif;
}
div.sbox h1 { margin-left:10px; }
td div.summary { margin-left:10px; }
