@charset "utf-8";

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

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

body {
	background-color: #010534;
}

/*--------------------------------------
	div#header-area
--------------------------------------*/

#header-area {
	height: 120px;
	background: url(../image/bg_header_top.jpg) repeat-x 0 0;
}

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

#content-area {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #FAFAEE;
}

#content {
	margin: 0 auto;
	padding: 0 105px 0 0;
	width: 935px;
	text-align: left;
	/* for IE */
	display: inline-block;
	height: 1%;
	min-height: 1%;
	line-height: 1.4;
	/* \*/display: block;
	/* */
}

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

#main-visual {
	margin-bottom: 0px;
	float: left;
	width: 620px;
}

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

#main-content {
	float: right;
	width: 305px;
	padding-left: 10px;
	font-weight: normal;
	font-size: 12px;
	line-height: 160%;
}

/*	div.section
--------------------------------------*/

#main-content div.section {
	margin: 10px 0px 0px 0px;
}

#main-content h2.section-title {
	margin-bottom: 10px;
}

#main-content dl {
	clear: both;
	margin-bottom: 10px;
	width: 305px;
}

#main-content dt {
	float: left;
	clear: left;
	font-size: 84%;
	line-height: 140%;
}

#main-content dl dd {
	margin-bottom: 5px;
	padding: 0 0 5px 7em;
	border-bottom: 1px solid #e6e6e6;
	font-size: 84%;
	line-height: 140%;
}


#main-content div.image-set div.image {
	margin-bottom: 10px;
}


/*--------------------------------------
	div#footer-area
--------------------------------------*/

#footer-area {
	clear: both;
	height: 212px;
	background: url(../image/bg_footer_top.jpg) repeat-x 0 -10px;
}

/*--------------------------------------
	div#footer
--------------------------------------*/

#footer {
	margin: 0 auto;
	padding: 10px 0 0;
}


