@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color:#333;
	line-height:140%;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }

body {
	background: url(../images/default/h_bg.gif) repeat-x #ECECEC;
	margin: 0px;
}
.header {
	width:980px;
	margin:0 auto;
	height:80px;
}
.logo {
	background: url(../images/default/logo01.png) no-repeat;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size: 16px;
	padding-top: 20px;
	padding-left: 130px;
	height: 60px;
	margin-right: 400px;
	letter-spacing: .13em;
}
.logoSubtext {
	font-family: "MS Serif", "New York", serif;
	font-size: 12px;
	letter-spacing: 0.2em;
	color: #999;
	line-height: 2em;
}
.topNav {
	width:400px;
	float:right;
	text-align:right;
	padding-top:20px;
}
.menu {
	width:980px;
	margin:0 auto;
	height: 30px;
	clear:both;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right: thin solid #D6D6D6;
}
.menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.menu li {
	display: inline;
	border-right: thin solid #D6D6D6;
	margin: 0px;
	clear: both;
	padding:10px 17px;
}
.menu li a {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
}
.menu li.nolft {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCC;
}
.menu li.active a, .menu li a:hover{
	color: #900;
	text-decoration: none;
}
.menu li.norgt {
	border-right-style: none;
}
.cntWrapper {
	width:980px;
	margin:10px auto;
}
.footer {
	background: #900;
	border-top: thick #CCC ridge;
}
.fContents {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:12px;
	color:#CCC;
	width:980px;
	margin:0 auto;
	padding:20px 0;
	height:50px;
}
.fRight {
	float: right;
	text-align:right;
}
.fLeft {
	float: left;
}
.right {
	background:url(../images/default/bg.png) repeat;
	float: right;
	width: 275px;
	padding:20px;
	border: solid thin #D6D6D6;
}
.left {
	background:#FFF;
	margin-right: 330px;
	padding:20px;
	border: solid thin #D6D6D6;
}
.pageTitle {
	padding-bottom: 10px;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	color: #999;
	}
.adsHeader {
	color: #900;
	font-weight: bold;
}
.subCnts {
	padding-bottom:20px;
	border-bottom:#CCC thin dotted;
}
.rCnts01 {
	padding-bottom:15px;
	border-bottom:#CCC thin ridge;
}
.rCnts02 {
	padding:15px 0;
	border-bottom:#E0E0E0 thin ridge;
}
.picLeft {
	padding-right: 10px;
	float: left;
}
.picRight {
	float: right;
	padding-left: 10px;
}
