@charset "utf-8";
/* formatting style
-------------------------------*/
#main h3 {
	font-size: 1.2em;
}
#main h4 {
	font-size: 1.1em;
	color: #333333;
	line-height: 2em;
	border-bottom: 1px solid #CCCCCC;
	padding-left: 5px;
	margin-bottom: 8px;
}
#main .box {
	height: auto;
	width: 580px;
	background-color: #FFFFFF;
	border: 1px solid #ccc;
	margin: 0px auto;
	margin-bottom: 20px;
	margin-left: 75px;
}
#main .box .blue {
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	background-color: #FFD2E9;
	text-align: center;
	line-height: 2em;
}
#main .box .exp {
	height: auto;
	width: 480px;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	line-height: 2em;
	color: #666666;
	vertical-align: middle;
	margin: 0px auto;
}

#main .box2 {
	height: 350px;
	border-top: 1px #CCCCCC;
	border-right: 1px #CCCCCC;
	border-bottom: 1px #CCCCCC;
	border-left: 1px #CCCCCC;
}
#main .box2 img {
	margin: 5px;
	float: left;
}
#main .box2 .right {
	float: right;
	height: auto;
	width: 510px;
}

