 /* ボディに関するCSS */	body {	font-family: "ＭＳ Ｐゴシック", "Osaka", sans-serif;	color: #fafad2;}/* ヘッダーに関するCSS */#header {	width: 1280px;	margin-bottom: 5px;}/* ナビゲーションに関するCSS */#navi {	font-size: 80%;	line-height: 200%;	margin:8px 0px;	padding:0px;	list-style:none;		float:left;	}#navi li {	float:left;   background-color: #0066CC;	margin-right: 5px;	margin-left: 0px;	border: 1px solid #000;	text-align: center;	width: 120px;	height:22px;}#navi a{	color: #fafad2;	display:white;	width: 118px;	height:22px;}#navi a:hover {	color: #fafad2;   background-color: #336666;   text-decoration:none;}/* コンテンツに関するCSS */#content {	clear:left;	width: 900px;	border: 1px solid #999;	padding: 20px;	margin-top: 3px;}#col1 {	width:423px; margin-right: 15px;}#sidebar {	overflow: scroll;	height: 300px;	padding: 7px 15px 15px;	position: absolute;	left: 600px;	top: 260px;	width: 250px;/* テキストに関するCSS */h2 {	font-size: 110%;}h3 {	font-size: 90%;	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #999;	padding-bottom: 3px;	border-top-width: 5px;	border-top-style: solid;	padding-top: 5px;	text-indent: 5px;	margin-bottom: 5px;	margin-top: 0px;}.news_title {	font-size: 90%;	font-weight: bold;	margin-bottom: 10px;}p {	margin-top: 0px;	font-size: 80%;	line-height: 150%;	margin-bottom: 5px;}.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: 80%; clear:left;}/* 画像に関するCSS */img.thumb {	float: right;	margin-right: 10px;}.line {	width: 100%;	background-repeat: repeat-x;	margin-top: 20px;	margin-bottom: 5px;	height:1px;	}	img.topkey {	margin-bottom: 10px;}/* リンクに関するCSS */a:link {text-decoration:none}a:visited {text-decoration:none}a:hover {text-decoration:underline}