@charset "utf-8";
 
 /* トップページのCSS */

@import url("../common/layout.css");   /* 全ページ共通ページレイアウトCSS読み込み */
@import url("../common/common_style.css");  /* 全ページ共通スタイルCSS読み込み */
@import url("../common/header.css");  /* ヘッダーCSS読み込み */
@import url("../common/footer.css");  /* フッターCSS読み込み */

/* flash部分スタイル */
#top_flash{
	border-bottom:#00008b solid 5px;
}

/* 目的別検索 */
#nearby_shop{
	float:left;
	width:370px;
	margin:15px 0 ;
}
#purpose{
	float:right;
	width:370px;
	margin:15px 0 ;
}

/* 左キャンペーンバナー＆新着BOX */
#news_box{
	width:540px;
	float:left;
}
#news_box p{
	padding-bottom:15px;
}
/* 下部幅250pxのバナーBOX */
#small_banner{
	width:250px;
	float:left;
}
/* 新着情報BOX */
#news_list{
	width:270px;
	float:right;
}
#news_list h2{
	padding-bottom:10px;
}
/* 新着リストが高さ176pxより増えたらスクロールバー表示 */
#news_contents{
	height:176px;
	overflow:auto;
}
/* 新着リストのスタイル */
#news_list ul{
	list-style:none;
}
#news_list ul li{
	background:url("news_list_icon.gif") no-repeat top left;
	border-bottom:#999 solid 1px;
	margin-bottom:0.5em;
	padding:0 1em 0.5em 1em ;
	font-size:13px;
}

/* 右インフォメーションBOX */
#info_box{
	width:200px;
	float:right;
	padding-left:20px;
}
#info_box p{
	line-height:1.5em;
}
#info_box h3{
	padding-bottom:10px;
	clear:both;
}
/* イメージ画像左へ */
.info_photo{
	width:72px;
	float:left;
	padding:0 10px 10px 0 ;
}
/* テキストBOX右へ */
.info_text{
	width:118px;
	float:right;
	font-size:x-small;
	padding-bottom:15px;
}
/* テキストリンクスタイル */
.info_tlink{
	margin-top:8px;
}
.info_tlink_icon{
	margin-top:8px;
	background:url("../common/icon_next.gif") no-repeat left;
	padding-left:15px;
}
.info_tlink_icon2 a{
	background:url("../common/icon_next.gif") no-repeat left;
	padding-left:15px;
}

