@charset "utf-8";

/***********************************/
/* バックストーリー一覧ページ  　　*/
/***********************************/

/* バックストーリー説明文 */
.story_explanation {
	width:770px;
	height:auto;
	text-align:center;
	padding-bottom:10px;
	}
	
/* パーク選択全体 */
.story_list_all {
	width:736px;
	height:301px;
	background-image:url(../story/img/bg_list_all.jpg);
	background-repeat:no-repeat;
	padding:17px;
	margin-bottom:10px;
	}

/* パーク選択ボックス・ランド */
.land_listbox {
	width:360px;
	height:295px;
	float:left;
	background-color:#F8E7E7;
	margin-bottom:10px;
	}

/* パーク選択ボックス・シー */
.sea_listbox {
	width:360px;
	height:295px;
	float:right;
	background-color:#DCEDF5;
	margin-bottom:10px;
	}

/* パーク選択ボックス内テキスト */
.story_choice_txtbox {
	width:350px;
	height:auto;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	}

/* ランド選択リンクテキスト */
ul#list_land{
	width:350px;
	text-align:left;
	background-image:url(../story/img/bg_list_land.jpg);
	list-style-type:none;
}

li.list_txt_land{
	width:330px;
	height:35px;
	background:url(../view/img/bg_triangle_bule.gif) no-repeat 0px;
	line-height:35px;
	padding-left:10px;
	margin-left:10px;
}

/* シー選択リンクテキスト */
ul#list_sea{
	width:350px;
	text-align:left;
	background-image:url(../story/img/bg_list_sea.jpg);
	list-style-type:none;
}

li.list_txt_sea{
	width:330px;
	height:35px;
	background:url(../view/img/bg_triangle_bule.gif) no-repeat 0px;
	line-height:35px;
	padding-left:10px;
	margin-left:10px;
}

/* オススメ全体 */
.story_item_all {
	width:750px;
	height:260px;
	text-align:center;
	margin-bottom:10px;
	padding:0px 10px 10px 10px;
	background-color:#FFFFFF;
	}

/* オススメテキスト */
.story_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;
	}

/* オスス画像 */
.story_item_img {
	width:250px;
	height:250px;
	text-align:left;
	float:left;
	margin:10px 0px 0px 0px;
	background-color:#FFFFFF;
	}

/***********************************/
/* 各テーマランドページ　　　  　　*/
/***********************************/

/* テーマランド説明全体 */
#thema_all {
	width:740px;
	height:340px;
	text-align:center;
	background-image:url(../story/img/bg_thema_all.jpg);
	background-repeat:no-repeat;
	padding:15px;
	margin-bottom:10px;
	}

#thema_all2 {
	width:740px;
	height:300px;
	margin-bottom:10px;
	background-color:#e9e4d4;
	text-align:center;
	padding-top:15px;
	padding-bottom:10px;
	margin-top:10px;
	border-bottom:2px #D0C6A4 dashed;
	border-top:2px #D0C6A4 dashed;
	}

/* テーマランド説明テキスト */
.thema_txt {
	padding-left:15px;
	padding-right:15px;
	color:#5E5142;
	}

/* テーマランド説明画像左 */
.thema_img1 {
	width:245px;
	height:205px;
	margin-top:15px;
	margin-bottom:10px;
	float:left;
	}

/* テーマランド説明画像中央 */
.thema_img2 {
	width:245px;
	height:205px;
	margin-top:15px;
	margin-bottom:10px;
	margin-left:2px;
	float:left;
	}

/* テーマランドページ内リンク左 */
.thema_link_all {
	width:360px;
	height:295px;
	float:left;
	}

ul.thema_link_list{
	width:720px;
	text-align:left;
	background-image:url(../img/bg_new_list.gif);
	list-style-type:none;
	padding-left:20px;
}

li.thema_link_text{
	width:705px;
	height:35px;
	background:url(../img/img_triangle_w.gif) no-repeat 0px;
	line-height:35px;
	margin-left:5px;
	padding-left:15px;
}

/* パーク選択ボックス・左 */
.park_listbox1 {
	width:380px;
	height:aoto;
	float:left;
	background-color:#E1E1E1;
	margin-bottom:10px;
	padding-bottom:5px;
	}

/* パーク選択ボックス・右 */
.park_listbox2 {
	width:380px;
	height:aoto;
	float:right;
	background-color:#E1E1E1;
	margin-bottom:10px;
	padding-bottom:5px;
	}

/* パーク選択ボックス内テキスト */
.park_list_txtbox {
	width:370px;
	height:auto;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	}

ul.park_list{
	width:370px;
	text-align:left;
	background-image:url(../img/bg_new_list.gif);
	list-style-type:none;
}

li.list_txt_land{
	width:330px;
	height:35px;
	background:url(../view/img/bg_triangle_bule.gif) no-repeat 0px;
	line-height:35px;
	padding-left:10px;
	margin-left:10px;
}

/***********************************/
/* 下層ページ　　　　    　　　　　*/
/***********************************/

/* 横一列 */
.box{
	width:770px;
	height:240px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	}
	
/* 画像 */
.box_img{
	width:310px;
	float:right;
	}

/* テキスト */
.box_text{
	width:410px;
	height:210px;
	float:left;
	background-image:url(../story/img/bg_story_txt.jpg);
	background-repeat:no-repeat;
	padding:20px 20px 10px 25px;
	}

.tit_midashi{
	width:405px;
	color:#5E5142;
	text-align:left;
	font-weight:bold;
	border-bottom:3px solid #5E5142;
	}

.exp_text{
	width:395px;
	text-align:left;
	margin-top:15px;
	line-height:30px;
	}
	
/* ライン */
.story_line {
	width:770px;
	border:1px #CCCCCC solid;
	text-align:center;
	}

/***********************************/
/* テーマランド別ページ・リンク　　*/
/***********************************/
	
/* パーク選択ボックス・左 */
.park_listbox3 {
	width:360px;
	height:150px;
	float:left;
	background-color:#E1E1E1;
	margin-bottom:10px;
	}

/* パーク選択ボックス・右 */
.park_listbox4 {
	width:360px;
	height:150px;
	float:right;
	background-color:#E1E1E1;
	margin-bottom:10px;
	}















	
	