﻿@charset "UTF-8";
*{
	padding:0px;
	margin:0px;
}
/* ボディに関するCSS
--------------------------------------------------------------------------------*/
	body {
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #ffffff;
	font-size: 80%;
	line-height: 160%;
	background-image:url(../img/bodyhaikei1.jpg)
}
#wrapper{
	margin:0px auto;
	width:950px;
	background-color: #ffffff;
}
/* ページ構造に関するCSS 
--------------------------------------------------------------------------------*/
#header {
	width: 950px;
	margin-bottom:0px;
}
h1{
	padding: 0px;
	margin: 0px;
	margin-bottom:3px;
}
h2{
　color:#000;
	margin-right:20px;
	margin-left:10px;
	padding-left:3px;
	padding-bottom:10px;
	font-size: 18px;
	background-image: url(../img/line.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
h3{
	color:#000;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	border-width:0px 0px 2px 10px;
	margin-top:10px;
}
#nav {
	list-style:none;	
	float:left;	
}
#nav li {
	float:left;
	font-size: 120%;
	font-weight:bold;
	line-height: 280%;
	background-image:url(../img/logo1.png);
	color:#666;
	margin-top:-5px;
	margin-right: 1px;
	margin-left: 1px;
	text-align: center;
	width: 188px;
	height:40px;
}
#nav a{
	color: #000;
	display:block;
	width: 188px;
	height:40px;
}
#nav a:hover {
	color: #FFF;
	background-color: #666;
	text-decoration:none;
}
#content {
	clear:left;
	padding: 20px;
	background-image:url(../img/bck_top_news.gif);
}
#col１{
	width:930px;
	clear:both;
	margin-right: 10px;
	color:#000;
	margin-top:5px;
}
.list {
	margin-left:20px;
	list-style-image: url(../img/mark.gif);
}
#last{
	margin-left:10px;
	list-style-position:inside;
}

#news {
	border:1px solid #FF6535;
	margin-left:10px;
	float: left;
	height: 100px;
	width: 230px;
	float:left;
	overflow:scroll;
}
#text1 {
	padding-top:10px;
	float: left;
	font-size: 14px;
	color: #000;
	padding: 10px;
	padding-bottom: 10px;
	margin-bottom:10px;
	width: 900px;
}
#seihinn {
	float: left;
	margin-top:10px;
	margin-left:50px;
	margin-bottom:20px;
}
#text1 p span {
	font-weight: bold;
	color: #000;
	margin-top:10px;
}
p {
	line-height:1.8;
	margin-top: 5px;
	margin-bottom:5px;
}
.totop {
	clear:both;
	text-align:right;
	}
.totop a{
	color:#000;
	text-decoration:none;
	}

#footer .copy {
	clear:both;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#99cc66;
	color:#000;
	text-align:center;
	margin: 0px;
}
/* リンクに関するCSS
--------------------------------------------------------------------------------*/

a:link {text-decoration:none}

a:visited {text-decoration:none}

a:hover {text-decoration:underline}
