@charset "utf-8";
/* Reset */
* {
    margin: 0;
    padding: 0;
}
form {
    margin: 0;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
strong {
	font-size: 120%;
}

/* LinkColor */
a:link		{
	color: #06F;
	text-decoration: none;
}
a:visited	{
	color: #06F;
	text-decoration: none;
}
a:hover		{
	color: #06F;
	text-decoration: underline;
}
a:active	{
	color: #06F;
	text-decoration: underline;
}


/* Layout */
body {
	background-color: #000;
	text-align: center;
	color: #666;
	font-size: 15px;
}
body.iframe {
	background-color: #fff;
}
.container {
	text-align: left;
	width: 950px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.containerTop {
	background-image: url(images/stock/bgBodyTop.png);
	background-repeat: no-repeat;
	height: 10px;
	overflow: hidden;
}
.containerBottom {
	background-image: url(images/stock/bgBodyBottom.png);
	background-repeat: no-repeat;
	height: 10px;
	overflow: hidden;
}
.containerMain {
	background-image: url(images/stock/bgBody.png);
	background-repeat: repeat-y;
	padding-bottom: 20px;
}
h1 {
	font-size: 140%;
	padding-bottom: 10px;
}
h2 {
	font-size: 120%;
	line-height: 100%;
	font-weight: bold;
	background-image: url(images/wallpaper/h2.png);
	background-repeat: no-repeat;
	margin-right: 30px;
	padding-left: 40px;
	padding-bottom: 10px;
}
h2 span {
	position: relative;
	top: 5px;
	left: 10px;
}
h4 {
	font-size: 110%;
	line-height: 100%;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/stock/h4.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 5px;
}



/* Header */
.header {
	height: 120px;
	position: relative;
}
.header .headerInfo {
	font-size: 13px;
	color: #999;
	text-align: center;
}
.header .logo {
	position: absolute;
	left: 50px;
	top: 40px;
}
.header .menu {
	position: absolute;
	top: 70px;
	right: 50px;
}
.menu a {
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.menu a.last {
	border: none;
	padding-right: 40px;
}
.main {
	float: right;
	width: 700px;
	margin-right: 15px;
	display: inline;
}
.navi {
	float: left;
	width: 210px;
	margin-left: 15px;
	background-color: #EEE;
	display: inline;
}


/* Slide */
.welcome {
	padding: 10px;
}
.welcome strong {
	font-size: 140%;
}


.footer {
	text-align: center;
	clear: both;
	float: none;
	font-size: 13px;
}

.each {
}
.imgFrame {
	background-image: url(images/wallpaper/bgFrame.png);
	background-repeat: no-repeat;
	height: 385px;
	width: 425px;
}
.imgFrame .imgThumb {
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
}
.imgFrame .imgThumb img {
	width :400px;
}
.item {
	font-size: 85%;
}
.item .img img {
	height: 400px;
}
.item .copyRight {
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFF0D9;
}
.map {
	height: 500px;
	width: 600px;
}
.close img {
	cursor:pointer;
}


.popWall {
	background-image: url(images/wallpaper/bgPopWall.png);
	background-repeat: no-repeat;
	height: 154px;
	overflow: hidden;
	margin-left: 5px;
	padding-left: 5px;
}
.popWall .eachPic {
	float: left;
	padding-left: 20px;
	padding-top: 10px;
}

.boxLink .each {
	float: left;
	margin-left: 5px;
	width: 150px;
	height: 160px;
	margin-right: 5px;
	text-align: center;
}


.wrap {
	padding: 10px;
}
.pageNavi {
	text-align: center;
	clear: both;
	float: none;
	background-image: url(images/wallpaper/bgPageNavi.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 400px;
	margin-left: 100px;
	padding-top: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
*html.pageNavi {
	height: 35px;
}
.more {
	text-align: right;
	margin-right: 20px;
	margin-bottom: 5px;
}
.breadcrumbs {
	margin-bottom: 10px;
	margin-left: 5px;
}
.fontSmall {
	font-size: 85%;
}

.mainMenu {
	margin-left: 10px;
	margin-bottom: 20px;
}
.mainMenu a {
	display: block;
	margin-left: 20px;
	margin-top: 5px;
}
.mainMenu b {
	margin-top: 10px;
	display: block;
}
.stockAds {
	padding-left: 5px;
}
.fontColor {
	color: #F90;
}


.rankScript {
	display: none;
}
/******************************************************************************/

/* clearfix http://www.positioniseverything.net/ */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	zoom:1;
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/******************************************************************************/


/* XOOPS table */
table {
    margin: 0;
    padding: 0;
}
td {
}

.outer {}
.head {
	padding: 5px;
	font-weight: bold;
	text-align: right;
	color: #999;
}
.even {
    padding: 5px;
}
.odd {
    padding: 5px;
}
.foot {
    padding: 5px;
}

tr.even td {
    background-color: #EEE;
    padding: 5px;
}
tr.odd td {
    background-color: #FAFAFA;
    padding: 5px;
}
