@import url(reset.css);

html,body{
	margin: 0px;
	padding: 0px;
	background-color: #ECE9D8;
	width: 100%;
	height: 100%;
}
#wrapper{
	width: 798px;
	/*min-height: 100%;*/
	margin: 0 auto;
	padding:0;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: url(../images/wrapperBg.gif) repeat-y;
}

/*+++++++++++++++++++++++++++++++++++++++++++ header */
#header{
	width: 798px;
	margin: 0px;
	padding: 0px;
	height: 86px;
	text-align: left;
	position: relative;
}
#header h1{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/headerBg.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 798px;
}
#header h1 a{
	width: 798px;
	height: 86px;
	display: block;
}
#header ul#headerMenu{
	list-style: none;
	position: absolute;
	top: 0px;
	left: 547px;
}
#header ul#headerMenu li{
	list-style: none;
	float: left;
	display: block;
}
#hm11{
	width: 69px;
}
#hm12{
	width: 52px;
}
#hm13{
	width: 51px;
}
#hm14{
	width: 79px;
}

/*+++++++++++++++++++++++++++++++++++++++++++ menu */
#menu{
	width: 798px;
	height: 35px;
}
#menu ul{
	list-style: none;
}
#menu ul li{
	list-style: none;
	float: left;
	width: 133px;
	display: block;
}

/*+++++++++++++++++++++++++++++++++++++++++++ mainImage */
#mainImage{
	clear: both;
	margin: 0px;
	padding: 0px;
}

/*+++++++++++++++++++++++++++++++++++++++++++ sideMenu */
#sideMenu{
	float: left;
	width: 215px;
	background-color: #ECECEA;
}
#sideMenu ul{
	list-style: none;
	width: 215px;
}
#sideMenu ul li{
	list-style: none;
	display: block;
	width: 215px;
}

/*+++++++++++++++++++++++++++++++++++++++++++ footer */
#footer{
	clear: both;
	width: 798px;
	height: 128px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/footerBg.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

/*+++++++++++++++++++++++++++++++++++++++++++ contents */
#contents{
	float: right;
	width: 530px;
	margin: 0px;
	padding: 16px 26px 30px 27px;
	background-color: #FFFFFF;
	text-align: left;
}
#contents p{
	margin-bottom: 1em;
	font-size: 12px;
	color: #333333;
}

/* old */
.normalTxt{
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
.idxNew{
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
}
#contents td{
	font-size: 12px;
	line-height: 17px;
	color: #333333;
}
#contents td strong{
	color: #000000;
	font-weight: bold;
}
.redBold{
	font-size: 1.1em;
	font-weight: bold;
	color: #990000;
}
#history td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 3px;
}
table.tblPadding3 td{
	padding: 3px;
}
table.tblPadding1 td{
	padding: 1px;
}
.idxNew a{
	color: #FCFAD1;
	text-decoration: none;
}
idxNew a:visited{
	color: #F0E0F8;
	text-decoration: none;
}
idxNew a:hover{
	color: #FFCC00;
	text-decoration: underline;
}
.largeTxt{
	font-size: 16px;
	line-height: 20px;
	color: #333333;
}


/*+++++++++++++++++++++++++++++++++++++++++++ image etc */
.imgLeft {
	float: left;
	margin: 0px;
	padding: 0px 10px 10px 0px;
}
.imgRight {
	float: right;
	margin: 0px;
	padding: 0px 0px 10px 10px;
}
.photoLeft {
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 2px;
	border: 1px solid #666666;
}
.photoRight {
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 2px;
	border: 1px solid #666666;
}

/*+++++++++++++++++++++++++++++++++++++++++++ link */
/*a:link { color: #0000FF; }
a:visited { color: #0000FF; }
a:hover { color: #0000FF; }
a:active { color: #0000FF; }*/

/*+++++++++++++++++++++++++++++++++++++++++++ text */
.x-small { font-size:x-small; line-height:150%; }
.small { font-size:small; line-height:150%; }
.medium { font-size:medium; line-height:150%; }
.large  {font-size:large; line-height:150%; }
.x-large { font-size:x-large; line-height:150%; }
.xx-large { font-size:xx-large; line-height:150%; }
.colerBlue{ color:#5EBEE8; }
.colerRed{ color:#FF0000; }
.colorBlack{ color:#000000; }

/*+++++++++++++++++++++++++++++++++++++++++++ etc */
.clear { clear:both; }
.texCenter { text-align:center; }
.texLeft { text-align:left; }
.texRight { text-align:right; }
.weightNormal {font-weight:normal; }
.floatL { float:left; }
.floatR { float:right; }
.space_h300{ height: 300px; }

/*+++++++++++++++++++++++++++++++++++++++++++ clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
