@charset "utf-8";

/* ----- 共通エリアの調整：開始 ----- */
/* サイト説明 */
a {
	font-weight: normal;
}
p#site_description {
	font-size: 0.9em;
}
div#footer {
	font-size: 1.28em;
	line-height: 1.65;
}
/* ----- 共通エリアの調整：終了 ----- */

/* プロモーションエリア */
div#promo {
	width: 888px;
	height: 200px;
	padding: 0 0 12px;
	margin: 0 auto;
}

/* コンテンツエリア(全体) */
div#container {
	width: 888px;
	height: 730px;/*通常*/
	margin: 0 auto;
	position: relative;
	/*height: 780px;*/	/*20100902/container_rightにバナー３つ追加のため拡大*/
	/*height: 902px;*//*20101007/3周年抽選会バナー設置のため*/
}

/* コンテンツエリア(中央) */
div#container_main {
	width: 476px;
	height: auto;
	padding: 0 10px;
	position: absolute;
	left: 196px;
	top: 0;
}

/* イベント＆ニュース */
div#event_news {
	background: url(../images/index/border_eventnews.gif) repeat-x 0 0;
	position: relative;
	padding: 0 0 20px;
}
div#event_news h2 {
	height: 24px;
	background: url(../images/index/title_eventnews.jpg) no-repeat 0 14px;
	text-indent: -9999px;
	padding: 14px 0 6px;
}
p#eventlist {
	width: 100px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 14px;
}
* html p#eventlist {
	right: 10px;
}
p#eventlist a {
	width: 100px;
	height: 20px;
	background: url(../images/index/newslist.gif) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
p#eventlist a:hover {
	background-position: 0 -20px;
}

table#event_table {
	width: 100%;
}
table#event_table tr td {
	/*padding-top: 2px;
	padding-bottom: 2px;*/
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 0.5em;
}
/* * html table#event_table tr td {
	font-size: 1.2em;
}*/
table#event_table tr td {
	font-size: 1.2em;
}

table#event_table tr.oddline td {
	/*background-color: #F3F3E8;*/
	background-color: #F2F2D4;
}
table#event_table tr.evenline td {
	/*background-color: #E2E2C7;*/
	background-color: #FFFFFF;
}
/* ショップトピックス */
div#topics {
	background: url(../images/index/border_shoptopics.gif) repeat-x 0 0;
	position: relative;
}
div#topics h2 {
	height: 24px;
	background: url(../images/index/title_shoptopics.jpg) no-repeat 0 14px;
	text-indent: -9999px;
	padding: 14px 0 6px;
}
div#topicsarea {
	width: 476px;
	/*height: 315px;*/
	height: 425px;
	overflow: auto;
	overflow-x: hidden;
	/*overflow-y:scroll;*/
}
table#topics_new, table#topics_use {
	width: auto;
	/*width: 456px;*/
	height: auto;
}
table#topics_use {
	width: 100%;
}
table#topics_new tr td, table#topics_use tr td {
	/*padding-top: 2px;
	padding-bottom: 2px;*/
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 0.5em;
}

/* * html table#topics_new tr td,
* html table#topics_use tr td {
	font-size: 1.2em;
}*/
table#topics_new tr td,
table#topics_use tr td {
	font-size: 1.2em;
}
/* * html table#topics_new tr td {
	padding-top: 0.5em;
}*/
/* * html table#topics_use tr td {
	padding-top: 0.3em;
}*/
table#topics_new tr td {
	padding-top: 0.5em;
}
table#topics_use tr td {
	padding-top: 0.3em;
}

table#topics_new tr.oddline td, table#topics_use tr.oddline td {
	/*background-color: #F3F3E8;*/
	background-color: #F2F2D4;
}
table#topics_new tr.evenline td, table#topics_use tr.evenline td {
	/*background-color: #E2E2C7;*/
	background-color: #FFFFFF;
}
table#topics_new tr.oddline td img, table#topics_use tr.oddline td img,
table#topics_new tr.evenline td img, table#topics_use tr.evenline td img {
	padding: 1px;
	border: solid 1px #CCCCCC;
}
/* * html p.topics_date {
	padding-bottom: 0.25em;
}*/
p.topics_date {
	padding-bottom: 0.25em;
}

p.topics_title {
	/*font-size: 1.2em;*/
	padding-bottom: 0.25em;
	border-bottom: dotted 2px #CCCCCC;
}
p.topics_text {
	/*font-size: 0.9em;*/
	line-height: 1.5;
	padding: 0.5em 0;
}
span.icons {
	margin: 0 3px;
}
span.icons img {
	vertical-align: text-top;
	margin: 0 3px;
	
	padding: 0px !important;
	border: none !important;
}

