@charset "utf-8";
/*リンク共通*/
a{
	color:#2E8DC6;
	text-decoration:underline;
}
a:hover{
    color:#DDA977;
	text-decoration:underline;
}

div#wrapper_campaign{
	width:100%;
}

/*ライトコンテンツ共通*/

div#campaign_layout{
	width:650px;
	height:100%;
	margin-top:0;	
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

div#campaign_layout h1{
	width:650px;
	height:237px;
	margin-bottom:35px;
}
/*江戸スタイル*/

div#campaign_layout div#edo_text{
	width:650px;
	height:102px;
	margin-bottom:35px;
}

div#campaign_layout p{
	clear:both;
	color:#000000;
}	

div#campaign_layout dl{
	width:618px;
	line-height:150%;
	margin:45px 0;
	border:1px solid #FF3D3D;
	background:#FFF8B7;
	padding:15px;
}

div#campaign_layout dl dt{
	float:left;
	color:#D6060A;
	font-size:12px;
	font-weight:bold;
	padding:25px 20px 0 10px;
	text-align:center;
}	

div#campaign_layout dl dd{
	color:#000000;
	font-size:12px;
	padding:5px 10px;
	border-left:1px solid #D6060A;
	margin-left:60px;
}	

div#campaign_layout div#close{
	width:650px;
	height:30px;
	text-align:center;
	margin:10px 0;
}

.font12red{
	font-size:12px;
	font-weight:bold;
	color:#D6060A;
}
