@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clear {
	clear: both;
	}
a {
	text-decoration:none;
	color:#666;
}	
body {
	text-align: center;
	background-repeat: repeat-x;
	background-position: top;
	background-attachment:scroll;
	font-size: 13px;
	color: #666;
	background-image: url(../img/header_bg.gif);
}	
#wrap {
	/*width: 900px;*/
	/*background-color: #CFF;*/
}
#header {
	margin:0 auto;
	height: 120px;
	width: 950px;
}
#header h1 {
	height: 120px;
	width: 190px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	float: left;	
	text-indent: -9999px;
}
#header h1 a {
	display: block;
	height: 100%;
	width: 100%;
}
/*#navi*/
#header #navi {
	float:right;
	height: 21px;
	width: 650px;
	margin-top: 49px;
	}
#header #navi li {
	float: left;
	width:130px;
	height:21px;
	list-style-type: none;
	text-indent:-9999px;
}
#header #navi a {
	display: block;
	height: 100%;
	width: 100%;}
#menu1 a:hover {
	background: url(../img/menu01_ro.gif);
}
#menu2 a:hover {
	background: url(../img/menu02_ro.gif);
}
#menu3 a:hover {
	background: url(../img/menu03_ro.gif);
}
#menu4 a:hover {
	background: url(../img/menu04_ro.gif);
}
#menu5 a:hover {
	background: url(../img/menu05_ro.gif);
}
#navi #menu1 {
	background-image: url(../img/menu01.gif);
}
#navi #menu2 {
	background-image: url(../img/menu02.gif);
}
#navi #menu3 {
	background-image: url(../img/menu03.gif);
}
#navi #menu4 {
	background-image: url(../img/menu04.gif);
}
#navi #menu5 {
	background-image: url(../img/menu05.gif);
}
#main {
	background-image: url(../img/main_bg.gif);
	background-repeat: repeat-x;
	height:480px;
	margin-bottom:40px;
}
#contents {
	width: 950px;
	margin:0 auto;
	text-align: left;
}
#topicpath {
	/*margin-bottom: 20px;
	margin-top:10px;*/
	width: 950px;
	margin:10px auto 10px auto;
	text-align: left;
}
#footer {
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat-x;
	height: 113px;
}
#footer a:hover{
	color:#fc5353;
	text-decoration:underline;
}
#footer #footer_box {
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
}
#footer #footer_box ul li {
	float: left;
	margin-right: 10px;
	list-style-type: none;
}
#footer #footer_box #for_top {
	float: right;
	padding-right: 20px;
}

#footer #footer_box ul {
	float: left;
	padding-left: 20px;
}
#footer #footer_box #footer01 {
	clear: both;
	padding-top: 15px;
}



