*{
	margin:0px;
	padding:0px;
 }
 
body{
	text-align: center;
}

div#wrapper{
	width:1048px;
	height: 499px;
	margin:30px auto;
	}


div#container{
	width: 1048px;
	height:499px;
	margin:0px auto;
}
 



div#main{	
	width:1048px;
	height:399px;
	background:url(../image/index/index-back.jpg) no-repeat;
	text-align:left;
	position:relative;
	}
	
div#main-in{
	width:998px;
	height:399px;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	margin:0 auto;

}
	

p#link {
	text-align:left;
	font-size:90%;
	color: #000000;
	line-height: 1.5em;
	height:auto;
	max-height:90px;
	padding-top:10px;
	padding-left:8px;
}

p#link a{
	text-decoration: none;
	color: #000000;
}

p#link a:link{
	color:#000000;
	text-decoration: none;
}


p#link a:hover{
	position:relative;
	top: 1px;
	left: 1px;
	color:#999999;
}



p#top_small_text{
	font-size:80%;
	text-align:left;
	padding-left: 30px;
}
	

h1{
	display: block;
	width:1048px;
	height:45px;
	background:url(../image/common/top.jpg) no-repeat;
	text-indent:-999999px;
	overflow: hidden;
}

	
div#manu{
	width:200px;
	height:399px;
	margin-left:10px;
	float:left;
}



div#menu{
	padding-top: 25px;
	margin-left:10px;
}

span{
	color: #999999;
	font-size:80%;
}



#menu dl{
	list-style: none;
}


#menu dt{
	display:block;
	width:200px;
	height:25px;
	border-bottom:1px dotted #cccccc;
	padding-top:6px;
	padding-left:5px;
}

dt.over{
	cursor:pointer;
	background:url(../image/common/menu-back.jpg);
	}


dt.selected{
	cursor:default;
	background:url(../image/common/menu-back.jpg);
	border:1px solid #999999;
	}


span.sel{
	color:#ffffff;
	font-size:80%;
	}


dd{
	width:198px;
	margin:0px;
	height: auto;
	background:#ffffff;
	font-size:90%;
	border:1px solid #999999;
	padding:3px;
	line-height:1.3em;
}





dd a{
	color:#000000;
	text-decoration:none;
}



dd a:hover{
	color:#999999;
}




div#flash{
	width:750px;
	height: 250px;
	float: right;
	position:absolute;
	top:24px;
	left:270px;
}





div#footer{
	width:100%;
	height:45px;
	background: url(../image/common/footer.jpg) no-repeat;
}

div#footer p{
	width:600px;
	font-size:75%;
	text-align:left;
	margin-left:250px;
	padding-top:5px;
}



br.clear{
	clear:both;
}

