@charset "utf-8";

/* CSS Document */

/*--------------------------------------------
	共通基本設定
--------------------------------------------*/

/* 相対へ*/
body,h1,h2,h3,h4,h5,h6,p,form,img,ul,li,dl,dt,dd
	{
	margin: 0px;
	padding: 0px;
	}

/* 画像の下に出る余白を除去 */
img {
	vertical-align:bottom;
	border: 0px;
	}

/* 左右フロート設定 */
.floatL
	{
	float: left;
	display:inline;
	}

.floatR
	{
	float: right;
	display:inline;
	}
	
.imgfoatL
	{
	float: left;
	margin:0 15px 0 0;
	}
	
.imgfloatR
	{
	float: right;
	margin:0 0 0 15px;
	}


/* フロートクリア */
.clearFix:after
	{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}
	
.clearFix
	{
	display:inline-block;	/* IE7対応 */
	}
/* Hides from IE-mac \*/
* html .clearFix
	{
	height:1%;
	}

.clearFix
	{
	display:block;
	}
/**/

/* クリアクラス用 */
.clear{
	overflow:hidden;
	height:0;
	clear: both;
}
/* Hides from IE-mac \*/
* html .clear{
	display: none;
}
/**/

sup,sub
	{
	vertical-align: baseline;
	position: relative;
	}

sup { top: -4px;}
sub { top: 4px;}


/* テキスト関連 */
.txtsmall
	{
	font-size:x-small;
	}
/* Hides from IE-mac \*/
* html .txtsmall{
	font-size:xx-small;
}
/**/

a:link		{color:#0042ff;	text-decoration:underline}
a:visited	{color:#0042ff;	text-decoration:underline}
a:hover		{color:#0042ff;	text-decoration: none}

a.gray:link		{color:#5b5b5b;	text-decoration:underline}
a.gray:visited	{color:#5b5b5b;	text-decoration:underline}
a.gray:hover	{color:#5b5b5b;	text-decoration: none}

/* マージン設定 */

.mat5 { margin:5px 0 0 0;}
.mat8 { margin:8px 0 0 0;}
.mat10 { margin:10px 0 0 0;}
.mat15 { margin:15px 0 0 0;}
.mat20 { margin-top:20px!important;}
.mat30 { margin:30px 0 0 0;}

/* padding設定 */
.pab30 { padding-bottom:30px;!important;}

/* リスト設定 */

ul{ list-style:none;!important}


/* 囲み線設定 */
.lineTop{
	border-top:#80a5ce 1px solid;
}
.lineBlue{
	padding:6px 10px;
	margin-top:17px;
	border:#1b3664 1px solid;
}
.lineBlue p{
	color:#1b3664;
	font-size:100%;
	line-height:1.5;
}

/* --------------------------------------------------

Base

-------------------------------------------------- */
body {
	margin:0;
	padding:0;
	color: #5b5b5b;
	font-size: 88%;
	line-height: 1.3;
}

#wrapper{
	width:976px;
	background:url("../img/body-bg.gif") repeat-y;
	margin:-1px auto 0;
	overflow:hidden;
}
#container{
	width:950px;
	margin:-1px 13px 40px;
}


/* --------------------------------------------------
#block1
-------------------------------------------------- */
#block1{
}
#block1 h1{
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
}

/* --------------------------------------------------
#blockButton1
-------------------------------------------------- */
#blockButton1{
	margin:22px auto 20px;
}
div.button{
	margin:0 auto;
	width:592px;
	height:73px;
}
a.regBtn{
	display:block;
	width:592px;
	height:73px;
	background:url(../img/regBtn.gif) no-repeat;
	text-indent:-999pt;
}


/* --------------------------------------------------
#0709Campaign
-------------------------------------------------- */
#Campaign0709{
	width:882px;
	margin:19px auto;
}
#Campaign0709 h2{
	margin:0;
	padding:0;
}
#Campaign0709 .section{
	width:882px;
	height:110px;
	background:transparent url("../img/0709Campaign-body.gif") 0 0 no-repeat;
	overflow:hidden;
}
#Campaign0709 .section p{
	margin-top:15px;
	margin-left:257px;
	width:616px;
	line-height:153%;
}
#Campaign0709 .section a{
	display:block;
	margin-top:17px;
	margin-left:327px;
	width:616px;
	text-decoration:none;
}
#Campaign0709 .section a span{
	text-decoration:underline;
	font-weight:bold;
	font-size:130%;
}

