@charset "utf-8";
/* CSS Document */


/*-------------------------common-------------------------*/
body{
	margin:0;
	background:url(images/back.jpg) repeat-x #ffc438;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a{
	overflow:hidden;
	outline:none;
}
img{
	border:none;
}

.left{
	float:left;
}
.right{
	float:right;
}


/*-------------------------header-------------------------*/
#header{
	width:960px;
	margin:10px auto 5px;
	overflow:hidden;
}

#header dl,dt,dd{
	margin:0;
	color:#fff;
	line-height:16px;
}
#header dl{
	height:50px;
	overflow:hidden;
}
#header dt{
	padding-top:2px;
	font-size:16px;
}
#header dd{
	font-size:14px;
}


/*-------------------------top-------------------------*/
#top h1{
	width:970px;
	height:145px;
	margin:0 auto;
	background:url(images/h1.jpg) no-repeat;
	text-indent:-9999px;
}
#top_text{
	width:970px;
	height:165px;
	margin:0 auto;
	background:url(images/top_text.jpg) no-repeat;
}
#top_text p{
	margin:0;
	padding:20px 0 0 25px;
	font-size:16px;
	line-height:24px;
}


/*-------------------------contents-------------------------*/
#contents{
	width:970px;
	margin:20px auto 0;
	padding-right:10px;
	overflow:hidden;
}
#contents .right{
	width:250px;
}

/*--------------index--------------*/
.index{
	width:695px;
	height:150px;
	background:url(images/index.jpg) no-repeat;
}
.index ul{
	margin:0;
	padding:0 0 0 30px;
	list-style:none;
}
.index li{
	float:left;
}
.index li a{
	width:200px;
	height:80px;
	margin:50px 20px 0 0;
	display:block;
	text-indent:-9999px;
}

/*--------------special--------------*/
.special{
	width:685px;
	margin:20px 0 20px 10px;
	background:url(images/special_back.jpg) repeat-y;
	overflow:hidden;
}
.special:after{
	content:url(images/special_bottom.gif);
}

/*-------h2-------*/
.special h2{
	width:685px;
	height:120px;
	margin:0;
	text-indent:-9999px;
}
#h2_1{
	background:url(images/h2_1.jpg) no-repeat;
}
#h2_2{
	background:url(images/h2_2.jpg) no-repeat;
}
#h2_3{
	background:url(images/h2_3.jpg) no-repeat;
}

/*-------introduction-------*/
.introduction{
	margin:10px 20px 30px;
	background:url(images/introduction_back.gif);
	font-size:16px;
	line-height:30px;
}
.introduction p{
	margin-bottom:30px;
}

/*-------item-------*/
.item{
	margin:0 20px 20px;
	padding-bottom:30px;
	background:url(images/item_back.gif) no-repeat right top #fff;
	border:#b2a57c 1px dashed;
	overflow:hidden;
	font-size:14px;
	line-height:20px;
}

.item td{
	vertical-align:top;
}

.item p{
	margin:0 0 15px;
}

.item .subimage{
	margin-left:10px;
	float:right;
}

.item .voice{
	padding:35px 10px 10px;
	background:url(images/voice.gif) no-repeat top #def2d4;
}

.item .other{
	padding:0 20px 25px;
}
.item .other h3{
	margin:0 0 10px;
	padding:0 0 5px 30px;
	border-bottom:#009488 1px solid;
	background:url(images/h3_other.gif) no-repeat top;
	color:#009488;
	font-size:16px;
	line-height:1;
}

.item a.button{
	width:255px;
	height:55px;
	margin:0 auto;
	background:url(images/button.gif) no-repeat top;
	display:block;
	text-indent:-9999px;
}
.item a.button:hover{
	background-position:bottom;
}

/*--------------pagetop--------------*/
.pagetop{
	width:690px;
	margin:10px 0;
	overflow:hidden;
}
.pagetop a{
	width:100px;
	height:20px;
	background:url(images/pagetop.gif) no-repeat;
	display:block;
	text-indent:-9999px;
	float:right;
}

/*--------------facebook--------------*/
#facebook{
	margin-top:20px;
	background:#fff;
}


/*-------------------------footer-------------------------*/
#foot_area{
	width:100%;
	background:url(images/footer_back.gif) repeat-x #009488;
}
#footer{
	width:960px;
	margin:30px auto 0;
	padding:30px 0 10px;
	overflow:hidden;
	color:#fff;
}

#footer .link{
	padding-bottom:30px;
	font-size:12px;
	text-align:center;
}
#footer .link a{
	color:#fff;
}

#footer dl,dt,dd{
	margin:0;
	color:#fff;
	line-height:16px;
}
#footer dl{
	height:50px;
	overflow:hidden;
}
#footer dt{
	padding-top:2px;
	font-size:16px;
}
#footer dd{
	font-size:14px;
}

#footer p{
	padding-top:25px;
	/padding-top:35px; /*IE6,IE7*/
	font-size:10px;
}