@charset "utf-8";
/* formatting style
-------------------------------*/
#main h3 {
	font-size: 1.2em;
	color: #FF3366;
	line-height: 2em;
	border-bottom: 2px dotted #ff3366;
	padding-left: 5px;
	margin-bottom: 8px;
	letter-spacing: 0.1em;
	clear: both;
}
#main h4 {
	font-size: 1.2em;
	line-height: 1.8em;
	padding-left: 10px;
	margin-bottom: 20px;
	padding-right: 10px;
	font-weight: normal;
	letter-spacing: 0.1em;
}

#main .red {
	font-size: 1.5em;
	font-weight: bold;
	color: #FF6600;
	text-align: center;
}

#main .box {
	height: auto;
	width: 350px;
	margin-left: 120px;
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: #CC9966;
	border: 1px solid #FFCC00;
}
#main .box .blue {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #993300;
	text-align: center;
	line-height: 2.0em;
}
#main .box .exp {
	height: auto;
	width: 330px;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 2em;
	color: #FFFFFF;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 10px;
}

