@charset "UTF-8";
 /* 案内文 ボディに関するCSS */
	body {
	font-family: "ＭＳ Ｐゴシック", "Osaka",sans-serif;
	color: #666;
background-image:url(img/b4-53.gif);
background-repeat:repeat;
}
/* ヘッダーに関するCSS */
#header {
	width: 700px;
	margin-bottom: 10px;
}
/* ナビゲーションに関するCSS */
#navi {
	font-size: 70%;
	line-height: 170%;
	margin: 5px 0px 0px 15px;
	padding:5px;
	list-style:none;	
	float:left;	
}
#navi li {
	float:left;
	background-color: #f5f5f5;
	margin-right: 5px;
	margin-left: 10px;
	border: 1px solid #ffcccc;
	text-align: center;
	width: 130px;
	height:15px;
}
#navi a{
	color: #333;
	display:block;
	width: 130px;
	height:15px;
}
#navi a:hover {
	color: #333;
	width: 130px;
	background-color: #ffcccc;
	text-decoration:none;
}
/* コンテンツに関するCSS */
#content {
	clear:left;
	width: 550px;
	border: 1px solid #999;
	background-color: #FFF;
	padding: 20px;
	margin: 5px 0px 0px 50px;
}
#column{
	width:500px;
	height:200px;
	pedding:10px;
	margin:10px;
	background-color:#fff;
	overflow:auto;
}
/* テキストに関するCSS */
h1 {
	font-size: 110%;
	background-color:#f5f5f5;
	width:480px;
	padding: 8px;
}
h2 {
	font-size: 90%;
background-color:#fff5ee;
border-top:double 5px #cccccc;
border-bottom:double 5px #cccccc;
	padding: 10px;
width:480px;
}
h3 {
	font-size: 110%;
　background-color:#fffaf0;
　color:#696969;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999;
	padding: 10px;
	text-indent: 5px;
	margin-bottom: 10px;
	margin-top: 15px;
width:300px;
}
h4 {
	font-size: 80%;
　background-color:#fffaf0;
　color:#696969;
	padding: 10px;
width:480px;
}
h5 {
	font-size: 80%;
width:500px;
}
.news_title {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 10px;
}
p {
	width:480px;
	font-size: 80%;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 150%;
	padding: 5px 25px 5px 25px;
}
.pagemark {
	font-weight: bold;
}
.news {
	font-size: 80%;
	line-height: 150%;
}
#credit {
 clear:left;
	font-size: 80%;
	line-height: 150%;
	margin-top: 5px;
}
.mail{
	font-size: 60%;
 clear: left
}
/* 画像に関するCSS */
img.thumb {
	float:right;	
	margin-right: 10px;
}
.line {
	width: 100%;
	background-image: url(img/dotline_s.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
	height:1px;
	}
	
img.topkey {
 left: 450px;
	margin-bottom: 15px;
}
/* リンクに関するCSS */
a:link {text-decoration:none}
a:visited {text-decoration:none}
a:hover {text-decoration:none}
