@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
	border: none;
}
a:link { text-decoration: none; color:#333333; }
a:visited { text-decoration: none; color:#666666; }
a:hover { cursor:pointer; text-decoration:none; background-color:#009933; color:#FFFFFF; }

table,img,td {
	border: 0;
}
body {
	background-color: #ffffff;
	color: #333333;
	background: url("img/ri_bodyback.gif");
}
#page {
	width: 770px;
	height: 560px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	background-repeat: no-repeat;
	background-position: center top;
}
#headder {
	width: 770px;
	height:30px;
}
#menubar {
	width: 770px;
	height:40px;
	text-align: center;
}
#menutxt {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#menutxt p,a {
	font-size: 11px;	
}
.menumidasi {
	font-size: 11px;
	color: #009933;
}
#main {
	margin-top: 0;
	padding-top: 0;
	width: 770px;
	height: 480px;
}
#left {
	float: left; 
	width: 550px;
	height:450px;
}
#contents {
	margin-top: 14px;
	padding-left: 45px;
	width: 490px;
	height:420px;
	overflow: auto;
}
#right {
	float: left; 
	width: 170px;
	height:450px;
}
#sidemenu {
	margin-top: 90px;
	margin-left: 20px;
	width: 170px;
}
#sidemenu p a:hover { 
	cursor:pointer; text-decoration:none; background-color:#FFFFFF; 
}
#sidemenu li {
	margin-left: -5px;
	font-size: 12px;
	list-style-image: url("img/ri_listmark.gif") ;
	list-style-position: inside;
}
#sidemenu li a {
	font-size: 12px;
}
.sidemidasi {
	font-size: 12px;
	color: #009933;
}
.sideactive {
	font-size: 12px;
	color: #009933;
	background-color: #FFFF66;
}
h1,h2 {
	font-weight: bold;
	color: #009933;
}
.clear {
	clear:both;
}
object {
	border: 0;
	padding: 0;
}
.ri_midori { color: #009933; }
.blue { color: #3366FF; }