@charset "utf-8";
/*
==================== INDEX ====================
  last-updated: 07/10/05
    1: mainImage
    2: sideNavi
    3: contents
  ==============================================
*/



/*<group=mainImage>*/

#mainImage {
	margin:0px 0px 20px 0px;
}

/*</group>*/

/*<group=sideNavi>*/

#sideNavi {
	float:right;
	width:217px;
	margin-right:10px;
}

#sideNavi #topic03 {
	width:217px;
	height:30px;
	background:url(../images/topics03.gif) no-repeat;
}

#sideNavi #topic04 {
	width:217px;
	height:30px;
	background:url(../images/topics04.gif) no-repeat;
}

#sideNavi #topic05 {
	width:217px;
	height:30px;
	background:url(../images/topics05.gif) no-repeat;
}

#sideNavi #topic06 {
	width:217px;
	height:30px;
	background:url(../images/topics06.gif) no-repeat;
}

.topic {
	margin:0 0 10px 0;
	padding:5px;
	border-right: 1px #C2C2C2 solid;
	border-bottom: 1px #C2C2C2 solid;
	border-left: 1px #C2C2C2 solid;
	/*background:#FBFBFB;*/
	background:#fff;
}


/*</group>*/


/*<group=contents>*/

#contents {
/*
	margin-right:210px;
*/
}

#contents #topic01 {
	float:left;
}

#contents #topic01h {
	width:253px;
	height:30px;
	background:url(../images/topics01.gif) no-repeat;
}

#contents .topic01c {
	width:241px;
	/*
	border: 1px solid #525252;
	*/
	/*
	border-top: 2px #999 solid;
	*/
	border-right: 1px #C2C2C2 solid;
	border-bottom: 1px #C2C2C2 solid;
	border-left: 1px #C2C2C2 solid;
	padding:5px;
}

#contents #topic02 {
	margin:0 0 0 16px;
	float:left;
}

#contents #topic02h {
	width:253px;
	height:30px;
	background:url(../images/topics02.gif) no-repeat;
}

#contents .topic02c {
	width:241px;
	/*
	border: 1px solid #525252;
	*/
	/*
	border-top: 2px #999 solid;
	*/
	border-right: 1px #C2C2C2 solid;
	border-bottom: 1px #C2C2C2 solid;
	border-left: 1px #C2C2C2 solid;
	padding:5px;
}

#contents h3#header01 {
	float:left;
	margin:20px 0 0 0;
	width:525px;
	height:25px;
	background:url(../images/header01.gif) no-repeat;
}

#contents h3#header02 {
	float:left;
	margin:10px 0 0 0;
	width:525px;
	height:25px;
	background:url(../images/header02.gif) no-repeat;
}

#contents h3#header03 {
	float:left;
	margin:10px 0 0 0;
	width:525px;
	height:25px;
	background:url(../images/header03.gif) no-repeat;
}

#contents h3#header04 {
	float:left;
	margin:10px 0 0 0;
	width:525px;
	height:25px;
	background:url(../images/header04.gif) no-repeat;
}

.newslines {
	float:left;
	margin:0 0 0 0px;
	width:525px;
	/*
	background:url(../images/header_bkg.gif) repeat-x;
	*/
}

.newslines a {
	color: #003399;
	text-decoration: none;
}

.newslines a:hover {
	color: #7C0000;
	text-decoration: underline;
}

.newsline {
	border-bottom: 1px #D3D3D3 dotted;
	padding:2px 0px 2px 0px;
}

.partner_logo {
	float:left;
	margin:0 0 0 0px;
	width:525px;
}

.partner_logo a{
	border-bottom: 1px #fff solid;
}

.partner_logo a:hover{
	border-bottom: 1px red solid;
}

#topic01 a {
	color: #003399;
	text-decoration: none;
}

#topic01 a:hover {
	color: #003399;
	text-decoration: underline;
}

#topic02 a {
	color: #003399;
	text-decoration: none;
}

#topic02 a:hover {
	color: #003399;
	text-decoration: underline;
}

.red{
	color:red;
	font-size:0.8em;
}

/*</group>*/

