/*=========================================================


	Site Name   BD Campaign Page
	File Name   style.css

	Create Date 2008/05/26
	Update Date --


==========================================================*/
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fc0;
	text-align: center;
	font-size: 16px;
}
* html body {
	font-size: 100%;
}
img {
	vertical-align: bottom;
}
a {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #6b6b6b;
	text-decoration: underline;
}
#container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}
#container #ci {
	margin: 23px 0;
}
#container #comment {
	margin: 23px 0;
}
/*----------------------------------------------------------

	Campaign Main Style

-----------------------------------------------------------*/
#container .main {
	position: relative;
	height: 490px;
}
#container .main h1 {
	position: absolute;
	top: 10px;
	left: 12px;
}
#container .main h2 {
	position: absolute;
	top: 10px;
	left: 337px;
}
/*----------------------------------------------------------

	Campaign Footer Style

-----------------------------------------------------------*/
#campaign_footer {
	margin-top: 20px;
	background-color: #0f218b;
	text-align: center;
}
#campaign_footer .wrap {
	margin: 0 auto;
	width: 764px;
	height: 80px;
	text-align: left;
}
#campaign_footer .wrap .copy {
	float: left;
}
#campaign_footer .wrap .logo {
	float: right;
	border-left: 1px solid #fff;
}
/*----------------------------------------------------------

	Campaign Body Style

-----------------------------------------------------------*/
#campaign_body {
	clear: both;
	width: 760px;
	background: url(../images/frame_bg.gif) repeat-y 0 0;
	font-family:Verdana,Arial,sans-serif;
	color: #333;
	margin-top: 16px;
}
#campaign_body p,
#campaign_body th,
#campaign_body td {
	font-size: 75%;
	line-height: 1.6em;
}
#campaign_body .frame_top {
	background: url(../images/frame_top.gif) no-repeat 0 0;
	text-align: center;
}
#campaign_body .frame_bottom {
	background: url(../images/frame_bottom.gif) no-repeat 0 bottom;
	text-align: center;
}
#campaign_body .wrap {
	width: 720px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
}
#campaign_body .wrap .lcol {
	float: left;
	width: 126px;
}
#campaign_body .wrap .rcol {
	float: left;
	width: 594px;
	padding: 6px 0;
}
#campaign_body .wrap .rcol img {
	margin-bottom: 5px;
}
#campaign_body .rcol .kuwashiku {
	float: right;
	width: 220px;
	text-align: right;
}
#campaign_body .rcol .kuwashiku a {
	display: block;
	padding-right: 22px;
	background: url(../images/pict.gif) no-repeat right 0;
	color: #0f218b;
	height: 19px;
}
#campaign_body .rcol .item {
	float: left;
	width: 120px;
	font-size: 63%;
	line-height: 1.2em;
}
#campaign_body .rcol .hagaki {
	float: right;
	width: 310px;
	text-align: center;
}
#campaign_body .rcol .goods th {
	padding-right: 8px;
	vertical-align: top;
	font-weight: normal;
	white-space: nowrap;
}
#campaign_body .attention {
	border: 1px solid #0f218b;
	margin-top: 20px;
	padding: 5px;
	color: #0f218b;
	text-align: center;
}
#campaign_body .dotline {
	clear: both;
	width: 720px;
	height: 30px;
	background: url(../images/dotline.gif) repeat-x 0 center;
}
#campaign_body .clear {
	clear: both;
	width: 720px;
	height: 20px;
	font-size: 1px;
	line-height: 0;
}
#campaign_body .f14 {
	font-size: 88%;
	line-height: 1.5em;
	font-weight: bold;
}
.f14a {
	color:#FF0000;
}