@charset "utf-8";

/*--------------------------------------
	Style Name : Home Style Sheet

	content
--------------------------------------*/


/*--------------------------------------
	div#content
--------------------------------------*/

#content #main-visual {
	margin:0 0 10px -5px;
	position:relative;
	width:808px;
	background:#000 url(../../img/home/texture_01.gif) no-repeat left bottom;
}

#content #main-visual object {
	margin:0 0 5px 5px;
	vertical-align:bottom;
}

#content #site-address {
	overflow:hidden;
}

#content #site-address div.site-address {
	padding:7px;
	width:381px;
}

* html #content #site-address div.site-address {
	width:395px;
}

#content #site-address div.site-address div.article {
	padding:9px 0;
	position:relative;
	min-height:118px;
	background-color:#fff;
}

#content #site-address div.information {
	float:left;
	background:url(../../img/home/texture_information_01.gif) repeat-y;
}

#content #site-address div.information div.article {
	background:#fff url(../../img/home/texture_information_02.png) no-repeat left top;
}

#content #site-address div.information h2 {
	position:absolute;
	left:5px;
}

#content #site-address div.information dl {
	margin:0 0 0 80px;
	padding:4px 0 4px 15px;
	*padding:3px 0 3px 15px;
	border-left:1px solid #696969;
	line-height:1.3;
}

#content #site-address div.information dl dt {
	float:left;
	clear:left;
	position:relative;
}

#content #site-address div.information dl dd {
	margin-left:3em;
}

#content #site-address div.about {
	float:right;
	background:url(../../img/home/texture_about_01.gif);
	font-size:84%;
}

#content #site-address div.about div.article {
	background:#fff url(../../img/home/texture_about_02.png) no-repeat right top;
}

#content #site-address div.about h2 {
	margin:2px 0 10px 14px;
}

#content #site-address div.about p {
	margin:0 0 0 15px;
	line-height:1.4;
}

#content #feature {
	margin:7px 0;
	position:relative;
	width:800px;
	overflow:hidden;
}

#content #feature h2 {
	margin-bottom:8px;
	padding:9px 0 0 5px;
}

#content #feature p.lead {
	position:absolute;
	top:13px;
	left:192px;
	color:#666;
	font-size:84%;
}

#content #feature div.feature {
	margin:0 0 10px 10px;
	padding-bottom:10px;
	display:inline;/* for IE6 */
	float:left;
	width:188px;
	background:url(../../img/home/texture_feature_01-01.gif) no-repeat center bottom;
}

#content #feature div.feature div.pic {
	padding:1px 2px 0;
	background:url(../../img/home/texture_feature_01.gif) no-repeat center top;
}

#content #feature div.feature h3 {
	margin:5px 10px 0;
	padding-left:6px;
	background:url(../../img/home/texture_border-01_01.gif) no-repeat left center;
	color:#333;
	font-size:100%;
	font-weight:normal;
}

#content #feature div.feature p {
	margin:0 7px;
	color:#848484;
	font-size:84%;
	line-height:1.3;
}


