@charset "utf-8";

@charset "Shift_JIS";

/*===================================================================
	reset
===================================================================*/

/*default*/
* { margin: 0; padding: 0; }

body, html, div, pre, form, fieldset, input, textarea, p, blockquote { margin:0; padding:0; }

/* list */
dl, dt, dd, ul, ol, li { margin:0; padding:0; }
ol, ul { list-style: none; }

/* table */
table { border-collapse:collapse; border-spacing:0; font-size:100%; }
th, td { margin:0; padding:0; }

/* etc */
img { margin:0; padding:0; border:0; vertical-align: top; }
caption, th { text-align:left; }


/*===================================================================
	clearfix
===================================================================*/

/* ------ clearfix ------ */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; position:relative; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* ------ clear ------ */
.clear{ clear:both; display: block; font-size:1px; line-height:0px; }
*html .clear{ height:0px; }



/*===================================================================
	common
===================================================================*/
body { text-align:center; font-size:0.76em; line-height:1.2em; color:#555555; }

#wrapper { }

#container { width:890px; margin:0 auto; text-align:left; }

/* ------ pageTop ------ */
.pageTop { margin:10px 0; text-align:right; }
.pageTop a { padding-left:12px; background:url(../../ikebukuro_100928/img/arrow_top.gif) no-repeat 0 3px; }


/*===================================================================
	header
===================================================================*/
#header{ background:url(../images/header_bg.gif) repeat-x left top; }
#header .inner { width:890px; margin:0 auto; padding:20px 0 15px 0; text-align:left; }
#header h1 { float:left; }
#header #store_name { float:left; }
#header #hd_btn { float:right; padding-right:15px; }
#header #information { float:right; font-size:0.9em; line-height:1.1em; }
#header #information p { padding-bottom:2px; }
#header #information th { padding-right:10px; font-weight:normal; }
#header #information td { padding-bottom:2px; font-size:0.9em; line-height:1.1em; }


/*===================================================================
	leftClm
===================================================================*/
#leftClm { float:left; width:680px; }
#leftClm #mainVisual { margin-bottom:7px; }

#leftClm #bannerArea { margin-bottom:7px; }
#leftClm #bannerArea li { margin-bottom:7px; }
#leftClm #bannerArea li.lastChild { margin-bottom:0; }

#leftClm #contentArea { margin-bottom:7px; }
#leftClm #l_bnrArea { float:left; width:190px; }
#leftClm #l_bnrArea ul { margin-bottom:8px; }
#leftClm #l_bnrArea ul li { margin-bottom:3px; }

#leftClm #topicsArea { float:right; width:470px; }
#leftClm #topicsArea table { width:100%; border-top:solid 1px #CCCCCC; border-left:solid 1px #CCCCCC; }
#leftClm #topicsArea table th { border-right:solid 1px #CCCCCC; background:url(../images/topics_tit_bg.gif) repeat-x; }
#leftClm #topicsArea table td { padding:8px 13px; border-right:solid 1px #CCCCCC; border-bottom:solid 1px #CCCCCC; }
#leftClm #topicsArea table td dt { margin-bottom:8px; }
#leftClm #topicsArea table td dd { padding-left:20px; background:url(../images/arrow_next.gif) no-repeat 5px 2px; }
#leftClm #topicsArea table td dd a { color:#555555; text-decoration:underline; }
#leftClm #topicsArea table td dd a:hover { text-decoration:none; }

#leftClm #min-bannerArea { }
#leftClm #min-bannerArea ul { margin-bottom:5px; }
#leftClm #min-bannerArea li { float:left; padding-right:5px; }
#leftClm #min-bannerArea li.lastChild { padding-right:0; }


/*===================================================================
	rightClm
===================================================================*/
#rightClm { float:right; width:190px; }
#rightClm #search { margin-bottom:5px; padding-bottom:5px; background:url(../images/search_bg.gif) no-repeat bottom; }
#rightClm #search .inner { padding:0 7px; }

#rightClm #search .inner table th { padding-right:5px; }

#rightClm #search .inner .sec01 { margin-bottom:2px; padding-top:5px; }
#rightClm #search .inner .sec02 { margin-bottom:2px; }
#rightClm #search .inner .sec02 table { width:100%; }
#rightClm #search .inner .sec02 .input { text-align:left; }
#rightClm #search .inner .sec02 .btn { text-align:right; }
#rightClm #search .inner .sec03 { font-size:85%; }
#rightClm #search .inner .sec03 p.ind { padding-left:10px; }

#rightClm .menu { }
#rightClm .menu ul { margin-bottom:8px; }
#rightClm .menu ul li { margin-bottom:3px; }



/*===================================================================
	footer
===================================================================*/

#footer { width:890px; margin:0 auto; padding:15px 0 10px 0; text-align:left; }
#footer .copy { font-size:0.9em; line-height:1.2em; }


/*===================================================================
	年末年始
===================================================================*/

#newyears{
	color:#F00;
	border:solid 1px #C30;
	padding:10px;
	font-size:0.9em;
	margin-top:10px;
}

#newyears p.pad10{
	padding-bottom:3px;
}

#newyears #newyears_title{
	font-size:1.3em;
	padding-bottom:5px;
}



/*===================================================================
	地震
===================================================================*/
#emargency{
	padding:10px 0px;
	color:#F00;
	font-size:13px;
	font-weight:bold;
}

#emargency a {
	color:#F00;
}

#emargency a:hover {
	color:#F00;
	text-decoration:none;
}
