@charset 'utf-8';

body {
	margin:0px;
	padding:0px;
	color:#1e3444;
	background:#CAA637 url(./images/bg_body.png) repeat-x fixed;
}

a, a:visited {
	text-decoration:none;
	color:#A90000;
	padding:2px;
}
a:hover {
	text-decoration:none;
	background-color:#CBA838;
	color:#fff;
}

h1,h2,h3,h4,h5 {
	color:#7C6115;
	margin-bottom:0.5em;
	margin-top:0.5em;;
}

ul {
	list-style-image:url(./images/bullet.png);
}

ul ul {
	list-style-image:none;
	list-style-type:none;
}

.bbs{
	margin-bottom:10px;
	padding:5px 0px 5px 0px;
}

.bbs h3 {
	border-left:4px solid #E6C769;
	border-bottom:1px solid #E6D27F;
	padding-left:5px;
	margin-top:0px;
}

.hr{
	margin:5px 0px;
	height:25px;
	font-size:1px;
	line-height:1px;
	background:url(./images/border_bottom.png) no-repeat bottom center;
}

#header {
	height:55px;
	width:530px;
	margin-left:16px;
	text-align:center;
}

#base {
	margin:10px auto;
	width:760px;
	padding-top:24px;
	background:#fff url(./images/bg_header.png) no-repeat top left;
}

#menu {
	width:170px;
	background:url(./images/bg_menu.png) no-repeat 50% 60%;
	margin-left:575px;
	_margin-left:560px;
	padding-top:75px;
	position:absolute;
}

*:first-child+html #menu {
	margin-left:560px;
}

#contents {
	width:530px;
	padding-left:16px;
}

#footer {
	padding-bottom:32px;
	background:url(./images/bg_footer.png) no-repeat bottom left;
}

.title {
	text-align:center;
	background:url(./images/bg_h3_title.png) no-repeat top center;
	line-height:14px;
	font-size:14px;
	padding:7px 0px 12px 0px;
	font-weight:bold;
	margin:8px 0px;
}

.title2 {
	background:url(./images/bg_h3_title2.png) no-repeat top center;
	line-height:14px;
	font-size:14px;
	padding:7px 0px 12px 25px;
	font-weight:bold;
	margin:8px 0px;
}

.ham {
	color:#A90000;
	text-align:center;
	background:url(./images/bg_title.png) no-repeat top center;
	line-height:14px;
	font-size:14px;
	padding:6px 0px 10px 0px;
	font-weight:bold;
	margin:10px 0px;
}

.menu {
	width:160px;
}

.menu ul {
	margin:0px;
	padding:0px;
	list-style-image:none;
	list-style-type: none;
}

.menu a, .menu a:visited {
	text-decoration:none;
	display:block;
	padding:5px 0px 4px 0px;
	font-size:15px;
	line-height:1em;
	height:1em;
	font-weight:bold;
	text-align:center;
}

.img, .img:visited {
	text-decoration:none;
	padding:0px;
	margin:0px;
	border:none;
}

.img:hover {
	background-color:transparent;
}

.no_underline, .no_underline:visited {
	text-decoration:none;
}

.column {
	border:1px solid #E6D27F;
	padding:10px;
}

.shop{
	padding:5px 0px 30px 0px;
	background:url(./images/border_bottom.png) no-repeat bottom center;
}

.shop h2 {
	background:url(./images/bg_h3_title2.png) no-repeat top center;
	line-height:18px;
	font-size:18px;
	padding:8px 0px 7px 25px;
	font-weight:bold;
}

.banner {
	background-image:url(./images/banner_profile.png);
	text-align:center;
	padding-top:67px;
	padding-bottom:15px;
}

.banner a, .banner a:visited {
	font-size:14px;
	line-height:1em;
}

.date {
	font-size:10px;
	line-height:10px;
	font-weight:bold;
}

table.spec th {white-space:nowrap; padding:3px; text-align:left;}