@charset "utf-8";

/***********************************/
/* グリ一覧ページ 　 　　　　　　　*/
/***********************************/

/* グリページ説明文 */
#gre_explanation_txt {
	width:770px;
	height:auto;
	text-align:center;
	padding-bottom:10px;
	padding-top:5px;
	}

/* ストーリー・グリ一覧全体 */
#gre_list_all {
	width:770px;
	height:510px;
	text-align:center;
	background-image:url(../greet/img/bg_list.jpg);
	background-repeat:no-repeat;
	margin-bottom:5px;
	}

/* ランド全体 */
.gre_land_all {
	width:340px;
	height:auto;
	text-align:left;
	float:left;
	margin:0px;
	padding:34px 10px 0px 30px;
	}

/* シー全体 */
.gre_sea_all {
	width:340px;
	height:auto;
	text-align:left;
	float:left;
	margin:0px 0px 0px 10px;
	padding:34px 0px 0px 10px;
	}

/* タイトル・ランド */
.gre_land_tit {
	width:240px;
	height:25px;
	text-align:left;
	margin:0px;
	padding:0px 0px 0px 55px;
	}

/* タイトル・シー */
.gre_sea_tit {
	width:240px;
	height:25px;
	text-align:left;
	margin:0px;
	padding:0px 0px 0px 80px;
	}

/* グリ選択BOX全体 */
.gre_list_boxall {
	width:310px;
	height:375px;
	text-align:left;
	margin:26px 0px 0px 0px;
	padding:0px 0px 0px 15px;
	}

/* パーク選択ボックス内ページ表示 */
.gre_choice_page {
	width:310px;
	height:auto;
	text-align:right;
	margin-bottom:5px;
	}

/* パーク選択ボックス内テキスト */
.gre_choice_txtbox {
	width:310px;
	height:auto;
	}

/* ランド選択リンクテキスト */
ul.gre_list_land{
	width:310px;
	text-align:left;
	background-image:url(../greet/img/bg_view_land.jpg);
	list-style-type:none;
	margin:0px;
}

li.gre_text_land{
	width:290px;
	height:35px;
	background:url(../view/img/bg_triangle_bule.gif) no-repeat 0px;
	line-height:35px;
	padding-left:10px;
	margin-left:10px;
}

/* シー選択リンクテキスト */
ul.gre_list_sea{
	width:310px;
	text-align:left;
	background-image:url(../greet/img/bg_view_sea.jpg);
	list-style-type:none;
	margin:0px;
}

li.gre_text_sea{
	width:290px;
	height:35px;
	background:url(../view/img/bg_triangle_bule.gif) no-repeat 0px;
	line-height:35px;
	padding-left:10px;
	margin-left:10px;
}

/* グリのコツ・全体 */
.gre_point_all {
	width:770px;
	height:570px;
	background-color:#FFFFFF;
	}

/* グリのコツ・テキスト */
.gre_point {
	width:490px;
	height:auto;
	text-align:left;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:20px;
	float:left;
	}

/* グリのコツ・画像 */
.gre_point_img {
	width:220px;
	height:auto;
	text-align:center;
	margin-bottom:10px;
	padding:15px;
	float:right;
	background-color:#FFFFFF;
	}

/* グリのコツ・h5 */
.gre_point_h5 {
	width:490px;
	height:auto;
	text-align:left;
	color:#A64524;
	font-size:14px;
	font-weight:bold;
	margin-top:5px;
	border-bottom:1px #A64524 dashed;
	}

/* オススメ写真集全体 */
.gre_item_all {
	width:750px;
	height:260px;
	text-align:center;
	margin-bottom:10px;
	padding:0px 10px 10px 10px;
	background-color:#FFFFFF;
	}

/* オススメ写真集テキスト */
.gre_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;
	}

.gre_item_img {
	width:250px;
	height:250px;
	text-align:left;
	float:left;
	margin:10px 0px 0px 0px;
	background-color:#FFFFFF;
	}

/***********************************/
/* グリ詳細ページ 　 　　　　　　　*/
/***********************************/

/* グリ写真 */
.gre_imgbox {
	width:385px;
	height:295px;
	margin-top:5px;
	float:left;
	text-align:center;
	}

/* グリテキストシー */
.gre_txtbox {
	width:385px;
	height:295px;
	margin-top:5px;
	float:left;
	text-align:left;
	}

/* グリテキスト本文 */
.gre_txtall {
	width:315px;
	height:245px;
	margin:10px 0px 10px 0px;
	background-image:url(../greet/img/bg_gretxt.gif);
	background-repeat:no-repeat;
	padding:20px 10px 10px 60px;
	}

/* グリテキストh4シー */
.gre_h4_sea {
	width:310px;
	height:auto;
	font-weight:bold;
	color:#1E50A2;
	}

/* グリテキストh4ランド */
.gre_h4_land {
	width:310px;
	height:auto;
	font-weight:bold;
	color:#C53D43;
	}

/* グリテキスト本文 */
.gre_txt {
	width:310px;
	height:auto;
	color:#666666;
	line-height:200%;
	}

/* グリテキスト本文 */
.gre_line {
	width:770px;
	border:1px #E6E6E6 solid;
	}





































