@charset  "utf-8";
@import url(reset.css);
@import url(common.css);
@import url(header.css);
@import url(footer.css);
@import url(font.css);

/*+++++++++++++++++++++++++++++++++++++++++++ top */
#bodyWrapper {
	width: 100%;
	margin: 0;
	padding:0;
	text-align: left;
	background-image: url(../images/topBodyBg.gif);
	background-repeat:repeat-x;
	background-position:top;
}
#contentsWrapper{
	width:790px;
	margin:0 auto;
	padding:0;
	background-image:url(../images/bodyBg.gif);
	background-repeat:repeat-y;
}
#contents{
	width:790px;
	margin:0;
	padding:0;
	background-image:url(../images/top_mainVisual.jpg);
	background-repeat:no-repeat;
}
#contents #mainTitle {
	height:150px;
}
#contents #mainTitle h1,
#contents #mainTitle p{
	text-indent:-9999px;
}
#information{
	float:left;
	width:510px;
	font-size:82.5%;
	line-height:1.2;
	padding:70px 0 20px;
	background-color:transparent;
	background-image:url(../images/topInformationBg_bottom.gif);
	background-position:13px bottom;
	background-repeat:no-repeat;
}
#infoContentWrapper{
	padding:0 0 0 20px;
	background-color:transparent;
	background-image:url(../images/topInformationBg_body.gif);
	background-repeat:no-repeat;
	background-position:13px 30px;
}
.infoContent{
	padding:0 0 10px 5px;
	width:232px;
	float:left;
}
.infoContent h2{
	margin:0;
	padding:0;
}
.infoContent .photo{
	float:left;
	margin:0 5px 5px 0;
}
.infoContent p{
	margin:0;
	padding:5px 10px 0 12px;
}

