@charset "UTF-8";
@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/shareStyle.css";/* layout style */


/* link color
--------------------*/
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}
/*
===== 1: Overwrite ===========================
*/
#topWrapper {
	background: #080403 url(images/bg.jpg) repeat-x left top;
}
#header {
	background: url(images/header.jpg) no-repeat left bottom;
	height: 206px;
}

/*
===== 2: layout ===========================
*/
.leftCol {
	width: 415px;
	float: left;
}
.rightCol {
	width: 415px;
	float:right;
}
.rightCol img,
.leftCol img {
	vertical-align: middle;
}

.section {
	margin-bottom: 1em;
}
h3 {
	border-bottom: #453f03 1px dotted;
	margin: 1em 0 10px 0;
	padding-bottom: 2px;
}
dl.news dt {
	background: url(images/newsPoint.gif) no-repeat 0 2px;
	padding-left: 17px;
	padding-bottom: 3px;
}
dl.news dd {
	margin-left: 25px;
}
ul.newsEntry {
	height: 65px;
	overflow: hidden;
}
ul.newsEntry li {
	background: url(images/newsEntryPoint.gif) no-repeat 0 4px;
	padding-left: 18px;
}
.newsIndex {
	text-align: right;
	padding-right: 15px;
}
.newsIndex a {
	background: url(images/indexPoint.gif) no-repeat 0 0px;
	padding-left: 15px;
}

h4 {
	margin: 0em 0 10px 0;
}
.shopLeftCol {
	float: left;
}
.shopRightCol {
	float: right;
}
table.shopInfo {
	height: 202px;
}
table.shopInfo td,
table.shopInfo th {
	padding: 3px 6px;
	vertical-align: top;
}
.shopRightCol img {
	margin-bottom: 10px;
}

#footer {
	padding-top: 2em;
}