@charset "utf-8";

*{
  margin:0;
  padding:0;
  zoom:1;
}
.cls {
 clear: both;
}

img {
border:0;
}

body {
	background:url(img/bg_01.jpg) repeat;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	font-size:14px;
	line-height: 1.4em;
}

.top {
	width: 100%;
	background:url(img/top_bg.jpg) repeat-x;
	height: 450px;
}

a:link { color:#1665f2; text-decoration: none; }
a:visited { color: #da1236;}
a:hover { color:#ff8014; text-decoration: underline; }

#container {
	width: 800px;  
	margin: 0 auto; 
	text-align: left; 
}

#container #header {
 padding: 10px;
 color:#F0F0F0;
}

#container #header h1 {
 margin: 10px 5px;
}
#container #header p {
 margin: 6px 20px;
}
#container #header img {
 border: 0px;
 margin-bottom:5px;
}

#container #header img.right {
 float: right;

}




.bottom {
	width: 100%;
	text-align: left;	
}
.bottom .shikiri {
background:url(img/shikiri.gif) repeat-x;
height:4px;
}

.bottom #mainContent {
	width: 800px;
	padding: 0 20px;
	margin: 0 auto; 

}

#mainContent #top_menu {
/* height: 72px; */
 background:url(img/menu_bg.jpg) repeat-x;
 margin-bottom: 20px;
 margin-left:20px;
 float:left;
}

#mainContent #top_menu img, #mainContent #top_menu a {
float: left;

}

#mainContent #top_menu img.on {
margin: 10px 10px 0px 10px;

}

#mainContent .leftright {
margin-left: 15px;
}


#mainContent .news {
float:left;
	width: 421px;
	margin: auto;
	background:url(img/news_middle.gif) repeat-y;
}

#mainContent .waku_end {
 background:url(img/news_botom.gif) no-repeat;
 height:4px;
}


#mainContent .waku dl {
margin: 10px;
}

#mainContent .waku dt {
margin: 0px 20px 0 10px;
color:#133915;
font-weight: bold;
}
#mainContent .waku dd {
margin:4px 10px 4px 20px;
}
#mainContent .letter {
float:left;
	width: 310px;
	margin-left:30px;
	background:url(img/news_middle.gif) repeat-y;
}

#mainContent .letterbacknum {
margin:4px;
font-size:0.9em;
float:right;
}

#mainContent  .camprireki {
margin:5px 20px;
text-align:right;
width:400px;
}



#mainContent #footer { 
	padding: 0 10px; 
	margin-top:30px;
	margin-left:10px;
	background:url(img/footer_bg.gif) repeat-x;
	height:31px;
	border:1px solid #cccccc;
	width: 755px;
} 
#mainContent #footer p {
	margin: 0; 
	padding: 8px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size:12px;
}
#mainContent #footer p.left {
float:left;
margin-left:20px;
font-size: 12px;
}
#mainContent #footer p.right {
float:right;
margin-right:10px;
font-size: 12px;
}

#mainContent #footer p a {
 text-decoration:none;
 color:#333333;
}
#mainContent #footer p a:hover {
 text-decoration:none;
 color:#006633;
}