/* --------------------------------------------------
#block2
-------------------------------------------------- */
#block2{
	background:transparent url("../img/bg-block2cont.gif") repeat-y;
}
#block2 p.lead{
	padding:20px 42px;
	line-height:153%;
}
#block2chart{
	padding:0 36px;
}
#block2 h3{
	margin-bottom:8px;
}
#block2chart p{
	margin-top:8px;
	line-height:153%;
}
.chartitem{
	float:left;
	width:432px;
}
.last{
	margin-left:14px;
}
#block2chart .caps{
	padding-top:28px;
	text-align:right;
}
#block2cont2{
	border-top:1px solid #989897;
	margin:12px 20px 5px;
	padding:12px 16px 0;
	overflow:hidden;
}
#block2cont3{
	padding:0 0 33px 41px;
}
#block2cont3 p{
	float:left;
	margin-top:20px;
	width:650px;
	line-height:153%;
}
#block2cont3 img{
	float:right;
	width:214px;
}
#block2cont4{
	padding-bottom:39px;
	padding-left:41px;
	background:transparent url("../img/bg-btm-block2.gif") no-repeat center bottom;
}
#block2cont4 p{
	float:left;
	width:332px;
	line-height:153%;
}
#block2cont4 img{
	float:left;
	margin-left:16px;
	width:500px;
}

/* --------------------------------------------------
#blockButton2
-------------------------------------------------- */
#blockButton2{
	margin:32px auto 44px;
}

/* --------------------------------------------------
#block3
-------------------------------------------------- */
#block3{
	margin:0 auto 8px;
}
#block3 h2{
	width:910px;
	margin:0 auto;
}
#block3wrap{
	margin:0 20px;
	background:#eee url("../img/bg-btm-block3.gif") no-repeat center bottom;
}
#block3cont{
	margin:0 23px 0;
	text-align:left;
}
#block3cont ul li.block3item{
	float:left;
	width:288px;
	height:143px;
}
#block3cont ul li.block3iteml{
	float:left;
	width:576px;
	height:143px;
}
#block3cont .caps{
	padding:3px 0 13px 15px;
}

/* --------------------------------------------------
#block4
-------------------------------------------------- */
#block4{
	padding-bottom:79px;
}
#block4cont{
	position:relative;
	width:950px;
	height:291px;
	background:white url("../img/bg-block4.gif") no-repeat;
}
#block4cont p{
	text-indent:-999pt;
}
#block4cont a{
	position:absolute;
	top:157px;
	left:178px;
}

/* --------------------------------------------------
#block5
-------------------------------------------------- */
#block5{
	margin-bottom:60px;
}
#block5 h2{
	margin-left:24px;
}
#block5threepoints{
	margin-left:30px;
	overflow:hidden;
}
#block5threepoints p{
	text-align:left;
	width:265px;
	margin-left:13px;
}
#block5threepoints #point2 p{
	margin-left:18px;
}
#point1{
	float:left;
	width:288px;
}
#point2{
	float:left;
	width:301px;
}
#point3{
	float:left;
	margin-left:5px;
	width:296px;
}
#block5 .memo{
	font-size:100%;
	font-size:75%;
	color:#040d23;
}

