@charset "EUC-JP";
@import"common.css";
@import'/common/css/special_recommend.css';
@import'/etc/animation/css/recommend_mini.css';

/* Base 
------------------------------------------ */
div#MainContents {
	width: 575px;
	background: url(../img/bg_repeat.gif) repeat-y;
}
div#MainContents .BgHeader {
	background: url(../img_pack/bg_header.jpg) no-repeat;
}
div#MainContents .BgBtm {
	background: url(../img_pack/bg_btm.gif) no-repeat bottom;
	padding-bottom: 8px;
}
div#MainContents .Att {
	margin: 0 10px 10px;
	font-size: 12px;
	color: #f00;
	line-height: 1.8em;
}
/* ヘッダー 
------------------------------------------ */
div#MainContents #Header {
	clear: both;
	padding: 5px 0 9px;
	zoom: 100%;
	position: relative;
}
div#MainContents #Header .freeCampaign {
	position: absolute;
	width: 90px;
	height: 90px;
	z-index: 1;
	left: 475px;
	top: 40px;
}
div#MainContents #Header:after {
	display:block;
	clear:both;
	height: 0;
	visibility:hidden;
	content:"";
}
div#MainContents #Header h2 {
	width: 225px;
	margin: 43px 0 0;
	float: left;
}
div#MainContents #Header .mainPic {
	width: 350px;
	float: right;
}
div#MainContents #Header .Ttl {
	text-align: center;
	margin-bottom: 5px;
}
div#MainContents #Header dl {
	height: 200px;
}
div#MainContents #Header dt {
	width: 225px;
	float: left;
	clear: both;
}
div#MainContents #Header dd {
	margin-left: 225px;
}
/* リスト 
------------------------------------------ */
div#MainContents #cmsList {
	clear: both;
	background: url(../img/bg_common_repeat.gif) repeat-y;
	margin: 0 10px;	
}
div#MainContents #cmsList .BgTop {
	background: url(../img_pack/ttl_none.gif) no-repeat;
	width: 555px;
	height: 36px;
}
div#MainContents #cmsList .Ttl {
	background: url(../img_pack/ttl_free.gif) no-repeat top;
	width: 555px;
	height: 46px;
	text-indent: -9999px;
}
#cmsList .listBox {
	width:511px;
	_width:515px;
}
#cmsList div.listBox .lower .txtBox{
	float:right;
	width:415px;
}
#cmsList .Free .listBox {
	border: solid 2px #06a7a3;
}
#cmsList .Free div.listBox ul.upper{
	background:#e2ffff;
}
#cmsList .Free div.listBox li{
	color: #007698;
	font-weight: bold;
}

/* コンテンツ 
------------------------------------------ */
div#MainContents #Content {
	clear: both;
}
/* caution */
div#MainContents div.caution {
	padding: 0 10px 15px;
}
div#MainContents div.caution div.waku {
	border: 1px solid #f00;
	padding: 8px;
	background: #fff;
}
div#MainContents div.caution h4 {
	font-size: 12px;
	font-weight: bold;
	color: #f00;
	margin-bottom: 4px;
}
div#MainContents div.caution li {
	font-size: 12px;
	color: #f00;
	margin-bottom: 2px;
}
