@charset "utf-8";


/*----------------------------------------------------------
	contents:TOP
----------------------------------------------------------*/

#flashArea {
	width: 900px;
	height: 261px;
	background: #1b2143;
	margin: 0 0 15px 8px;
	padding: 20px 0 0 0;
}

* html #flashArea {/* for IE6 */
	height: 281px;
	margin: 0 0 15px 0;
}

*+html #flashArea {/* for IE7 */
	margin: 0 0 15px 0;
}



#newsSection {
	float: left;
	width: 530px;
}

#newsSection #h1Area {
	width: 530px;
	padding: 10px 0;
	background: url(../img/common/line_h_under.gif) repeat-x bottom;
}

/* -- clear float -- */ 
#newsSection #h1Area {
	min-height:0;
	display: inline-table;
}

#newsSection #h1Area:after{
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
}

/* \*/
* html #newsSection #h1Area {height:0;}
#newsSection #h1Area {display: block;}
/* */
/* -- end clear float -- */


#newsSection #h1Area h1 {
	float: left;
}

#newsSection #h1Area span {
	font-size: 80%;
}

#newsSection #h1Area span a {
	float: right;
	padding: 0 0 0 10px;
	background: url(../img/common/icon_blueArrow.gif) no-repeat left center;
}

#newsSection dl.news {
	width: 530px;
	padding: 10px 0 20px 0;
	text-align: left;
}

#newsSection dl.news dt {
	float: left;
	width: 100px;
	padding: 0 0 10px 0;
	clear: both;
}

#newsSection dl.news dd {
	padding: 0 0 10px 0;
	margin: 0 0 0 100px;
}


#bannerSection {
	float: right;
}

#shopSection {
	clear: both;
	text-align: left;
}

/* -- clear float -- */ 
#shopSection {
	min-height:0;
	display: inline-table;
}

#shopSection:after{
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
}

/* \*/
* html #shopSection {height:0;}
#shopSection {display: block;}
/* */
/* -- end clear float -- */

#shopSection h2 {
	padding: 10px 0;
	margin: 0 0 15px 0;
	background: url(../img/common/line_h_under.gif) repeat-x bottom;
}

#shopSection .shopLogoArea {
	width: 155px;
	height: 135px;
	background: url(../img/top/line_storeIntro.gif) no-repeat;
	float: left;
	padding: 0 5px 10px 0;
}

#shopSection .shopLogoArea a {
	width: 147px;
	height: 135px;
	display: block;
	padding: 0 0 0 8px;
}

#shopSection .shopLogoArea a:hover {
	color: #ff6600;
	text-decoration: underline;
}

#shopSection .shopLogoArea p {
}

#shopSection .shopLogoArea span.shopCaption {
	font-size: 80%;
	letter-spacing: 0em;
	padding: 90px 0 0 0;
	display: block;
}

#shopSection .shopLogoArea span.shopName {
}



