@charset "shift_jis";


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

							初期化

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

div, span, p, em, img, sup,
h1, 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;
}




br{
	letter-spacing:0;
}


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

							dantaiBox内設定
							
***************************************************************************/

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

		上部画像

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

div#dantaiBox{
	width:820px;
	margin-left:auto;
	margin-right:auto;
}


div#dantaiBox_head{
	width:820px;
	height:486px;
	background:url(../images/img_dantai01.jpg) left top no-repeat;
}

div#dantaiBox_head h1,div#dantaiBox_head dl{
	text-indent:-5000px;
}

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

		コンテンツ

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

div#dantaiBox_contents{
	width:757px;
	height:auto;
	margin-left:31px;
	background:url(../images/bg_dantai_box.gif) left top repeat-y;
}

div#dantaiBox_contents_inner{
	padding:15px 0 20px 16px;
	background:url(../images/bg_dantai_box_bottom.gif) left bottom no-repeat;
}

div#dantaiBox_contents_inner h2{
	width:724px;
	height:50px;
	background:url(../images/img_dantai02.gif) left top no-repeat;
	text-indent:-5000px;
}

div#dantaiBox_contents_inner hr{
	width:680px;
	height:10px;
	border:0;
	margin:20px 0 0 20px;
	background:url(../images/bg_dantai_line.gif) left top no-repeat;
}



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

	キャンペーン内容説明

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

p#dantaiBox_01 a,p#dantaiBox_01 a:link{
	width:631px;
	height:237px;
	margin:35px 0 0 27px;
	background:url(../images/bg_dantai_txt01.gif) left top no-repeat;
	text-indent:-5000px;
	display:block;
}

p#dantaiBox_02 a,p#dantaiBox_02 a:link{
	width:664px;
	height:249px;
	margin:35px 0 0 27px;
	background:url(../images/bg_dantai_txt02.gif) left top no-repeat;
	text-indent:-5000px;
	display:block;
}

p#dantaiBox_03 a,p#dantaiBox_03 a:link{
	width:677px;
	height:196px;
	margin:35px 0 20px 27px;
	background:url(../images/bg_dantai_txt03.gif) left top no-repeat;
	text-indent:-5000px;
	display:block;
}

div#dantaiBox_03 p{
	text-indent:-5000px;
}

p#dantai_ban{
	margin:0 0 20px 27px;
}

p#caution_text{
	margin:20px 0 0 43px;
}



