@charset "shift_jis";


/***************************************************************************

							初期化

***************************************************************************/

div, span, p, em, img, sup,
h2, h3, h4, h5, h6,
ul, ol, li,dl,dt,dd,
table, tbody, tr, th, td,
a, a:link, a:visited, a:hover, a:active,
form,
address {
	margin:0px;
	padding:0px;
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
}

ul, ol, li{
	list-style-type:none;
}


 h2, h3, h4, h5, h6{
	font-size:100%;
}


br{
	letter-spacing:0;
}


/***************************************************************************

							まとめ内設定
							
***************************************************************************/

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

		上部画像

------------------------------------------*/
div#contents{
	width:820px;
	padding:10px 0;
	font-size:12px;
}

div#contentsInner{
	width:820px;
	padding:0;
	background:#FFFFFF;
}

div#contentsHead{
	text-indent:-5000px;
	width:818px;
	height:85px;
	background:url(../images/img01.jpg) left top no-repeat;
	
	
}


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

		コンテンツ

------------------------------------------*/
div#contents h2{
	text-indent:-5000px;
}

div#contents h5{
	font-weight:bold;
	margin:0 0 5px 0;
}



div#campBox{
	width:770px;
	padding:10px 25px 0 25px;
}

/*キャンペーンのボックス*/
div.campBox_detail{
	clear:both;
	width:770px;
	margin:10px 0 20px 0;
	border-bottom:dotted #999999 1px;
	overflow:hidden;
}

div.campBox_detail:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html div.campBox_detail {
    height: 1em;
    overflow: visible;
}
/**/

/*　サムネイル　*/
div.campBox_detail p.campBox_img{
	width:108px;
	margin:0 22px 5px 0;
	float:left;
}

div.campBox_detail div.campBox_detailRight{
	float:right;
	width:640px;
}


div.campBox_detail div.campBox_detailRight h3{
	background:#999999;
	padding:5px;
	font-weight:bold;
	color: FFFFFF;
}

div.campBox_detail div.campBox_detailRight p{
	margin:8px 0 0 0;
}

div.campBox_detail div.campBox_detailRight p.campLink{
	background:url(../images/camp_icon01.gif) left 2px no-repeat;
	padding-left:20px;
}


p#caution_text{
	clear:both;
	padding:20px 0 0 43px;
}
