@charset "utf-8";

/***********************************/
/* 風景一覧ページ 　 　　　　　　　*/
/***********************************/

/* 風景ページ説明文 */
#view_explanation_txt {
	width:770px;
	height:auto;
	text-align:center;
	padding-bottom:10px;
	padding-top:5px;
	}
	
/* パーク選択ボックス・全体 */
#view_choice_box_all {
	width:730px;
	height:364px;
	text-align:center;
	background-image:url(../view/img/bg_view_list.jpg);
	background-repeat:no-repeat;
	padding:37px 20px 13px 20px;
	margin-bottom:5px;
	}

/* パーク選択ボックス・ランド */
.view_choice_box_land {
	width:235px;
	height:365px;
	float:left;
	}

/* パーク選択ボックス・ランドタイトル */
.view_choice_box_land_tit {
	width:160px;
	height:20px;
	margin-left:65px;
	margin-bottom:10px;
	}

/* パーク選択ボックス・シー */
.view_choice_box_sea {
	width:234px;
	height:365px;
	float:left;
	margin-left:14px;
	}

/* パーク選択ボックス・シータイトル */
.view_choice_box_sea_tit {
	width:140px;
	height:20px;
	margin-left:85px;
	margin-bottom:10px;
	}

/* パーク選択ボックス・リゾート */
.view_choice_box_resort {
	width:235px;
	height:365px;
	float:right;
	}

/* パーク選択ボックス・リゾートタイトル */
.view_choice_box_resort_tit {
	width:165px;
	height:20px;
	margin-left:55px;
	margin-bottom:10px;
	}

/* パーク選択ボックス内テキスト */
.view_choice_txtbox {
	width:233px;
	height:auto;
	margin-left:1px;
	margin-right:1px;
	margin-top:1px;
	}

/* ランド選択リンクテキスト */
ul#view_list_land{
	width:232px;
	text-align:left;
	background-image:url(../view/img/bg_view_land.jpg);
	list-style-type:none;
}

li.view_text_land{
	width:205px;
	height:35px;
	background:url(../view/img/bg_triangle_bule.gif) no-repeat 0px;
	line-height:35px;
	padding-left:10px;
	margin-left:10px;
}

/* シー選択リンクテキスト */
ul#view_list_sea{
	width:232px;
	text-align:left;
	background-image:url(../view/img/bg_view_sea.jpg);
	list-style-type:none;
}

li.view_text_sea{
	width:205px;
	height:35px;
	background:url(../view/img/bg_triangle_bule.gif) no-repeat 0px;
	line-height:35px;
	padding-left:10px;
	margin-left:10px;
}

/* リゾート選択リンクテキスト */
ul#view_list_resort{
	width:232px;
	text-align:left;
	background-image:url(../view/img/bg_view_resort.jpg);
	list-style-type:none;
}

li.view_text_resort{
	width:205px;
	height:35px;
	background:url(../view/img/bg_triangle_bule.gif) no-repeat 0px;
	line-height:35px;
	padding-left:10px;
	margin-left:10px;
}

/* オススメ写真集全体 */
.view_item_all {
	width:750px;
	height:260px;
	text-align:center;
	margin-bottom:10px;
	padding:0px 10px 10px 10px;
	background-color:#FFFFFF;
	}

/* オススメ写真集テキスト */
.view_item_txt {
	width:390px;
	height:210px;
	text-align:left;
	float:left;
	color:#726250;
	padding:15px 50px 20px 30px;
	margin:15px 0px 0px 10px;
	background-image:url(../greet/img/bg_gre_item.gif);
	background-repeat:no-repeat;
	}

.view_item_img {
	width:250px;
	height:250px;
	text-align:left;
	float:left;
	margin:10px 0px 0px 0px;
	background-color:#FFFFFF;
	}

/***********************************/
/* 風景下層ページ 　 　　　　　　　*/
/***********************************/

/* 画像全体 */
.view_imgbox_all {
	width:740px;
	height:290px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	color:#666666;
	}

/* 画像1・左 */
.view_imgbox1 {
	width:360px;
	height:auto;
	text-align:left;
	float:left;
	}

/* 画像2・右 */
.view_imgbox2 {
	width:360px;
	height:auto;
	text-align:left;
	float:right;
	}

/***********************************/
/* 風景下層ページ・ページリンク 　 */
/***********************************/

/* ページリンク全体 */
.view_pagelink_all {
	width:755px;
	height:25px;
	margin-bottom:10px;
	padding-right:15px;
	padding-top:5px;
	text-align:right;
	background-color:#EBEBEB;
	}


















