@charset "utf-8";

@import url("common.css");

#indexMain {
	width: 698px;
	border:1px solid #E7E7E7;
	padding: 20px;
	background: url(../../hint/images/index_main.jpg) right no-repeat #FFFFFF;
}

.hintBox {
	width: 740px;
	background: url(../images/bg_240_1.gif) repeat-y;
	margin-bottom: 5px;
}
.hintBox a{
	display:block;
	width:240px;
}
.hintBox strong, .hintBox span {
	display:block;
	padding-bottom:10px; 
}
.hintBox sup {
	font-size: 80%;
	vertical-align: baseline;
}
.hintBox img.bluebtn {
	padding:0 10px 10px;
	display:block;
	clear:both;
}
.hintBox .fl {
	width:104px;
	padding-left:10px;
}
.hintBox .fr {
	width:115px;
	padding-right:8px;
}
.hintBox a:link, .hintBox a:hover, .hintBox a:visited {
	color:#CC0000;
	text-decoration:none;
}
.hintBox1,
.hintBox2,
.hintBox3 {
	width: 240px;
	float: left;
}

.hintBox1,
.hintBox2 {
	margin-right: 10px;
}

.hintBoxBottom {
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	background: url(../images/bg_240_2.gif) bottom;
}

