@charset "shift_jis";

h1,h2,h3,h4,h5,h6,span,p,ul,ol,li,dl,dt,dd {
	margin:0;
	padding:0;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
}
img {
	border:0px;
}
a{
	color:#663300;
	text-decoration:underline;
	outline:none;
	overflow: hidden
}
a:hover{
	color:#33CC99;
	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:770px;
	margin:0 auto;
	text-align:left;
	padding:0 1px;
	background:url(../images/body_bg.gif) repeat-y;
}
#container{
	width:750px;
	margin:0 auto;
}
/*----------------------------------------*/
/* header */
/*----------------------------------------*/
#header{
	text-align:left;
	height:130px;
	background:url(../images/header_bg2.jpg) no-repeat;
}
#header h1{
	font-size:200%;
	font-weight:bold;
	padding:30px 0 0 50px;
}

#header p{
   margin-left: 50px;
   margin-top: 10px;

}


.topmenu ul li {
  display: inline; 
}

/*----------------------------------------*/
/* contents */
/*----------------------------------------*/
#contents{
	width:750px;
	padding:10px 0;
}
/*--left_menu_settings--*/


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

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

#nav ul li{
 list-style-type:square;
 list-style-position:inside;
}



.left_menu{
	width:150px;
	margin-right:15px;
	padding-bottom:210px;
	background:url(../images/left_menu_bottom.jpg) left bottom no-repeat;
	float:left;
}
.left_menu ul{
	list-style-position:inside;
	padding-top:15px;
	background:url(../images/left_menu_top.jpg) left top no-repeat;
}
.left_menu li{
	margin:0px 10px;
	padding:3px 10px;
	list-style-type:square;
}

/*--main_contents_settings--*/
#main{
	width:570px;
	float:left;
	margin:0;
}
#main #topics{
	width:564px;
	padding:2px;
	margin:0 0 15px;
	background:url(../images/topics_bottom.jpg) left bottom no-repeat;
}
#main #topics_box{
	border:1px solid #FFFFFF;
	padding:10px 10px 20px;
}
#main #topics h2{
	color:#663300;
	padding:0 15px 5px;
	background:none;
}
#main h2{
	color:#FFFFFF;
	font-size:120%;
	font-weight:bold;
	padding:5px 15px;
	height:20px;
	background:url(../images/titlebar.gif) right bottom no-repeat;
}
#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{
	color:#FFFFFF;
	height:24px;
	text-align:center;
	padding:3px 0;
	background:url(../images/footer.gif) right bottom repeat-y;
}
#footer address{
	font-style:normal;
}