/*新デザイン用*/

/*レイアウトベース*/
body{
	background-color:#EDEDED;
	color:#4F4F4F;
	margin:0px;
	padding:0px;
}


#bg-body{
	background-image:url(../images/index/bg_body.gif);
	background-repeat:repeat-y;
	width:762px;
}

.head{
	background-color:#C095FF;
	width:760px;
	text-align:left;
	margin:0;
}
.head-line{
	background-image:url(../images/hd_stripe.gif);
	background-repeat:repeat-x;
	width:760px;
	height:10px;
	margin:0;
	padding:0;
}

.h-menu{
	border-bottom: 1px solid #ccc; 
}

#contents{
	width:760px;
	margin:0;
	text-align:left;

}
.contents-margin{
	margin:30px;
	}

#leftarea{
	width:460px;
}

#rightarea{
	width:220px;
	margin-left: 20px;
}



/*旅行マーケットエリア指定*/


ul.infolist{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

li.il-new{
	background:url(../images/index/icon_new.gif) no-repeat left center;
	list-style-type:none;
	padding-left:60px;
	border-bottom: 1px dotted #999999;
	padding-bottom:3px;
}

li.il-info{
	background:url(../images/index/icon_info.gif) no-repeat left center;
	list-style-type:none;
	padding-left:60px;
	border-bottom: 1px dotted #999999;
	margin-bottom:5px;
	padding-bottom:5px;
}

li.il-camp{
	background:url(../images/index/icon_camp.gif) no-repeat left center;
	list-style-type:none;
	padding-left:60px;
	border-bottom: 1px dotted #999999;
	margin-bottom:5px;
	padding-bottom:5px;
}

A.t-camp:link{
		color:#F5F0D2;
		text-decoration:none;
}
A.t-camp:visited{
		color:#C77D3C;
		text-decoration:none;
}
A.t-camp:active{
		color:#ffffff;
		text-decoration:underline;
}
A.t-camp:hover{
		color:#ffffff;
		text-decoration:underline;
}
.t-camp {
	color:#F5F0D2;
}

.bg-camp{
	background-image:url(../images/index/travel_bg_01.gif);
	background-repeat:no-repeat;
	width:155px;
	height:122px;
}
.bg-camp02{
	background-image:url(../images/index/travel_bg02.gif);
	background-repeat:repeat-y;
	text-align:center;
}

.bg-camp03{
	background-color:#490300;
	padding:10px 5px;
	text-align:left;
	width:445px;
}

/*サイドエリア*/

.bg-right{
	background-image:url(../images/index/r_bg.gif);
	padding: 0 5px;
}
.bg-right-wup{
	background-image:url(../images/index/r_wbg.gif);
	padding: 10px 10px 0 10px;
}
.bg-right-w{
	background-image:url(../images/index/r_wbg.gif);
	padding: 10px;
}
.mg-r-btn{
	text-align:center;
}
.bd-policy{
	border-top: 1px dashed #b9b9b9;
	border-bottom: 1px dashed #b9b9b9;
	padding: 2px;
	width: 100px;
	text-align:center;
	margin-bottom:5px;
}


/*仕切り*/

.ft-line{
	background-image:url(../images/index/r_line.gif);
	background-repeat:repeat-x;
	margin:10px;
}

.v-dline10{
	border-left: 1px dotted #ccc;
	margin-left:10px;
	padding-left:10px;
}

.h-line10{
	border-top: 1px solid #b9b9b9;
	margin-top:10px;
	padding-top:10px;
	
}


.h-dline10{
	border-top: 1px dotted #b9b9b9;
	margin-top:10px;
	padding-top:10px;
	
}



a:link{
	color:#333399;
	text-decoration:none;
}
a:visited{
	color:#333399;
	text-decoration:none;
}
a:hover{
	color:#336699;
	text-decoration:underline;
}
a:active{
	color:#333399;
	text-decoration:underline;
}


/*ショップ紹介*/

ul.arw{
	list-style-type:none;
	margin:0px;
	padding:0px;


}
li.arrow{
	background:url(../images/shared/contents_arrow.gif) no-repeat left center;
	list-style-type:none;
	padding-left:20px;

}

.title-rec {
	background:url(../images/index/bg_title_rec.gif) repeat-x;
	border-left: 3px solid #B02B70;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom: 10px;
	padding:3px 3px 3px 10px;
	background-color:#FFFFFF;
	height:18px;

}

.menu{
	text-align:center;
	border-right: 1px solid #ccc;
	padding: 5px;
}
.menu-pd{ padding:0 15px;
}


form{
	margin:0;
	padding:5px 0 0 0;
}