/* * html table#topics_use td a {
	font-size: 0.9em;
}*/
/* ランダムリスト */
div#ramdomlist {
	margin-top: 15px;
}
div#ramdomlist ul {
	/*padding: 0 14px;*/
}
div#ramdomlist ul:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
div#ramdomlist li {
	width: 95px;
	text-align: center;
	float: left;
}
div#ramdomlist li p.randomImg {
	/*width: 70px;
	height: 53px;*/
	width: 80px;
	height: 60px;
	margin: 0 auto;
	border: solid 1px #CCCCCC;
	overflow: hidden;
	position: relative;
}
div#ramdomlist li p.randomImg img {
	position: absolute;
	left: -6px;
}
div#ramdomlist li p a{
	color: #666666;
	font-weight: normal;
}
div#ramdomlist li p.randomText {
	font-size: 0.9em;
	height: 1.25em;
	padding: 0.25em 0 0;
	overflow: hidden;
}


/* コンテンツエリア(左側) */
div#container_left {
	width: 196px;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
}
p.ad_area {
	margin-bottom: 10px;
}
ul#bnr_area li {
	margin-bottom: 10px;
}

/* コンテンツエリア(右側) */
div#container_right {
	width: 196px;
	height: auto;
	position: absolute;
	left: 692px;
	top: 0;
}

/* ショップガイド */
div#guide_area {
	width: 196px;
	height: auto;
}
h2#guide_title {
	width: 196px;
	height: 47px;
	text-indent: -9999px;
	background: url(../images/index/title_sg.gif) no-repeat 0 0;
}
div#guide_bg {
	width: 194px;
	height: auto;
	background: #5A991B url(../images/index/bg_sg.jpg) no-repeat 0 0;
	border-right: 1px solid #427021;
	border-left: 1px solid #427021;
}
h3#title_categorysearch {
	width: 184px;
	height: 18px;
	text-indent: -9999px;
	background: url(../images/index/title_category.gif) no-repeat 0 0;
	margin: 0 auto;
}
ul#categorylist {
	width: 184px;
	height: 260px;
	margin: 0 auto 4px;
}
ul#categorylist li {
	width: 184px;
	height: 20px;
	overflow: hidden;
	vertical-align: bottom; /* li →a(Block化)での下部に隙間発生防止のため */
}
ul#categorylist li a {
	width: 184px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}
ul#categorylist li#category01 a, ul#categorylist li#category01 a:hover {
	background-image: url(../images/index/categorys_01.gif);
}
ul#categorylist li#category02 a, ul#categorylist li#category02 a:hover {
	background-image: url(../images/index/categorys_02.gif);
}
ul#categorylist li#category03 a, ul#categorylist li#category03 a:hover {
	background-image: url(../images/index/categorys_03.gif);
}
ul#categorylist li#category04 a, ul#categorylist li#category04 a:hover {
	background-image: url(../images/index/categorys_04.gif);
}
ul#categorylist li#category05 a, ul#categorylist li#category05 a:hover {
	background-image: url(../images/index/categorys_05.gif);
}
ul#categorylist li#category06 a, ul#categorylist li#category06 a:hover {
	background-image: url(../images/index/categorys_06.gif);
}
ul#categorylist li#category07 a, ul#categorylist li#category07 a:hover {
	background-image: url(../images/index/categorys_07.gif);
}
ul#categorylist li#category08 a, ul#categorylist li#category08 a:hover {
	background-image: url(../images/index/categorys_08.gif);
}
ul#categorylist li#category09 a, ul#categorylist li#category09 a:hover {
	background-image: url(../images/index/categorys_09.gif);
}
ul#categorylist li#category10 a, ul#categorylist li#category10 a:hover {
	background-image: url(../images/index/categorys_10.gif);
}
ul#categorylist li#category11 a, ul#categorylist li#category11 a:hover {
	background-image: url(../images/index/categorys_11.gif);
}
ul#categorylist li#category12 a, ul#categorylist li#category12 a:hover {
	background-image: url(../images/index/categorys_12.gif);
}
ul#categorylist li#category13 a, ul#categorylist li#category13 a:hover {
	background-image: url(../images/index/categorys_13.gif);
}
ul#categorylist li#category01 a:hover, ul#categorylist li#category02 a:hover,
ul#categorylist li#category03 a:hover, ul#categorylist li#category04 a:hover,
ul#categorylist li#category05 a:hover, ul#categorylist li#category06 a:hover,
ul#categorylist li#category07 a:hover, ul#categorylist li#category08 a:hover,
ul#categorylist li#category09 a:hover, ul#categorylist li#category10 a:hover,
ul#categorylist li#category11 a:hover, ul#categorylist li#category12 a:hover,
ul#categorylist li#category13 a:hover {
	background-position: -184px 0;
}

