@charset "Shift_JIS";

/*============================================================
//                                              2008/04/07
//  index.html設定
//  
//
//==========================================================*/

/* ヘッダー部分の追加設定 */
h1{
	font-size:10px;
	font-weight:normal;
	line-height:130%;
	color:#555555;
}
/* リンクと各方面ボタンとの間隔調整 */
.headder-link p{
	margin-bottom:0;
}

/*============================================================
//  枠組み
//==========================================================*/
/*  */
#ichioshi{
	
}

#ichioshi h3{
	margin-bottom:1px;
}

#ichioshi .banner{
	margin-top:3px;
}

#con01{
	margin-bottom:11px;
}

/*============================================================
//  商品ブロック（共通）
//==========================================================*/
/*  */
.item_shin,
.item_toku{
	margin-top:15px;
}

/* 商品タイトル */
.item_shin .item_name,
.item_toku .item_name{
	margin:0 0 3px 0;
	padding:3px 0 2px 6px;
	font-size:16px;
	line-height:115%;
	font-weight:bold;
}

/* タイトル内左　方面画像 */
.item_shin .item_name img,
.item_toku .item_name img{
	padding:3px 5px 0 0;
}

/* 宿泊日数 */
.item_shin .days,
.item_toku .days{
	margin-right:7px;
	padding:2px 2px 1px 2px;
	font-size:12px;
	font-weight:normal;
	background:#b4ac9a;
	color:#ffffff;
	float:left;
}

/* 料金 */
.item_shin .price,
.item_toku .price{
	font-size:16px;
	font-weight:bold;
	color:#b4ac9a;
	float:left;
}

/* 日数・料金・詳細ボタン部分の幅設定 */
.item_shin .naiyou-b,
.item_toku .naiyou-b{
	width:403px;
}

/* 詳細はコチラボタン */
a.btn_syousai{
	width:110px;
	height:20px;
	background:url("../images/btn_syousai.gif") no-repeat;
	text-decoration:none;
	display:block;
	float:right;
}

a.btn_syousai:hover{
	background-position:0 -20px;
}
/* 商品間区切り線 */
.item_shin .clear00,
.item_toku .clear00{
	height:28px;
	background:url("../images/line01.gif") repeat-x 0 13px;
}


/*============================================================
//  商品ブロック（新着ツアー）
//==========================================================*/
/* 商品タイトル　飾り */
.item_shin .item_name{
	background:#cd2400;
	color:#ffffff;
}

/*============================================================
//  商品ブロック（特選ツアー）
//==========================================================*/
/* 商品タイトル　飾り */
.item_toku .item_name{
	background:#edebe3;
	border-top:solid 1px #668245;
	border-bottom:solid 1px #668245;
	color:#668245;
}

/*============================================================
//  その他
//==========================================================*/


/*============================================================
//  右カラム
//==========================================================*/
/*  */
.right_menu{
	margin:0;
	background:#edebe3;
}

.right_menu h5.sttl_0{
	margin:0 0 7px 0;
	padding:0;
	background:#564;
}

.right_menu h5.sttl_1{
	margin:30px 0 7px 0;
}

.right_menu .ranking,
.right_menu .pick_up,
.right_menu .ssl{
	margin:0 7px;
}

.right_menu .pick_up a{
	margin:7px 0;
}

.right_menu ul{
	margin:0 7px;
	padding:0;
	list-style-type:none;
}

.right_menu li{
	margin:0;
	padding:0;
}

.right_menu .line01{
	margin:0 10px;
	height:24px;
	background:url("../images/line01.gif") repeat-x 0 11px;
}




