/* CSS Document */
@import "reset.css";
@import "font.css";
@import url("/ad-navi/css_utf8/import.css");


#exile {
	background-color: #0054A7;
}
#exile #wrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffd900;
	height: 650px;
}
#exile #wrapper #logo {
	background-image: url(../music/images/logo.gif);
	background-repeat: no-repeat;
	height: 160px;
}
#exile #wrapper #contents {
	margin-left: 40px;
	background-image: url(../music/images/contents_bg.gif);
	height: 430px;
	background-repeat: no-repeat;
	margin-right: 40px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#exile   #wrapper   #contents   .caption  {
	font-size: 12px;
	color: #0054A7;
	line-height: 1.6em;
	font-weight: normal;
	display: block;
	float: left;
	width: 400px;
	margin-right: 25px;
}
#exile #wrapper #contents .caption span {
	font-size: 13px;
	font-weight: bold;
}

#exile #wrapper #contents .image {
	float: left;
}
#exile  #wrapper  #contents  .close  {
	font-size: 12px;
	background-color: #0054A7;
	width: 60px;
	text-align: center;
	margin-left: 670px;
	color: #FFFFFF;
	text-decoration: none;
	clear: left;
}
#exile  #wrapper  #contents  .close  a  {
	width: 60px;
	display: block;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
