@import url("temp.css");

#main{
	width:850px;
	margin:auto;
	background-image:url(../img/main_bg.gif);
	background-repeat:repeat-y;
}

/* head */
/* left */
#left-box{
	background-image:url(../img/mainbg.jpg);
	background-repeat:repeat-y;
	float:left;
	width:635px;
	background-color: #fff;
}

/* right */
#right-box{
float:right; 
width:215px;
background-image:url(../img/right_bg.gif);
background-repeat: repeat-y;
overflow:hidden;

}
#r-main{width:202px; 
background-image:url(../img/right_bg.gif);
background-repeat: repeat-y;
overflow:hidden;
}
#info{width:200px; border:solid 1px #333;
background-color: #FFFFFF;
margin-left:5px;
}
#info-txt{padding:8px;}

.bn-box{padding:0px 4px 0px 4px; text-align:left;}

.access{
	padding:20px; 
	text-align:left;

}

/* main */
.topic{margin: 5px 40px 0px 40px; text-align:left; color:#000000;}
.topic a:link{color:#000000; text-decoration:underline;}
.topic a:visited{color:#000000; text-decoration:underline;}
.topic a:active{color:#000000; text-decoration:underline;}
.topic a:hover {color:#ec6941; text-decoration:underline;}

.main-box{
	margin:5px 40px 20px 40px;
	padding: 10px 30px 10px 30px;
	border: solid 1px #959595;
}

.main-box2{
	height:980px;
}





.rollup{margin: 8px 40px 0px 40px; text-align:right; color:#02b6b6}
.rollup a:link{color:#02b6b6; text-decoration:underline;}
.rollup a:visited{color:#02b6b6; text-decoration:underline;}
.rollup a:active{color:#02b6b6; text-decoration:underline;}
.rollup a:hover { color:#ec6941; text-decoration:underline;}

/* footer */
