@charset "utf-8";

/* ---------------------------------------------------------------- */

/* キャンペーン用 CSS追加設定 */

/* ---------------------------------------------------------------- */

/* トップページ用 設定 */

#topCampaignArea {
	background: url(../campaign/images/top_waku_body.gif) repeat-y center top;
	width: 414px;
	padding: 0;
	display: block;
	margin: 20px auto;
	text-align: left;
}

#topCampaignArea .cHeader {
	margin: 0;
	padding: 0;
	background: url(../campaign/images/top_waku_header.gif) no-repeat left top;
	width: 414px;
	height: 56px;
	overflow: hidden;
}

#topCampaignArea .cHeader h2 {
	color: #0071a0;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 47px;
}

#topCampaignArea .cBody {
	padding: 0 15px 4px;
}

#topCampaignArea .cBody img {
	border: 1px solid silver;
}

#topCampaignArea .cBody * {
	line-height: 160%;
	font-size: 87.5%;
}

#topCampaignArea .cBody p.toDetail {
	text-align: center;
	margin-top: 10px;
}

#topCampaignArea .cBody p.toDetail img {
	border-style: none;
}

#topCampaignArea .cFooter {
	clear: both;
	width: 414px;
	height: 16px;
	margin: 0;
	padding: 0;
}

/* ---------------------------------------------------------------- */

/* キャンペーン ブログ記事用設定 */

#campaignArea {
	width: 740px;
	margin: 0 auto;
	padding: 0;
	line-height: 150%;
	overflow: hidden;
	background-color: white;
}

#campaignArea * {
	line-height: 160%;
}




#topCampaignArea2 {
	background: url(../campaign2/images/top_waku_body2.gif) repeat-y center top;
	width: 180px;
	padding: 0;
	display: block;
	margin: 0px auto;
	text-align: left;
}

#topCampaignArea2 .cHeader {
	margin: 0;
	padding: 0;
	background: url(../campaign2/images/top_waku_header2.gif) no-repeat left top;
	width: 180px;
/*	height: 30px;	*/
	overflow: hidden;
}

#topCampaignArea2 .cHeader h2 {
	color: #fb7506;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 90%;
}



#topCampaignArea2 .cBody {
	padding: 0 15px 4px;
}

#topCampaignArea2 .cBody img {
	border: 1px solid silver;
}

#topCampaignArea2 .cBody * {
	line-height: 160%;
	font-size: 87.5%;
}

#topCampaignArea2 .cBody p.toDetail {
	text-align: center;
	margin-top: 10px;
}

#topCampaignArea2 .cBody p.toDetail img {
	border-style: none;
}

.topCampaignArea_cFooter {
	clear: both;
	width: 180px;
	height: 16px;
	margin: 0;
	padding: 0;
}