p#title_namesearch {
	width: 184px;
	height: 21px;
	margin: 0 auto 4px;
}
p#title_namesearch a {
	width: 184px;
	height: 21px;
	background: url(../images/index/title_shopname.gif) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
p#title_namesearch a:hover {
	background-position: 0 -21px;
}
h3#title_areasearch {
	width: 184px;
	height: 18px;
	background: url(../images/index/title_area.gif) no-repeat 0 0;
	text-indent: -9999px;
	margin: 0 auto;
}
ul#arealist {
	width: 184px;
	height: 20px;
	margin: 0 auto;
	padding: 0 0 4px;
}
ul#arealist:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
ul#arealist li {
	height: 20px;
	float: left;
}
ul#arealist li#area01 {	width: 63px; }
ul#arealist li#area02 {	width: 61px; }
ul#arealist li#area03 {	width: 60px; }

ul#arealist li a {
	height: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
ul#arealist li#area01 a { width: 63px; }
ul#arealist li#area02 a { width: 61spx; }
ul#arealist li#area03 a { width: 60px; }

ul#arealist li#area01 a, ul#arealist li#area01 a:hover {
	background-image: url(../images/index/area_01.gif);
}
ul#arealist li#area02 a, ul#arealist li#area02 a:hover {
	background-image: url(../images/index/area_02.gif);
}
ul#arealist li#area03 a, ul#arealist li#area03 a:hover {
	background-image: url(../images/index/area_03.gif);
}
ul#arealist li#area01 a:hover, ul#arealist li#area02 a:hover,
ul#arealist li#area03 a:hover { background-position: 0 -20px; }

div#endshopguide {
	width: 196px;
	height: 11px;
	background: url(../images/index/end_shopguide.gif) no-repeat 0 0;
}

/* インフォメーションセンター */
p#info_center {
	width: 196px;
	height: 40px;
	margin: 5px 0;
}
p#info_center a {
	width: 196px;
	height: 40px;
	text-indent: -9999px;
	background: url(../images/index/infocenter.gif) no-repeat 0 0;
	overflow: hidden;
	display: block;
}
p#info_center a:hover {
	background-position: 0 -40px;
}

/* 公共・公益サービス */
div#public_bg {
	width: 184px;
	height: auto;
	background: url(../images/index/bg_pubservice.jpg) no-repeat 0 0;
	padding: 8px 6px 7px 6px;
	margin-bottom:10px;
}
h3#title_public {
	width: 184px;
	height: 18px;
	text-indent: -9999px;
	background: url(../images/index/title_pubservice.gif) no-repeat 0 0;
	margin: 0 auto;
}
ul#publiclist {
	width: 184px;
	height: 80px;
	margin: 0 auto;
}
ul#publiclist li {
	width: 184px;
	height: 20px;
	font-size: 0px;
	line-height: 0;
	vertical-align: bottom; /* li →a(Block化)での下部に隙間発生防止のため */
}
ul#publiclist li a {
	width: 184px;
	height: 20px;
	line-height: normal;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
	display: block;
}
ul#publiclist li#pub01 a {
	background-image: url(../images/index/publics_01.gif);
}
ul#publiclist li#pub02 a {
	background-image: url(../images/index/publics_02.gif);
}
ul#publiclist li#pub03 a {
	background-image: url(../images/index/publics_03.gif);
}
ul#publiclist li#pub04 a {
	background-image: url(../images/index/publics_04.gif);
}
ul#publiclist li#pub01 a:hover, ul#publiclist li#pub02 a:hover,
ul#publiclist li#pub03 a:hover, ul#publiclist li#pub04 a:hover {
	background-position: -184px 0;
}

/* 特設エリア */
div#feature {
	width: 682px;
	height: auto;
	position: absolute;
	left: 206px;
	top: 582px;
}
/*2010＿3周年抽選会バナー*/
#tyusenkai_1010{
	width: 476px;
	height: 132px;
	margin-bottom: 10px;
}
