@charset "UTF-8";

body {
	font-size: 100%;
	font-family: Helvetica, Arial, sans-serif;
	background: #fff ;
}

a {text-decoration: none;}
a:link{	color:#DF0075;}
a:visited{ color:#DF0075;}
a:hover{text-decoration: underline; color: #DF0075; }


#wrapper {
	width: 620px;
	margin: 0px 0px 0 0px;
	padding: 0 0 0px 0;
}

* html #wrapper {
	margin: 0px 0px 0 -8px;

}

#content {
	margin: 20px 0 0 0;
}

.banner_box {
	width:285px;  height:100%;
	float:left;
	margin: 0px 0px 15px 13px;
	border: solid 1px #A4A4A4;
}



* html .banner_box {
	margin: 0px 0px 15px 10px;
	
}




.banner_box .img { 
	width:270px; height:135px;
	margin: 3px 0px 0px 7px;

}

.tit {
	width:270px; height:20px;
	margin: 0px auto;
	font-size: 70%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#525358;
}

.banner_box .h1 {
	width:270px;
	height:45px;
	letter-spacing: 1px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60%;
	color:#000;
	margin: 0px auto;
}


#content p {
	margin: 0 0 1em 0;
	text-align: justify;
	line-height: 1.75;
}
#content .dropcap {
	float: left;
	padding: 0.2em 0.15em 0 0;
	font-size: 333%;
	line-height: 0.75;
}

#linkbox {
	width:180px; height:15px;
	float: right;
	font-size: 80%;	

}

.title {
	width:600px; height:17px;
	margin-bottom:10px;
}

