@charset "utf-8";
/* formatting style
----------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #222222;
	font-size: 14px;
	line-height: 1.8;
	font-family: sans-serif;
	background-color: #F8F2EA;
}
a:link {
	color: #0000cc;
}
a:visited {
	color: #0000cc;
}

a:hover {
	color: #996699;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
a img {
	border-style: none;
}


#footer a:link {
	color: #444444;
	text-decoration: none;
}
#footer a:visited {
	color: #444444;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	line-height: normal;
}
h2 {
	font-size: 22px;
	font-weight: bold;
}



#wrap {
	background-color: #FFFFFF;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
}
#wrap #big-header {
	background-color: #4A2084;
	color: #FFFFFF;
	border-bottom: 5px solid #F5C3C8;
	height: 60px;
	margin-bottom: 15px;
}

#wrap #big-header .header-desc {
	background-color: #4A2084;
	color: #FFFFFF;
	font-size: 22px;
	float: left;
	width: 258px;
	line-height: 1.2;
	text-align: center;
}
#wrap #big-header .header {
	height: 60px;
	width: 468px;
	float: right;
}
#wrap #main {
	margin-bottom: 20px;
}
#wrap #main .big-pic {
	text-align: center;
	margin-bottom: 13px;
}
#wrap #main .detail {
	text-align: center;
	font-size: 25px;
	margin-bottom: 20px;
}
#wrap #main .description {
	padding-right: 9px;
	padding-left: 9px;
}


#wrap .vision {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
}
#wrap .info {
	padding-left: 10px;
	padding-bottom: 80px;
}





#wrap #footer {
	font-size: 10px;
	color: #666666;
	border-top: 5px solid #F5C3C8;
	width: 730px;
	text-align: center;
	padding-top: 10px;
}
#wrap #footer .ad {
	padding-bottom: 15px;
}
