* {
    margin: 0;
    padding: 0;
}
 
html,body {
    height: 100%;
    background-color:#ffffff;
	background-image:url(image/top/top_r1_c2.jpg);
	background-repeat:repeat-x;
    text-align: center;
    margin: 0px auto;
}

	
a:link {color: #009900;}
a:visited {color: #009900;}
a:hover {color: #996633;}
a:active {color: #996633;}

div#container {
    position: relative;
    margin: auto;
    width: 800px;
    height: 100%;
    min-height: 100%;
    background-color: #FFFFFF;
    text-align: left;
	
}
 
body > #container {
    height: auto;
}
 
div#contents {
    height: auto;
	margin: 0px auto;
    padding-bottom: 100px;
	
}


#header,
#footer {
    width: 800px;
    height: 50px;
    color: #666666;
    text-align: center;
	bottom: 0px;
	
}
 
#header {
    width: 800px;
    height: 100px;
    color: #666666;
    text-align: center;
	bottom: 0px;
}
 
#footer {
    position: absolute;
    bottom: 0px;
	
}



h1{
font-size:10px;
color:#FFFFFF;
font-weight:lighter;
margin:0px;
}

.text-12px {
	font-size: 12px;
	color:#999999;
}

.topics-text-p10-12px {
	font-size: 12px;
	padding-top: 10px;
    line-height: 140%;
	color:#999999;
}
.topics-text-p10-12px-white {
	font-size: 12px;
	padding-top: 10px;
	padding-left:10px;
	padding-right:10px;
    line-height: 140%;
	color:#999999;
}

.text-10px {
	font-size: 10px;
	color:#FFFFFF;
}
