@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
body {
	scrollbar-base-color: #C8C8C8;
	scrollbar-arrow-color: #FFFFFF;
	background-color:#441f0f;
}
h1 {
	background: url(../images/back_01.gif) repeat-x;
}
h3 {
	margin-bottom: 10px;
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 3px;
	border-left-width: 6px;
	border-left-style: double;
	border-left-color: #CC6633;
	background-color: #FFF0E2;
	border-right-width: 6px;
	border-right-style: double;
	border-right-color: #CC6633;
	text-align: center;
}
h4 {
	font-size: 120%;
	margin-bottom: 10px;
}

#container {
	width: 758px;
	margin: 0 auto;
	padding: 0;
	background: #fffae6;
}

#navi {
	width: 758px;
	height: 30px;
	padding-left:1px;
	background-color:#441f0f;
}
#navi ul {
	margin: 0;
	padding: 0;
	height: 30px;
}
#navi li {
	float: left;
	list-style-type: none;
	margin: 0;
	width: 126px;
	height: 30px;
}
#navi li a {
	color: #3f1612;
	font-size: 12px;
	text-decoration: none;
	widht: 126px;
	height: 24px;
	padding-top: 6px;
	display: block;
	background-image: url(../images/navi01.png) ;
	text-align: center;
}
#navi li a.here,
#navi li a:hover {
	color: #3f1612;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	background-image: url(../images/navi02.png);
}

#main {
	width: 738px;
	margin-top: 15px;
	clear: both;
	padding-left:10px;
}

#footer {
	clear: both;
	width: 738px;
	margin-bottom: 40px;
	border-top: 1px solid #333333;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
}
#footer h2{
	font-size:14px;
	line-height:16px;
	margin-top:5px;
	}
#footer p {
	float: left;
	display: inline;
	margin-top: 7px;
	margin-left: 5px;
}
#copyright {
	float: right;
	margin-top: 0;
	text-align: right;
}

/*--float解除--*/
.clear {
	clear: both;
}
.top {
	text-align:right;
	clear: both;
}

.b5{padding-bottom:5px;}

.b10{padding-bottom:10px;}

.b15{padding-bottom:15px;}


/*--news01--*/
#news {
	float: left;
	width: 185px;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
}
#news h3 {
	width: 172px;
	height: 20px;
}

#scrollbox {
	overflow: auto; 
	width: 175px; 
	height: 300px;
	margin-bottom: 15px;
	margin-left:5px;
	padding: 5px;
} 
#scrollbox dd {
	margin-bottom: 15px;
}
/*--news01 end--*/

/*--link01--*/
.link01 {
	line-height: 110%;
	width: 185px;
	margin-bottom: 15px;
	margin-left:5px;
}
.link01 img {
	width: 183px;
	border: 1px solid #ccc;
	margin-bottom: 2px;
}
.link01 p {
	width: 181px;
	padding: 0 2px;
}
/*--link01 end--*/


#header{
	background-color:#441f0f;
}

#header img{
	padding-left:10px;}
	
