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

}


/* ヘッダーに関する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 #666;
	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: 2100px;
	border: 1px solid #999;
	background-color: #FFF;
	padding: 15px;
	margin-top: 5px;
}

#col1 {
	width:900px;
 margin-right: 10px;
	float:left;	
}

#sidebar {
	overflow: scroll;
	height: 300px;
	padding: 7px 15px 15px;
	background-image: url(img/bck_top_news.gif);
	position: absolute;
	left: 458px;
	top: 300px;
	width: 190px;
}

/* テキストに関する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: 5px;
	margin-top: 0px;
	width: 600px;
}

h4 {
	font-size: 80%;
	padding: 5px;
}

h5 {
	font-size: 70%;
}

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

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

p {
	font-size: 80%;
	margin-top: 0px;
	line-height: 120%;
	margin-bottom: 5px;
}

.pagemark {
	font-weight: bold;
}

.news {
	font-size: 80%;
	line-height: 150%;
}

#credit {
	font-size: 80%;
	line-height: 150%;
	margin-top: 5px;
}

blockquote {
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
	line-height: 150%;
}


/* 画像に関するCSS */

img.thumb {
	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 */

ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 20px;
}


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

a:link {text-decoration:none}

a:visited {text-decoration:none}

a:hover {text-decoration:none}

