@charset "UTF-8";

/*レイアウト*/
#logo {
	margin: 25px;
}

#wrapper {
	width: 868px;
	margin: 0 auto;
	text-align: center;
}

#flash{
margin-bottom:40px;
}


#main-contens{
	width: 868px;
	background: url(../img/bg02.gif) ;
	background-repeat: repeat-y;
}

#center_contens{
	padding:0px 30px 0px 30px;
}


#footer{
	background: url(../img/bg03.gif) left top no-repeat;
	padding:10px 5px 20px 0px;
}

#copyright {
	font-size: 9px;
	text-align: right;
	color: #CC0033;
}


/*ヘッダ*/
div#main-contens p.hea_tit01{
	padding:35px 0px 0 39px;
	background: url(../img/bg01.gif) left top no-repeat;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width:499px;
}


div#main-contens p.hea_img01{
	padding:35px 39px 0 0;
	background-image: url(../img/bg01.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
}


div#main-contens div.hea_txtbox01{
	padding: 20px 0px 0px 39px;
	float: left;
	text-align: left;
	width:499px;
}

div#main-contens p.hea_txt01{
	margin-bottom:10px;
}

div#main-contens p.hea_btn01{
	margin:15px 0 15px;
}



/*コンテンツ01*/
#contens01{
	margin-right:15px;
	margin-bottom:25px;
	padding:1px;
	width:235px;
	float:left;
	border:solid 1px #F92352;
}

#contens01 ul{
	text-align: center;

}

#contens01 ul li.con01_box01{
	margin-bottom:1px;
	background-image: url(../img/con01_bg01.gif);
	background-repeat: no-repeat;
	width:235px;
	height:216px;
}

#contens01 ul li.con01_box01 img{
	margin:37px 0px 27px 0px;
}

#contens01 ul li.con01_box02{
	background-image: url(../img/con01_bg02.gif);
	background-repeat: no-repeat;
	width:235px;
	height:54px;
}

#contens01 ul li.con01_box02 img{
	margin:16px 0px;
}

/*コンテンツ02*/
#contens02{
	margin-bottom:25px;
	padding:1px;
	width:550px;
	float:left;
	border:solid 1px #F92352;
	text-align: left;
}

#contens02 ul{
	background-image: url(../img/con02_bg02.gif);
	background-repeat: repeat-y;
}

#contens02 ul h2{
margin-top:0px;
}

#contens02 ul li{
	padding:5px 18px 15px;
}

#contens02 ul li.last_bg{
	padding-bottom:28px;
	background-image: url(../img/con02_bg03.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/*コンテンツ03*/
#contens03{
	text-align: left;
	padding-bottom:30px;
	float:left;
	width:808px;
}

#contens03 h2{
	margin-bottom:12px;
}

/*インタビュー*/
.int_wrapper{
	width:685px;
	height:382px;
	background-color:#fff;
}

.int_txt{
	margin-right:30px;
	width:382px;
	float: left;
	padding:40px 0 40px 30px;
}

.int_txt ul li{
	margin-bottom:20px;
}

.int_txt ul li h3{
	margin-bottom:10px;
}

.int_txt ul li span.int_fontcolor{
	color:#F95A83;
	font-weight:bold;
}

.int_img{
	float: left;
	padding:40px 30px 40px 0px;
}





