/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	line-height: 140%;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	}

h1 {
	margin: 0px;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF
	}

table {width: 100%;}

a {color: #FF0000; text-decoration: none}
a:hover {color: #FFFF00}

#rap {
	width: 800px;
	border-right: 1px #333333 solid;
	margin: 0px ;
}
#top_navi {
	height: 21px; 
	color: #FFFFFF;
	background: #333333 url(imgs/since.gif) no-repeat right;
	}
#top_navi h1 {font-size: 10px; padding-top: 3px; padding-left: 10px}

#head {
	width: 800px; 
	height: 160px; 
	background: url(imgs/head.jpg) no-repeat top;
	}
#head_inner {padding: 5px;}
#head2 {
	text-align: right;
	width: 800px;
	height: 30px; 
	background: url(imgs/head2.gif) no-repeat top;
	}
#head_inner {padding: 5px;}

/* index.html */
#contents{
	color: #FFFFFF;
	width: 800px; 
	background: #000000 url(imgs/back_01.jpg) no-repeat bottom right;
	}

#menu_box{
	width: 160px;
	float: left;
	margin-left:5px;
}

#menu_box p{
	padding-bottom: 10px;
}

#contents_body{
	width: 625px;
	float: left;
}

#contents_body_1{
	width: 460px;
	float: left;
	margin-right: 15px;
}

#contents_body_1 p{
	margin-bottom: 20px;
}

#contents_body_2{
	width: 150px;
	float: left;
}

#contents_body_2 p{
	padding-bottom: 10px;
}

.topic{
	clear: both;
	line-height: 130%;
	margin-top: 10px;
	margin-bottom: 5px;
}

.topic .pubdate{color: gold}


img.infomation{
	float: right;
	margin: 0px 5px 10px 10px;
	}
	
.ln{
	width: 455px;
	clear: both;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	

/* END index.html */

#footer{
	clear: both;
	color: #666666;
	}

#copyright{
	text-align: center;
	margin: 10px auto ;
	}

