@charset "UTF-8";
 /* 案内文 ボディに関するCSS */
	body {
	font-family: "ＭＳ Ｐゴシック", "Osaka",sans-serif;
	color: #666;
background-image:url(img/kabe02.gif);
background-repeat:repeat;
}


/* ヘッダーに関するCSS */

#header {
	width: 900px;
	margin-bottom: 10px;
}

/* ナビゲーションに関するCSS */

#navi {
	font-size: 70%;
	line-height: 170%;
	margin: 5px 0px 0px 30px;
	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: 170px;
	height:22px;
}

#navi a{
	color: #333;
	display:block;
	width: 170px;
	height:22px;
}

#navi a:hover {
	color: #333;
	width: 170px;
	background-color: #ffcccc;
	text-decoration:none;
}



/* コンテンツに関するCSS */

#content {
	clear:left;
	width: 850px;
	border: 1px solid #999;
	background-color: #FFF;
	padding: 20px;
	margin: 5px 0px 0px 50px;
}

#column{
	width:750px;
	height:200px;
	pedding:10px;
	margin:10px;
	background-color:#fff;
	overflow:auto;
}

/* テキストに関するCSS */

h1 {
	font-size: 110%;
background-image:url(img/kabe_shima7.gif);
background-repeat:repeat;
	width:650px;
	padding: 8px;
}

h2 {
	font-size: 90%;
background-image:url(img/kabe_shima3.gif);
background-repeat:repeat;
	padding: 15px;
width:780px;
}

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:650px;
}

h4 {
	font-size: 80%;
　background-color:#fffaf0;
　color:#696969;
	padding: 10px;
width:780px;

}

h5 {
	font-size: 80%;
width:800px;
}

.news_title {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 10px;
}

p {
	width:700px;
	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: 150px;
}

.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: 750px;
	margin-bottom: 15px;
}


/* リンクに関するCSS */

a:link {text-decoration:none}

a:visited {text-decoration:none}

a:hover {text-decoration:none}
