/* 共通スタイルシートの読み込み */
@import url("common.css");
@import url("calendar.css");
@import url("info.css");
@import url("mess.css");
@import url("cart.css");
@import url("quest.css");
@import url("item.css");
@import url("mail.css");

#content .top-banner {
	height: 128px;
	margin-bottom: 15px;
}
#content .banner-new {
	float: left;
	width: 270px;
}
#content .banner-good {
	width: 270px;
	float: left;
}
#content .banner {
	margin-bottom: 15px;
}

#content .text {
	line-height: 18px;
	color: #59493f;
	margin-top: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
#content .content-title1 {
	background-image: url(../images/content-title1.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 48px;
	float: left;
	width: 540px;
}
#content .content-title2 {
	background-image: url(../images/content-title2.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 48px;
	float: left;
	width: 540px;
	margin-top: 10px;
}
#content .content-title3 {
	background-image: url(../images/content-title3.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 48px;
	float: left;
	width: 540px;
	margin-top: 10px;
}
#content .content-title4 {
	background-image: url(../images/content-title4.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 48px;
	float: left;
	width: 540px;
	margin-top: 10px;
}
#content .content-bg1 {
	background-image: url(../images/content-bg-middle.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 540px;
	margin-bottom: 10px;
}
#content .content-bg2 {
	background-image: url(../images/content-bg-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
	float: left;
	width: 540px;
}
#content .content-info {
	width: 130px;
	text-align: center;
	float: left;
	margin-right: 1px;
	margin-left: 3px;
	color: #FF0000;
}
#content .icon-top {
	text-align: left;
	float: left;
	width: 540px;
}
#content  .content-info-text  {
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#content .content-info-text a {
	font-size: 11px;
	color: #666666;
}
#content .content-info-text a:hover {
	color: #FFCC00;
}
