@charset "UTF-8";
/* CSS Document */



/* ----------------------------------------------------------------------------- body */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 10px;
	color: #333333;
	background-color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.7;
	font-weight: lighter;
	letter-spacing: 0.1em;
}
a {
	color: #FF0000;
}
a:hover {
	text-decoration: none;
}

.iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}

img
{
	border: 0;
}







/* ----------------------------------------------------------------------------- #group */
#group {
	padding-top: 76px;
	padding-right: 34px;
	padding-left: 34px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-bottom: 30px;
	width: 766px;
}

.shop {
	background-image: url(../img/index/14_14.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #181818;
	margin-bottom: 30px;
	padding-bottom: 5px;
}

.shop h2 {
	font-size: 10px;
	height: 13px;
	font-weight: normal;
	line-height: 1.5;
}
.shop h2 a {
	color: #0099FF;
	text-decoration: none;
}
.shop h2 a:hover {
	color: #666666;
	text-decoration: underline;
}

.shop h3 {
	margin-top: 20px;
	display: block;
	font-size: 10px;
	font-weight: lighter;
}