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

body{
	float:left;
	margin:0;
	border:0;
	padding:0;
}

a img {
	border:none;
}

h1,ul,div {
	margin:0;
	padding:0;
	border:0;
}


h1 {
	position:absolute;
	left:175px;
	top:0px;
}

/*mainimage-------------------------------------------------*/

.logo {
	position:absolute;
	left:0px;
	top:0px;
	float:left;
}

.img_02 {
	position:absolute;
	left:0px;
	top:80px;
	float:left;
}

/*contents-------------------------------------------------*/

div#main {
	height:424px;
}

div#navi {
	height:64px;
	width:900px;
	background: transparent url(../../images/img_03.jpg) no-repeat scroll;
	position:absolute;
	left:0px;
	top:360px;
	float:left;
}

#btn_serch {
	position:absolute;
	left:390px;
}

#btn_contribute {
	position:absolute;
	left:635px;
}

/*reportarea-------------------------------------------------*/

div#contents {
	position:absolute;
	left:41px;
	top: 433px;
}

div.reportarea {
	width:818px;
	float:left;
}

#button {
	margin:10px 0 10px 325px;
 }

div#repo {
	width:570px;
	float:left;
	padding:0 0 0 2px;
}

.alltxt {
	font-size:12px;
	line-height:150%;
}

.tit_repo {
	background-color:#17506e;
	color:#FFFFFF;
	padding:2px 8px 2px 8px;
	margin:0;
	height:35px;
	font-size:12px;
}

.margin {
	padding:8px 8px 8px 8px;
}

.margin_top {
	padding:15px 0 0 0;
}

.txt_table {
	font-size:10px;
	line-height:150%;
	margin:0 0 10px 0;
}

.left {
	background-color:#d1d1d1;
	padding:0 5px 0 5px;
}

.right {
	background-color:#e8e8e8;
	padding:0 5px 0 5px;
}

.link {
	float:right;
}

div#right {
	float:left;
	width:100px;
	padding:0 0 0 20px;
}

/*footer-------------------------------------------------*/

.footer {
	font-size:10px;
	padding:20px 0 20px 0;
	float:left;
	width:818px;
	text-align:right;
}

.line {
	width:818px;
	height:1px;
	background-color:#999999;
	margin:5px 0 5px 0;
}