@charset "shift_jis";
/* CSS Document */

body{
	margin:0;
	padding:0;	
	background:#FFF;
}

img{
	margin:0;
	padding:0;
	vertical-align:bottom;
}

#main{
	color:#444;
	background:#F6F4E7;
	padding-bottom:30px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inner01{
	width:990px;
	height:auto;
	margin:0 auto;
	position:relative;
}

.inner02{
	width:930px;
	height:auto;
	margin:0 auto;
	position:relative;
}

a:hover{
	opacity:0.8;
}

#header{
	height:480px;
	background:url(../img/stripe-bg.jpg);
	border-top:2px solid #C52C5B;
	display:block;
	margin:0 auto 30px;	
}

#header h1{
	margin-top:10px;
}

#header p{
	position:absolute;
	top:260px;
	left:180px;
}

#header a{
	display:block;
	margin:15px auto 0;
	width:724px;
}

.section-area{
	padding-bottom:30px;
}

.section-area h2{
	padding:15px 0;
	margin-bottom:30px;
	background:#454F70;
	font-size:16px;
	font-weight:bold;
	letter-spacing:4px;
	color:#FFF;
	text-align:center;
}

.section-area h2 span{
	border:1px solid #FFF;
	padding:7px 15px 7px 19px;
	margin-right:10px;
}

.section-main{
	display:block;
	width:450px;
	float:left;
}

.section-main-in{
	background:#FFF;
	padding-bottom:10px;
}

.section-main-in p{
	margin:10px 10px 0 10px;
	font-size:12px;
}

.button-small{
	width:450px;
	margin-top:5px;
}

.section-sub{
	display:block;
	width:450px;
	float:right;
}

.section-sub dl{
	background:url(../img/stripe-bg.jpg);
	border-right:2px solid #C52C5B;
	margin:0 0 20px 0;
}

.section-sub dl dt{
	display:table-cell;
	width:190px;
	margin:0;
	/*for IE7 */
	*:first-child+html ul li
	display: inline;
	zoom: 1;
}

.section-sub dl dd{
	display:table-cell;
	vertical-align:middle;
	height:135px;
	width:238px;
	padding:0 10px;
	margin:0;
	font-size:12px;
	/*for IE7 */
	*:first-child+html ul li
	display: inline;
	zoom: 1;
}

.section-sub dl.dl-last{
	margin-bottom:0;
}

.section-sub dl.dl-reverse{
	border-right:none;
	border-left:2px solid #C52C5B;
}

.to-campain{
	display:block;
	width:466px;
	margin:0 auto;
}

.button{
	display:block;
	width:724px;
	margin:10px auto 0;
}

.link-button{
	display:block;
	width:342px;
	margin:30px auto 0;
}