@charset "utf-8";
/*ASPaccessanalyzer css 2008/04/27*/

*{
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
	color:#990099;
}
a:visited{
	color:#990099;
}
body {
	margin:0px; 
	padding:0px;
	font-size:75%;
	color:#333333;
	line-height:1.6;
	font-family: sans-serif;
	
}

img{
	border:0;
	vertical-align:middle;
}

h1{	
	position:relative;
	padding-top:54px;
	margin-left:295px;
	font-size:9pt;
	padding-left:5px;
	font-weight:normal;
	color:#aaaaaa;
}

h2{
	clear:both;
	color:#2054A7;
	font-size:18pt;
}

h3{
	clear:both;
	background:url(../img/h3_back.jpg) repeat-y;
	font-size:9pt;
	color:#ffffff;
	padding:8px;
}

#wrapper {
	width:100%;
	margin:0px auto;
	background-color:#ffffff;
	
}

#header{
	height:83px;
	border-bottom:1px solid #cccccc;
	background:url(../img/header.jpg) 20px bottom no-repeat;
}

#header a{
	text-indent:-9999px;
	position:absolute;
	top:30px;
	left:30px;
	display:block;
	width:260px;
	height:50px;
}

#contents{
	background:url(../img/bg.jpg) right top no-repeat #efefef;
}

.contents_header{
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background-color:#ffffff;
	margin-left:30px;
	padding-top:40px;
	width:1000px;
	background:url(../img/body_back.jpg) left top no-repeat #ffffff;
}

.main{
	margin-left:30px;
	margin-top:-60px;
}

.main p{
	padding:10px 15px 5px 15px;
}

.menu{
	float:right;
	width:250px;
	padding-top:50px;
}
.menu ul{
	list-style:none;
	border-left:1px dotted #cccccc;
	padding-left:20px;
}
.menu li{
	border:1px solid #cccccc;
	margin-right:20px;
	margin-bottom:5px;
}
.menu li a{
	display:block;
	padding:5px;
}
.menu li a:hover{
	display:block;
	color:#ffffff;
	background-color:#990099;
}

.detail{
	 position:relative;
	 top:-100px; 
	 left:130px;
	 height:70px;
	 list-style:none;
	 width:550px;
}
.detail ul{
	list-style:none;
	width:300px;
}

.detail li{
	float:left;
	width:200px;
	margin-top:10px;
	
}
.detail li a{
	padding:5px;
}
.detail li a:hover{
	color:#ffffff;
	background-color:#990099;
}

.contents_footer{
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background-color:#ffffff;
	margin-left:30px;
	height:125px;
	width:1000px;
	background:url(../img/footer.jpg) left bottom no-repeat #ffffff;
}

#footer{
	border-top:1px solid #cccccc;
	background:url(../img/footer_back.jpg) 30px bottom no-repeat;
	height:130px;
}

#footer ul{
	margin:10px 30px;
	list-style:none;
}
#footer li{
	background:url(../img/arrow.gif) 5px 8px no-repeat;
	color:#999999;
	padding:5px 5px 5px 30px;
	float:left;
}
#footer li a{
	color:#999999;
}
#footer li a:hover{
	color:#333333;
}
.copy{
	margin-left:780px; 
	padding:15px; 
	color:#999999; 
	font-size:8pt;
}
.copy a{
	color:#333333;
}

.website{
	position:relative; 
	top:30px; 
	left:-425px; 
	float:left;
	color:#cccccc;
}
.website a{
	color:#aaaaaa;
	padding:5px;
}
.website a:hover{
	color:#333333;
}
.website a:visited{
	color:#aaaaaa;
}