@charset "Windows-31J";

@media all {

body {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 7px;
	text-align: center;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	background: #ffffff;
    }

#body_top {
	margin: 0 auto;
	padding: 0;
	background: url('../img/bg_top.jpg') no-repeat center top;
	width: 796px;
	height: 8px;
	font-size: 1px;
    }

#body_all {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: url('../img/bg.jpg') repeat-y center top;
	width: 796px;
    }

#body_bottom {
	margin: 0 auto;
	padding: 0;
	background: url('../img/bg_bottom.jpg') no-repeat center bottom;
	width: 796px;
	height: 8px;
	font-size: 1px;
    }

a{
	color: #000000;
	text-decoration: underline;
}

a:link{
	color: #000000;
	text-decoration: underline;
}

a:visited{
	color: #000000;
	text-decoration: underline;
}

a:hover{
	color: #000000;
	text-decoration: underline;
}

a.link{
	color: #000000;
	text-decoration: underline;
	margin: 0;
	padding: 0 0 0 15px;
	background: url('../img/allow_yellow.gif') no-repeat left center;
}

a.link:hover{
	color: #000000;
	text-decoration: underline;
	margin: 0;
	padding: 0 0 0 15px;
	background: url('../img/allow_yellow.gif') no-repeat 2px center;
}

#all{
	margin: 0px auto;
	padding: 0px;
	width: 780px;
	text-align: left;
	background: url('../img/main_bg.gif') repeat-y left top;
	border: #ffffff 1px solid;
}

#header{
	margin: 0px;
	padding: 0px;
}

#header h1{
	margin: 0px;
	padding: 0px;
	height: 110px;
	background: #ffffff url('../img/gct_title.jpg') no-repeat;
}

#header h1 span {
	display: none;
    }

#navigation {
	padding: 0 5px;
	color: #999999;
	background: #FAAF06 url('../img/navi_bg.gif') repeat-y;
	text-align: right;
	height: 20px;
	line-height: 15px;
	border-bottom: #ffffff 1px solid;
	position: relative;
}

#navigation a {
	font-size: 10px;
	padding: 0 2px;
	color: #FFFFFF;
	font-weight: bold;
}

#navigation div.lang {
	padding: 0;
	text-align: left;
	float: left;
	left: 175px;
	position: absolute;
	margin: 0;
	height: 15px;
}

#gct_title {
	margin: 0;
	padding: 0 5px 0 0;
	background: url('../img/gct_title_bg.gif') repeat-x;
	text-align: right;
	height: 31px;
	line-height: 15px;
	position: relative;
}

#gct_title a {
	font-size: 10px;
	padding: 0 4px 0 0;
}

#gct_title h2{
	margin: 0;
	padding: 0 0 0 180px;
	background: url('../img/gct_logo_bg.jpg') no-repeat top left;
	height: 31px;
	line-height: 31px;
	font-size: 16px;
	text-align: left;
	color: #FFFFFF;
	width: 590px;
	float: left;
}

#gct_title div.date {
	font-size: 10px;
	padding: 0;
	position: absolute;
	margin: 2px 0;
	right: 5px;
	top: 0px;
}

#menu{
	float: left;
	width: 170px;
	margin: 0px;
	padding: 10px 0 0 0;
	font-size: 12px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #bbbbbb;
	}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#menu li {
	line-height: 30px;
	background: #eeeeee;
	border-top: 1px solid #FFF;
}

#menu li a {
	display: block;
	border-bottom: 1px solid #cccccc;
	padding: 0 0 0 23px;
	height: 30px;
	background: url('../img/allow.gif') no-repeat 6px center;
	text-decoration: none;
}

#menu li a:hover {
	background: #dddddd;
	border-bottom: 1px solid #cccccc;
	text-decoration: none;
	background: #dddddd url('../img/allow.gif') no-repeat 9px center;
}

