@charset "shift_jis";



@import url(css/base2.css);
img {
	border:0px;
}
a{
	color:#FF6633;
	text-decoration:none;
	outline:none;
	overflow: hidden
;
}}
a:hover{
	color:#FF6633;
	text-decoration:underline;
}
.clearfix{
	content: "";
	display: block;
	clear: both;
}
.clear-b{
	clear:both;
}
.fl-l{
	float:left;
}
.fl-r{
	float:right;
}

/*----------------------------------------*/
/* base */
/*----------------------------------------*/
html {
	height:100%;
}
body {
	color:#663300;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:76%;
	line-height:1.5em;
	height:100%;
	margin:0;
	padding:0;
	text-align:center;
	background-color:#FFFFFF;
}
/* --------- stage --------- */
#stage {
	width:780px;
	margin:0 auto;
	text-align:left;
	padding:0 1px;
	background : url(body_bg.gif) repeat-y;
}
#container{
	width:750px;
	margin:0 auto;
}
/*----------------------------------------*/
/* header */
/*----------------------------------------*/
#header{
	text-align:center;
	height:130px;
	background : url(header_bg.gif) no-repeat;
}
#header h1{
	color:#663300;
	font-size:200%;
	font-weight:bold;
	padding-top:60px;
}
/*----------------------------------------*/
/* contents */
/*----------------------------------------*/
#contents{
	width:750px;
	padding:10px 0;
}
/*--left_menu_settings--*/
.left_menu{
	width:150px;
	margin-right:15px;
	padding-bottom:136px;
	background : url(left_menu_bottom.gif) no-repeat left bottom;
	float:left;
}
.left_menu ul{
	list-style-position:inside;
	padding-top:20px;
	background : url(left_menu_top.gif) no-repeat left top;
}
.left_menu li{
	margin:0px 10px;
	padding:3px 5px;
	list-style-type:disc;
}


#nav {
  width: 150px;
  margin-left: 15px;
  float: left;
}




#nav h3 {
 margin-top: 30px;
 margin-bottom: 10px;
 background-color: #e0c286;
}


.navmenu {
	margin-top: 30px;
}





/*--main_contents_settings--*/
#main{
	width:570px;
	float:left;
	margin:0;
}
#main #topics{
	width:570px;
	margin:0 0 15px;
	padding-bottom:20px;
	background : url(topics_bottom.gif) no-repeat left bottom;
}
#main #topics h2{
	padding:10px 15px 5px;
	background : url(topics_top.gif) no-repeat left top;
}
#main h2{
	color:#663300;
	font-size:120%;
	font-weight:bold;
	padding:5px 15px;
	background : url(titlebar.gif) no-repeat right bottom;
}
#main #topics p{
	padding:0 15px;
	margin:0;
}
#main p{
	padding:5px 15px;
	margin-bottom:10px;
	text-align: justify;
	text-justify:inter-ideograph;
}
/*----------------------------------------*/
/* footer */
/*----------------------------------------*/
#footer{
	text-align:center;
	padding:3px 0;
	background : url(footer.gif) repeat-y right bottom;
}
#footer address{
	font-style:normal;
}