@charset "utf-8";
/* CSS Document */



body {
	
}

body a{
	font-weight:bold;
	color:#963;
	text-decoration:none;
	}
body a:hover{
	font-weight:bold;
	color:#963;
	text-decoration:underline;
	}

body a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
    background: #fff;
	}

/*page top----------------------------------------------------------------------------------------------------------------------------*/


#top-line {
	width:100%;
	height:20px;
	padding-top:10px;
	background:url(../images/header-line-color.jpg) repeat;
}
#top-line #top{
	width:900px;
	height:20px;
	margin:0 auto;
}
#top-line #top h1{
	color:#000;
	font-size:10px;
	text-align:right;
}

/*header----------------------------------------------------------------------------------------------------------------------------*/

#header-wrap {
	width:100%;
	height:300px;
	background:#4e3103;
	margin-bottom:20px;
}
	
#header-wrap #header{
	width:900px;
	height:300px;
	margin:0 auto;
}


#header-wrap  #header h2{
	float:left;
	}
	
#header-wrap  #header a:hover img{
	opacity:1;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
    background: #fff;
	}
	
	
/*contents----------------------------------------------------------------------------------------------------------------------------*/


#contents {
	width: 900px;
	margin:0 auto;
	padding:0 0 10px;
	background:#FFF;
}

#contents p.to-top{
	clear:both;
	text-align:right;
	display:block;
	padding:30px 10px 0 0;
	}

/*contents right----------------------------------------------------------------------------------------------------------------------------*/

#contents #right{
	width: 250px;
	float:left;
}

#contents #right h4{
	display:block;
	margin-bottom:15px;	
	}

#contents #right ul.g-nav{
	margin-bottom:100px;
	}

#contents #right ul.g-nav li{
	}

#contents #right ul.r-bnr{
	}

#contents #right ul.r-bnr li{
	margin-bottom:10px;
	}

/*contents main----------------------------------------------------------------------------------------------------------------------------*/

#contents #main{
	width: 640px;
	padding-left:10px;
	float:right;
}


#contents .subtitleback{
	width: 745px;
	height:30px;
	background:url(../images/subtitle-back.jpg) no-repeat;
	font-size:16px;
	padding:5px 0 0 15px;
	color:#633;
	font-family: Georgia, "Times New Roman", Times, serif;
	clear:both;
}

#contents #main #pankuzu{
	color:#4e3103;
	margin-bottom:15px;	
}

#contents #main #pankuzu a{
	color:#4e3103;
	text-decoration:underline;
	
}

/*fwrap----------------------------------------------------------------------------------------------------------------------------*/

#fwrap {
	width:100%;
background:#4e3103;
	clear:both;
}

#fwrap #footer {
	width: 900px;
	padding:10px 0 0 0;
	margin:0 auto;
}

#fwrap #footer dl.f-info{
	width: 350px;
	padding:0 0 0 5px;
	float:left;
}

#fwrap #footer dl.f-info dt{
	margin-bottom:10px;
}

#fwrap #footer dl.f-info dd{
	 color:#FFF;
}

#fwrap #footer dl.f-info dd a{
	 color:#FFF;
	 text-decoration:none;
}

#fwrap #footer dl.f-info dd a:hover{
	 color:#FFF;
	 text-decoration:underline;
}

#fwrap #footer p{
	float:right;
	color:#FFF;
}

#fwrap #footer p a{
	color:#FFF;
	text-decoration:none;
}

#fwrap #footer p a:hover{
	color:#FFF;
	text-decoration:underline;
}

#fwrap #footer address{
	display:block;
	width:1000px;
	padding-top:15px;
	clear:both;
	text-align:center;
	color:#FFF;
}