#menu li.on {
	display: block;
	background: #dddddd;
	border-bottom: 1px solid #cccccc;
	padding: 0 0 0 23px;
	height: 30px;
	background: #dddddd url('../img/allow.gif') no-repeat 9px center;
}

/* fix for browsers that don't need the hack */
html>body #menu li {border-bottom: none;}


#main{
	float:left;
	margin: 0;
	padding: 0px;
	width: 440px;
}

#main div.content{
	padding: 10px;
	font-size: 12px;
	line-height: 18px;
}

#main div.content h3 {
	margin: 5px 0 0 0;
	padding: 5px 5px 13px 3px;
	background: url('../img/cap_bg.gif') repeat-x bottom left;
	font-size: 14px;
	color: #B40D0D;
}

#main div.content h3 span {
	margin: 20px 0 0 0;
	padding: 0 0 0 8px;
	background: url('../img/cap_head.jpg') no-repeat center left;
}

#main div.content h4 {
	margin: 5px 5px 0 5px;
	padding: 0 0 3px 0;
	font-size: 12px;
	color: #B40D0D;
	background: url('../img/dot.gif') repeat-x bottom left;
	clear: both;
}

#main div.content img{
	float: left;
	padding: 10px 10px 0px 0px;
}

#main div.content p{
	margin: 0;
	padding: 5px 5px 10px 5px;
}

#main div.info {
	margin: 0 5px 15px 5px;
	padding: 0;
}

#main div.info a {
	color: #000000;
	text-decoration: underline;
	margin: 0;
	padding: 0 0 0 15px;
	background: url('../img/allow_yellow.gif') no-repeat left center;
}

#main div.info a:hover {
	color: #000000;
	text-decoration: underline;
	margin: 0;
	padding: 0 0 0 15px;
	background: url('../img/allow_yellow.gif') no-repeat 2px center;
}

#main ul{
	margin: 5px 10px 10px 25px;
	list-style-type: none;
}

#main ul li{
	margin: 0 0 2px 0;
	padding-left: 0;
	list-style-image: url('../img/list.gif');
}

#main ul.link {
	list-style-type: none;
	margin: 10px 10px 10px 15px;
}

#main ul.link li{
	margin: 0 0 5px 0;
	padding: 0;
	list-style-image: none;
}

#main ul.link li a {
	margin: 0;
	padding: 0 0 0 15px;
	background: url('../img/allow_yellow.gif') no-repeat left center;
}

#main ul.link li a:hover {
	margin: 0;
	padding: 0 0 0 15px;
	background: url('../img/allow_yellow.gif') no-repeat 2px center;
}

#rightbox{
	float:right;
	width: 168px;
	margin: 0;
	padding: 0px;
	text-align: center;
}

#rightbox h3 {
	margin: 10px 10px 0 10px;
	padding: 5px;
	color: #ffffff;
	background: #000000;
	font-size: 16px;
	text-align: left;
}

#rightbox div.inner {
	margin: 0 10px;
	padding: 10px;
	background: #ffffff;
	border: #cccccc 1px solid;
	text-align: left;
}

.small{
	font-size: 10px;
}

.center{
	font-size: 10px;
	margin: 10px 0;
	text-align: center;
}

table{
	font-size: 12px;
}

th{
	padding: 5px;
	background: #cccccc;
}

tr.table01, td.table01 {
	background: #F7F7F7;
}

tr.table02, td.table02 {
	background: #efefef;
}

td.table03 {
	background: #fff;
}

td{
	padding: 5px;
}

#siteInfo{
	clear: both;
	font-size: 10px;
	color: #999999;
	padding: 0;
	background: #E6E6E6 url('../img/line.gif') repeat-x left top;
	text-align: center;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	line-height: 30px;
	height: 30px;
}

#siteInfo a{
	color: #000000;
}

#footer{
	font-size: 10px;
	color: #000000;
	background: #FAAF06;
	text-align: center;
	border-top: 1px solid #fff;
	height: 30px;
	margin: 0;
	padding: 0;
	line-height: 31px;
}

}