/* --------------------------------------------------
#blockButton3
-------------------------------------------------- */
#blockButton3{
	position:relative;
	width:950px;
	height:607px;
	background:white url("../img/blockButton3-bg.gif") no-repeat;
}
#blockButton3 .buttonArea{
	position:absolute;
	width:592px;
	top:372px;
	left:179px;
}
/* --------------------------------------------------
#blockButton3-1	0708 改定分
-------------------------------------------------- */
#blockButton3-1-0708{
	position:relative;
	width:950px;
	height:487px;
	background:white url("../img/blockButton3-0708-bg.gif") no-repeat;
}
#blockButton3-1-0708 .buttonArea{
	position:absolute;
	width:592px;
	top:372px;
	left:179px;
}
a.regBtn2{
	display:block;
	width:592px;
	height:73px;
	background:url(../img/regBtn2.gif) no-repeat;
	text-indent:-999pt;
}
a.regBtn3{
	display:block;
	width:592px;
	height:73px;
	background:url(../img/regBtn3.gif) no-repeat;
	text-indent:-999pt;
	margin:0;
}
.btnArea{ text-align:center; margin:0 5px 7px;}
.btnArea2{
	text-align:center;
	font-size:88%;
	margin-top:0px;
	margin-bottom:17px;
}
.btnArea3{ text-align:center; font-size:88%; margin-top:10px;}

.bdline{
	border-bottom:#c3d8ee 1px solid;
}

#block6 .inner{
	margin:27px 20px 0 20px;
}
h3.regCatch-block6{
	width:641px;
	margin:20px auto -10px;
}
#block6 .grayBox{
	margin:32px 0 0 0;
	padding:15px 20px 15px 48px;
	background-color:#eeeeee;
}
#block6 .grayBox{
	margin:32px 0 0 0;
}
#block6 .teikei{
	margin:50px 0 0 14px;
	display:block;
}
#block7 .inner{
	margin:30px 41px 0 41px;
}
#block7 .inner .imgBox{
	margin-top:20px;
	padding:0;
	background: url(../img/bg_gaiyo.gif) repeat-y;
}
#block7 .inner .imgBoxBtm{
	padding-bottom:5px;
	background:url(../img/bg_gaiyo_btm.gif) no-repeat left bottom;
}
#block7 .inner .imgBoxTop{
	padding-top:2px;
	background:url(../img/bg_gaiyo_top.gif) no-repeat left top;
}
#block7 .inner .imgArea{
	width:838px;
	margin:0 0 0 0;
}
#block7 .inner .imgBoxL{
	width:395px;
	float:left;
}
#block7 .inner .imgBoxR{
	width:395px;
	float:right;
}
#block7 .inner .imgArea h4{
	line-height:0;
	margin:10px 0 0 0;
	font-size:0;
}
#block7 .inner .imgArea p{
	margin:10px 0 0 0;
	font-size:88%;
}
#block7 .inner .imgArea .floatL{
	width:70px;
}
#block7 .img02{
	padding-left:2px;
}

#block7 .inner .imgArea .floatR{
	width:300px;
}
#block7 .inner .inc5000{
	width:410px;
	margin:0 0 0 455px;
	padding-top:25px;
}
#block7 .inner .inc5000L{
	width:90px;
	float:left;
}
#block7 .inner .inc5000R{
	width:310px;
	float:right;
}
#block7 .inner .inc5000 p{
	font-size:88%;
}

/* @end */
.widPA1{ width:645px;}

/* @group footer */

/* Custom Class */
.caps{
	text-indent:-1em;
	padding-left:1em;
	font-size:88%;
}

/* --------------------------------------------------
Footer
-------------------------------------------------- */
#footer{
	margin: 0;
	text-align:center;
	font-size:88%;
	border-top:#c3d8ee 1px solid;
	padding-top:25px;
	margin-top:20px;
	line-height:1.5;
}
#footerMiddle{
	margin-top:35px;
}
#footerNote{
	width:867px;
	margin:15px auto 0 auto;
	background:url(../img/bg_att.gif) repeat-y;
}
#footerNoteBtm{
	background:url(../img/bg_att_btm.gif) no-repeat left bottom;
}
#footerNoteTop{
	text-align:left;
	padding:20px 32px;
	background:url(../img/bg_att_top.gif) no-repeat left top;
}


/* --------------------------------------------------
POP UP 100709
-------------------------------------------------- */
.px12{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	line-height:16px;
	color:#333333;
}
.style2 {color: #bb1417}

