@charset "utf-8";

a:link {
	color: #3366CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3366CC;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}

#pickup {
	background-image: url(../images/new/pickupBase.jpg);
	background-repeat: no-repeat;
	height: 315px;
	width: 896px;
	clear: both;
	background-position: 0px 17px;
	padding-top: 17px;
}
#pickupBannerLeft {
	padding-left: 15px;
	padding-top: 17px;
	float: left;
	width: 620px;
	padding-right: 5px;
}
#pickupBannerWide {
	padding-left: 15px;
	padding-top: 25px;
	width: 870px;
	padding-bottom: 15px;
}
#pickupBannerRight {
	float: right;
	width: 230px;
	padding-top: 17px;
}

#bannerArea {
	background-image: url(../images/new/pickupBase.jpg);
	background-repeat: no-repeat;
}

#mainContentsLeft {
	float: left;
	padding-left: 20px;
	width: 690px;
}

/* main contents */
.mainContentsBtn {
	margin-bottom: 10px;
	padding-left: 10px;
}
#mainContentsRight {
	width: 180px;
	float: right;
	padding-right: 20px;
}

#rightColumn {
	float: right;
	width: 200px;
}

#createArea {
	width: 220px;
	margin-right: 15px;
	background-color: #E1F0F7;
	float: left;
	height: 390px;
}
#createBtn2 {
	background-image: url(../images/new/btn_create2_bg.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 200px;
	background-position: 0px 0px;
	padding-top: 52px;
	padding-left: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#enjoyArea {
	width: 220px;
	margin-right: 15px;
	background-color: #FFF0D9;
	float: left;
	height: 390px;
}
#introductionArea {
	width: 220px;
	background-color: #FEF0EF;
	float: left;
	height: 390px;
}
#promotionArea {
	float: left;
	margin-top: 20px;
	width: 335px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#promotionTitle {
	margin-bottom: 5px;
}
.promotionText {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 16px;
	background-image: url(../images/new/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	text-align: left;
	padding-left: 15px;
	padding-bottom: 3px;
	padding-top: 5px;
}
#whatsnewArea {
	float: left;
	margin-top: 20px;
	width: 335px;
	margin-bottom: 20px;
}
#whatsnewTitle {
	margin-bottom: 5px;
}
.whatsnewText {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 16px;
	background-image: url(../images/new/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	text-align: left;
	padding-left: 15px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
}

#toukou {
	float: left;
	width: 180px;
}
.clearLine {
	clear: both;
}
