@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 {
	font-size: 80%;
	line-height: 150%;
	clear:left;
	width: 845px;
	height: 1400px;
	border: 1px solid #999;
	background-color: #FFF;
	padding: 15px;
	margin-top: 5px;
}

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

.sample1 {
	width: 380px;
	border:1px solid #778899; 
 border-left:15px solid #778899;
	padding: 10px;
 margin-bottom: 5px;
	margin-top: 0px;
}


#sidebar {
	width: 380px;
	top: 330px;
	padding:10px;
	position: absolute;
	left: 430px;
	height: 300px;
}


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

h2 {
	font-size: 130%;
	padding: 5px;
}

h3 {
	margin-top: 5px;
	font-size: 120%;
	line-height: 150%;
	margin-bottom: 5px;
}

h4 {
	font-size: 120%;
	width: 280px;
	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-top: 10px;
	text-indent: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}

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

.news_title {
	width: 380px;
	background-color: #cccccc;
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 10px;
}

.side_title {
	width: 290px;
	font-weight: bold;
	border:1px solid #778899; 
 border-left:15px solid #778899;
	padding-left:15px;
 margin-top: 10px;
	margin-bottom: 10px;
}

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

.pagemark {
	font-weight: bold;
}

.news {
	line-height: 150%;
}

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

.mail{
clear: left
}


/* 画像に関するCSS */

img.thumb {
	float: right;
	margin-right: 10px;
}

img.oil {
	float: right;
	margin-left: 10px;
}

.line {
	width: 100%;
	background-image: url(img_tfn6-03/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:none}
