/* CSS Document */

#contwrap{
	margin:0;
	width:950px;
}

img{
	border:0;
}

.val_top{
	vertical-align:top;
}
.val_bottom{
	vertical-align:bottom;
}

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

.clear{
	clear:both;
}
.clear hr{
	display:none;
}

.mar_bottom10{
	margin-bottom:10px;
}

.fl_mar_left15{
	margin-left:15px;
}
.fl_mar_right15{
	margin-right:15px;
}

.pad_top10{
	padding-top:10px;
}

.clear hr{
	display:none;
}

/*
基本
-------------------*/

#wrapper{
	width:100%;
	background:#EFF8F6;
	padding-bottom:15px;
}


/*
タイトル
-------------------*/
#title_wrap{
	width:950px;
	height:250px;
	margin: 0;
	padding:5px 0 0;
}



/*
メインエリア
-------------------*/
#main_cont{
	width:914px;
	margin:0 auto;
}



/*-----------
目的別*/

#where_wrap{
	width:914px;
	height:466px;
	background:url(images/where_bg.gif) no-repeat;
	position:relative;
	text-align:left;
}
#where_wrap p{
	font-size:12px;
}
#where_wrap img.where1{
	position:absolute;
	left:15px;
	top:15px;
}
#where_wrap p.where1{
	position:absolute;
	left:15px;
	top:60px;
	width:337px;
}
#where_wrap img.where1_btn{
	position:absolute;
	left:15px;
	top:180px;
}


#where_wrap img.where2{
	position:absolute;
	right:15px;
	top:15px;
}
#where_wrap p.where2{
	position:absolute;
	right:15px;
	top:60px;
	width:337px;
}
#where_wrap img.where2_btn{
	position:absolute;
	right:15px;
	top:180px;
}


#where_wrap img.where3{
	position:absolute;
	left:15px;
	top:250px;
}
#where_wrap p.where3{
	position:absolute;
	left:15px;
	top:290px;
	width:337px;
}
#where_wrap img.where3_btn{
	position:absolute;
	left:15px;
	bottom:17px;
}


#where_wrap img.where4{
	position:absolute;
	right:15px;
	top:250px;
}
#where_wrap p.where4{
	position:absolute;
	right:15px;
	top:320px;
	width:350px;
}
#where_wrap img.where4_btn{
	position:absolute;
	right:15px;
	bottom:17px;
}



/*-----------
各コンテンツ*/

.incont_wrap{
	width:908px;
	margin:10px auto 5px;
	background:#fff;
	border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	padding:15px 0;
}

.where1_bd{
	border:3px #C5EBB4 solid;
}
.where2_bd{
	border:3px #B4E6EE solid;
}
.where3_bd{
	border:3px #FCCFDF solid;
}
.where4_bd{
	border:3px #FCEEB1 solid;
}

.incont_wrap .inner{
	width:890px;
	margin:0 auto;
	text-align:left;
}

.incont_wrap .inner img.bcat{
	margin:0 0 10px 0;
}

.inner .genre_name{
	width:100%;
	height:47px;
	margin-bottom:10px;
}
.inner .genre_name img{
	margin:10px 10px 0 10px;
}

.inner .genre_name_bg1{
	background:url(images/where_1_titlebg.jpg) repeat-x;
}
.inner .genre_name_bg2{
	background:url(images/where_2_titlebg.jpg) repeat-x;
}
.inner .genre_name_bg3{
	background:url(images/where_3_titlebg.jpg) repeat-x;
}
.inner .genre_name_bg4{
	background:url(images/where_4_titlebg.jpg) repeat-x;
}


.inner .voicewrap{
	width:888px;
	border:1px solid #ccc;
	-webkit-box-shadow: 1px 1px 5px 1px #ccc; /* Safari, Chrome用 */
	-moz-box-shadow: 1px 1px 5px 1px #ccc; /* Firefox用 */
	box-shadow: 1px 1px 5px 1px #ccc; /* CSS3 */
	padding:2px 0 5px 0;
	margin-bottom:10px;
}

.inner .voicewrap .index{
	width:884px;
	margin:0 2px 10px;
	background:#17B3CA;
	padding:3px 0;
}

.inner .voicewrap .index img{
	margin:0 5px;
}

.inner .voicewrap .invoice{
	width:860px;
	margin:0 12px;
}

.inner .voicewrap .invoice img.photo{
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}

.inner .voicewrap .invoice p{
	padding:3px 0;
}


/*----------
ページング*/

.pages{
	margin:10px 0;
	width:910px;
	text-align:right;
}



#btn-wrap10{
	text-align:center;
	margin:10px 70px;
}