@charset "UTF-8";
 /* ボディに関するCSS */
	body {
	font-family: "ＭＳ Ｐゴシック", "Osaka"sans-serif;
	color: #666;
}


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

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


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

#navi {
	font-size: 80%;
	line-height: 170%;
	margin:5px 0px;
	padding:0px;
	list-style:none;	
	float:left;	
}

#navi li {
	float:left;
	background-color: #FAFAFA;
	margin-right: 5px;
	margin-left: 0px;
	border: 1px solid #000;
	text-align: center;
	width: 140px;
	height:22px;
}

#navi a{
	color: #000;
	display:block;
	width: 140px;
	height:22px;
}

#navi a:hover {
	color: #FFF;
	background-color: #708090;
	text-decoration:none;
}



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

#content {
	clear:left;
	width: 845px;
	height: 1850px;
	border: 1px solid #999;
	background-color: #FFF;
	padding: 15px;
	margin-top: 5px;
}

#col1 {
	width:800px;
	top: 260px;
 margin-right: 15px;
	margin-left: 15px;
	float:left;	
}


#sidebar {
	width: 100px;
	top: 360px;
	padding:7px 15px 15px;
	position: absolute;
	left: 635px;
 height: 400px;	
}


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

h2 {
	font-size:130%;
}

h3 {
	text-align: left; 
	padding-left: 10px;
	font-size: 110%;
	border: 1px solid #708090;
	border-left:20px solid #708090;
	padding-bottom: 3px;
	padding-top: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
	width: 650px;
}

h4 {
	width: 500px;
	margin-top: 0px;
	font-size: 90%;
	line-height: 150%;
	margin-bottom: 15px;
}

h5 {
	margin-top: 0px;
	font-size: 80%;
	line-height: 150%;
	margin-bottom: 15px;
}

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

p {
	width: 680px;
	margin-top: 0px;
	font-size: 80%;
	line-height: 150%;
	margin-bottom: 15px;
}

.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;
}

img.thumb2 {
	float: left;
	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 {
	margin-bottom: 15px;
}


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

a:link {text-decoration:none}

a:visited {text-decoration:none}

a:hover {text-decoration:underline}
