@charset "utf-8";

/* ========================================================
	index css => indexページ用css
======================================================== */

/* flashArea
============================================================================================================ */
div#flashArea {
	margin-bottom: 24px;
}

/* mainArea
----------------------------------------------------------------------------------------- */
div#mainArea {
	margin-bottom: 7px;
	zoom: 1;
}
div#mainArea:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

div#mainArea h2 {
	float: left;
	margin-bottom: 0;
	padding: 1px;
	background: none;
	border: 1px solid #cccccc;
	border-right-width: 0;
}

div#mainArea ul {
	float: left;
	padding-top: 1px;
}
div#mainArea ul li {
	position: relative;
	margin-top: -1px;
	padding: 1px;
	border: 1px solid #cccccc;
}

div#mainArea li.hover,
div#brandList li.hover {
	border-color: #f08200;
}

/* brandList
----------------------------------------------------------------------------------------- */
div#brandList {
	margin-left: 1px;
	zoom: 1;
}
div#brandList:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div#brandList ul {
	zoom: 1;
}
div#brandList li {
	float: left;
	position: relative;
	margin-left: -1px;
	padding: 1px;
	border: 1px solid #cccccc;
}

/* infoArea
============================================================================================================ */
div#infoArea {
	line-height: 1.5;
	zoom: 1;
}
div#infoArea:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div#infoArea div {
	width: 356px;
}
div#infoArea div#ir {
	float: left;
}
div#infoArea div#news {
	float: right;
}
div#infoArea div.title {
	position: relative;
	margin-bottom: 5px;
	background-color: #fee3aa;
	border-top: 2px solid #fdb82b;
	border-bottom: 2px solid #f2f2f0;
}
div#infoArea h3 {
	padding: 3px 5px;
	border-bottom: 1px solid #cccccc;
}
div#infoArea ul {
	position: absolute;
	top: 5px;
	right: 5px;
}
div#infoArea dl {
	padding: 1em 0;
	background: url(../images/line.gif) repeat-x left bottom;
	zoom: 1;
}
div#infoArea dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div#infoArea dt {
	float: left;
	color: #999999;
	font-weight: bold;
}
div#infoArea dd {
	margin-left: 7em;
}
div#infoArea dd a {
	color: #444444;
}
div#infoArea dd a img {
	vertical-align: baseline;
}

div#infoArea div#newShop {
	float: left;
	font-size: 92%;
}
div#infoArea div#newShop dl {
	padding: 0.5em 0;
}
div#infoArea div#newShop dt {
	float: left;
	width: 7em;
}
div#infoArea div#newShop dd {
	margin-left: 0;
}
div#infoArea div#newShop dd.icon {
	float: left;
	padding: 0.2em 3px 0 0;
}

/* indexNotes
============================================================================================================ */
div#indexNotes {
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 8px 14px;
	border: 1px solid #fdb82b;
	font-size: smaller;
	font-size: 88%;
}


/* totalShopArea
============================================================================================================ */
div#totalShopArea {
	margin-bottom: 20px;
	border: 1px solid #cccccc;
	zoom: 1;
}
div#totalShopArea {
	float: left;
	position: relative;
	margin-left: -1px;
	padding: 1px;
	border: 1px solid #cccccc;
}
div#totalShopArea p,
div#totalShopArea p img,
div#totalShopArea p strong,
div#totalShopArea ul {
	float: left;
}
div#totalShopArea p strong {
	width: 98px;
	padding-top: 12px;
	text-align: center;
	font-size: 36px;
	line-height: 1.2;
	color: #e10000;
}


