/* CSS */

body {
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro","メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", "Verdana", sans-serif;
	background:#191919 url(../home/common/bg.gif) center top repeat-y;
	font-size:12px;
	line-height:150%;
	padding:0px;
	margin:0px;
	text-align:center;
	color:#dddddd;
}

textarea {
	background-color:#000000;
	border:none;
	color:#ffffff;
	scrollbar-face-color:#333333;
	scrollbar-arrow-color:#898989;
	scrollbar-highlight-color:#555555;
	scrollbar-3dlight-color:#444444;
	scrollbar-shadow-color:#222222;
	scrollbar-darkshadow-color:#111111;
	scrollbar-track-color:#111111;
	overflow-y:scroll;
	overflow-x:hidden;
}

h1 {
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	line-height:150%;
	padding:0px;
	margin:0px;
}

img {
	vertical-align:top;
	border:none;
}

p {
	padding:0px;
	margin:0px 0px 16px 0px;
}

a {
	color:#ffe398;
	text-decoration:underline;
}

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

strong {
	font-weight:bold;
	font-size:14px;
	line-height:150%;
	color:#ffffff;
}

em {
	font-weight:bold;
	color:#ffffff;
	font-style:normal;
}

address {
	font-style:normal;
}

/* div */

#finder {
	width:800px;
	margin:0px auto;
	padding:15px 0px;
	text-align:left;
	background-color:#000000;
}

#header {
	width:784px;
	margin-left:8px;
	height:59px;
}

#header .logo {
	width:300px;
	float:left;
}

#header .right {
	width:300px;
	float:right;
	text-align:right;
}

#header .shopname {
	padding-top:11px;
	height:22px;
}

#header .h-link {
	font-size:10px;
	line-height:150%;
}

#header a {
	color:#eeeeee;
	text-decoration:none;
}

#header a:hover {
	color:#ffe398;
	text-decoration:underline;
}

#grovalmenu {
	widows:800px;
	height:32px;
	background:url(../home/common/menu/bg-menu.gif) left top repeat-x;
	padding-top:11px;
	text-align:center;
}

#grovalmenu ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#grovalmenu li {
	display:inline;
	padding:0px 6px;
	margin:0px;
}


#footer {
	width:760px;
	margin:60px 0px 30px 20px;
	text-align:center;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer .textlink {
	border-top:#333333 solid 1px;
	border-bottom:#333333 solid 1px;
	padding:15px 0px;
}

#footer .copyright {
	margin-top:12px;
	color:#909090;
	font-size:10px;
	line-height:150%;
	font-family:Arial, Helvetica, sans-serif;
}

#footer img {
	margin-bottom:8px;
}



/* common class */

.clear {
	clear:both
}

.fl-r {
	float:right;
}

.fl-l {
	float:left;
	padding-right:8px;
}

.shift-12 {
	margin-left:12px;
}

.shift-24 {
	margin-left:24px;
}

.pd-t10 {
	padding-top:10px;
}

.pd-t20 {
	padding-top:20px;
}

.pd-t30 {
	padding-top:30px;
}

.pd-b10 {
	padding-bottom:10px;
}

.small {
	font-size:10px;
	line-height:150%;
}

.bold {
	font-weight:bold;
}

.normal {
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	line-height:150%;
	text-indent:0px;
	padding:0px;
	margin:0px;
	text-align:left;
	font-style:normal;
}

.red {
	color:#ff0000;
}

.blood {
	color:#a00000;
}

.red-small {
	color:#ff0000;
	font-size:10px;
	line-height:150%;
}

.piano {
	font-size:10px;
	line-height:150%;
	color:#999999;
}

.al-center {
	text-align:center;
}

.al-right {
	text-align:right;
}

.al-left {
	text-align:left;
}

.return {
	text-align:right;
	font-size:10px;
	line-height:150%;
	margin:12px 0px;
}

.sig {
	text-align:right;
	font-size:10px;
	line-height:150%;
	margin:12px 0px;
}

.siege {
	width:581px;
	background:url(../home/common/siege-bottom.gif) left bottom no-repeat;
	padding-bottom:10px;
	margin:7px 0px;
}

.siege-frame {
	background:url(../home/common/siege-top.gif) left top no-repeat;
	padding-top:10px;
}

.siege-body {
	background:url(../home/common/siege-middle.gif) left top repeat-y;
	padding:0px 12px;
	width:557px;
}

.v-top { vertical-align:top }
.v-middle { vertical-align:middle }
.v-bottom { vertical-align:bottom }

.loupe {
	vertical-align:middle;
	padding-right:4px;
}


a.zoom {
	font-size:10px;
	line-height:150%;
	color:#dddddd;
	text-decoration:underline;
}

a.zoom:hover {
	color:#ffe398;
	text-decoration:none;
}

.return-zoom {
	text-align:center;
	font-size:10px;
	line-height:150%;
	margin:20px 0px;
	padding:10px 0px;
	border-top:#333333 solid 1px;
	border-bottom:#333333 solid 1px;
}


.siege-caution {
	background-color:#333333;
	padding:8px;
	border:#999999 solid 1px;
	margin:12px 0px;
}

.caution {
	font-weight:bold;
	color:#C93;
	font-size:14px;
	line-height:150%;
}















