@charset "utf-8";

/* =0 初期設定*/
* {
	margin:0;
	padding:0;
}

/*

body {
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック","MS P Gothic", sans-serif;
}

#page{
	width:750px;
	font-size:12px;
	line-height:140%;
	color:#222;
	text-align:left;
	margin:0 auto;
}
*/

.left{
	float:left;
}

.right{
	float:right;
}

a {
	/* macIE対策＼*/
	overflow: hidden;
	/* macIE対策*/
}

img,
a img {
	border : 0;
	text-decoration: none;
}

ul,ol{
	list-style:none;
}

.clr{
	clear:both;
/* macIE対策＼*/
	overflow:hidden;
	width:1px;
	height:1px;
	margin:0 -1px -1px 0;
	border:0;
	padding:0;
	font-size:0;
	line-height:0;
/* macIE対策*/
}

.test{
	border:1px solid #f00;
}

/*メイン*/
.main_box{
	width:750px;
	margin: 0 105px 20px 105px;
	font-size:12px;
	line-height:140%;
	color:#222;
	text-align:left;
}
.main_box .ttl{
	margin: 0 0 10px 0;
	width:750px;
	height:510px;
}
.main_box .ttl .left, 
.main_box .ttl .right {
	width:370px;
}

.main_box .ttl h1, 
.main_box .ttl h2 {
	margin:0;
	padding:0;
	width:370px;
}
.main_box .ttl .num {
	margin:10px 0;
	padding:0;
	width:370px;
}
.main_box .ttl p.lead {
	margin: 0;
	padding: 0;
	font-size:14px;
	line-height:150%;
	color:#000000;
	text-align:left;
}

.main_box h3 {
	margin: 0;
	padding:0;
	width:750px;
	height:auto;
}
.main_box .cnt{
	width:750px;
	height:auto;
	position:relative;
}
.main_box .cnt .left {
	width:337px;
	height:568px;
}
.main_box .cnt .right {
	width:413px;
}

.main_box .cnt .catch{
	margin: 0;
	padding:0;
	width:350px;
	height:80px;
	position:absolute;
	top:0;
	right:0;
}
.main_box .right .yellow {
	width:208px;
	float:left;
}
.main_box .right .ufo {
	width:205px;
	float:right;
}
.main_box .right .special {
	margin:0 0 0 10px;
	width:402px;
}

.main_box p.spec{
	margin: 5px 0 10px 0;
	padding: 0;
	font-size:10px;
	line-height:130%;
	color:#333333;
	text-align:right;
}




/* ==お申込み期間== */
.main_box .offer {
	margin:0;
	padding: 0 0 15px 0;
	width:750px;
	height:auto;
	background:url(/special/image/daito/term_bottom.gif) no-repeat left bottom;
}
.main_box .offer p.limit{
	margin: 10px 20px 3px;
	padding: 0;
	font-size:14px;
	line-height:130%;
	color:#000000;
	font-weight:bold;
}

.main_box .offer p.note{
	margin: 0 20px;
	padding: 0;
	font-size:14px;
	line-height:130%;
	color:#ff9900;
}


/* ==2009.11.11== */
#footer {
        clear:both;
        width:980px;
        margin:0px auto;
        text-align:center;
}

