 /* ボディに関するCSS */
	body {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #666;
}


/* ヘッダーに関するCSS */

#header {
	width: 700px;
	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: 118px;
	height:22px;
}

#navi a{
	color: #000;
	display:block;
	width: 118px;
	height:22px;
	text-decoration:none;

}

#navi a:hover {
	color: #FFF;
	background-color: #3399cc;
	text-decoration:none;
}



/* コンテンツに関するCSS */

#content {
	clear:left;
	width: 658px;
	border: 1px solid #999;
	background-color: #FFF;
	padding: 20px;
	margin-top: 5px;
}

#col1 {
	width:650px;
 margin-right: 15px;
	float:left;	
}


/* テキストに関する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: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 5px;
	text-indent: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.news_title {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 10px;
}

p {
	margin-top: 0px;
	font-size: 85%;
	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: 80%;
 clear: left
}

/* 画像に関するCSS */

img.thumb {
	float: left;
	margin-right: 10px;
}

.line {
	width: 100%;
	background-image: url('file:///D:/');
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
	height:1px
	}
	
img.topkey {
	margin-bottom: 15px;
}


/* リンクに関するCSS */

.linkTX A:LINK  { color: #515151; text-decoration: none }
.linkTX A:VISITED  { color: #515151; text-decoration: none }
.linkTX A:ACTIVE  { color: #515151; text-decoration: none } 
.linkTX A:HOVER    { color: #0094cc; text-decoration: none }

/* FOOTER ############################ */
.linkTX  { color: #333; font-size: 14px; background-color: #f5f5f5; padding-top: 6px; padding-left: 13px; width: 700px; height: 31px }
.linkTX A:LINK { color:#333 ;text-decoration:none}
.linkTX A:VISITED {color:#333 ;text-decoration:none}
.linkTX A:ACTIVE { color:#333 ;text-decoration:none} 
.linkTX A:HOVER   { color: #333; text-decoration: none; background-color: #9ed1f9 }