p, h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

/* List
-------------------------------------*/

ul, ol, li, dd, dt, dl{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* Form
-------------------------------------*/

form{
	margin: 0;
	padding: 0;
	border: 0;
}

/* Table
-------------------------------------*/

table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0; /* For NN6.0 higher or Opera*/
}

th, td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 10px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

/* Anchor
-------------------------------------*/
a {
	font-family: none;/* for mac */
	text-decoration: underline;
}

a:link {
	color: #2288EE;
	text-decoration: none;
}

a:visited {
	color: #2288EE;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #2288EE;
	text-decoration: underline;
}

/* Other
-------------------------------------*/

img {
	margin : 0px;
	padding : 0px;
	border : none;
	vertical-align : bottom;
}

hr {
	display: none;
	margin: 0;
}

.margin50{
	margin-top:50px;
}

.margin20{
	margin-top:20px;
}

/* Float
-------------------------------------*/
.clearBoth {
	clear: both;
}

body{
	margin: 0;
	padding: 0;
	color: #666;
	line-height: 140%;
	background-color:#5FCEE1;
	font-size: 12px;
	font-family: verdana, "‚l‚r ‚oƒSƒVƒbƒN", 'trebuchet ms';
}

/*== #header ============================================================*/

#wrapHeader {
	width: 750px;
	margin: 0 auto 20px auto;
	padding: 0;
	position: relative;
}

#header {
	width: 750px;
	height:75px;
	background: url(../image/index_topmenu_background.png);
}

#header #menu {
	float: right;
	width: 700px;
	height: 75px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:30px;
	text-align: right;
	vertical-align: top;
}

#header h1 {
	width: 200px;
	height: 42px;
	background: url(../image/index_topmenu_logo.png) no-repeat right bottom;
	position: absolute;
	left: 20px;
	top: 15px;
	text-indent: -99999px;
}

#header h1 a {
	display: block;
	width: 200px;
	height: 42px;
	text-decoration: none;
}


#header #menu ul {
	float: right;
	margin-top:30px;
}

#header #menu ul li {
	float: left;
	font-size: 12px;
	line-height: 140%;
	color: #CCC;
}

#header #menu ul li a {
	color: #FF6666;
}


/*== #flash ============================================================*/
#flashcontent {
	width: 786px;
	height: 206px;
	margin: 0 auto 15px auto;
}

/*== #contents ============================================================*/

#wrap {
	width: 750px;
	margin: 0 auto 0 auto;
	background: url(../image/maincontents_background.png) repeat-y left top;
}

#contents {
	width: 730px;
	padding: 20px 0px 0px 20px;
	background: url(../image/maincontents_topborder.png) no-repeat left top;
}

#main {
	float: left;
	width: 498px;
}

.infoArea {
	background: url(../image/subcontents_background.png) repeat-y left top;
}

.infoArea .topborder {
		position: relative;
}

#sideber .topborder {
	position: relative;
}

.infoArea .textArea {
	padding-top:0px;
	padding-bottom:20px;
	padding-left:25px;
	padding-right:35px;
	background: url(../image/subcontents_bottomborder.png) no-repeat left bottom;
}

.infoArea .advertisement {
	padding-top:5px;
	padding-bottom:20px;
	padding-left:8px;
	padding-right:0px;
	background: url(../image/subcontents_bottomborder.png) no-repeat left bottom;
}

.sideTextArea {
	padding-top:0px;
	padding-bottom:20px;
	padding-left:12px;
	padding-right:12px;
	background: url(../image/sideber_bottomborder.png) no-repeat left bottom;
}

.news{
	background: url(../image/sideber_background.png) repeat-y left top;
	margin:0px;
	padding:0px;
}

#sideInfo {
	padding: 0 7px 20px 7px;
}

.rssBase {
	position: relative;
	margin-left:4px;
}

.infoList {
	margin: 0;
	padding: 0 2px 15px 2px;
}

.infoList dt {
	float: left;
	width: 70px;
	color: #666666;
}

.infoList dd {
	margin: 0 0 5px 70px;
	padding-left: 25px;
	background: url(/~rtctst/common/item01.gif) no-repeat 0 4px;
	color: #333333;
}

/* #update ==========================================================*/
.overflow{
	overflow: auto;
	max-height:150px;
}

/*== #sidebar ============================================================*/

/* 
-------------------------------------*/

#sidebar {
	float: right;
	width: 205px;
	text-align: left;
	margin-right:10px;
	margin-left:5px;
	padiing:0;
}

dl.sideList dt {
	font-size: 10px;
}

dl.sideList dd {
	background: url(/~rtctst/common/item01.gif) no-repeat 0 4px;
	padding-left: 15px;
	font-size: 10px;
}

dl.sideList dd a {
	color: #3399FF;
}

ul.sideList li {
	background: url(/~rtctst/common/item01.gif) no-repeat 0 4px;
	padding-left: 15px;
	font-size: 10px;
}

/*== #footer ============================================================*/

#footer {
	clear: both;
	width: 750px;
	margin: 0 auto 0 auto;
	padding-top: 16px;
	background: url(../image/maincontents_bottomborder.png) no-repeat left top;
	text-align:right;
}

.illustimage{
	text-align:center;
	text-size:10px;

}