@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #333333;
	background: #ffffff url(../common/back.gif) left top repeat;

}
a {
	color: #003399;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #0066CC;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	margin: 0 auto;
	width: 860px;
	background: #FFFFFF;
	padding: 0 0 20px 0;
}

/* ロゴとナビゲーション
---------------------------------------------*/
#header {
	position: relative;
	float: left;
	width: 619px;
	height: 455px;
}
.tn1 {
	color: #ffffff;
	text-align: left;
	position: absolute;
	top: 0;
	left: 225px;
}

.tn1 h1 {
	font-size: 10px;
	font-weight: normal;
	margin-top: 0px;
	display: inline;
}
.tn1 em {
	font-size: 10px;
	font-style:normal;
}
#globalNav {
	float: right;
	width: 241px;
	height: 455px;
	list-style-type: none;
	background: #ffffff;
}

/* メインイメージと2段組
---------------------------------------------*/
#middle {
	clear: both;
	color: #007777;
	background: #ffffff;
	font-size: 140%;
	text-align: center;;
	padding: 20px 0;
}
.lead {
	padding: 0 40px 10px 50px;
	text-align: left;
	text-indent: -1em;
	font-size: 120%;
	line-height: 120%;
}

#content {
	margin: 0 auto;
	width: 860px;
	background: #FFFFFF;
}
#whatsnews{
	float: left;
	width: 500px;
}
#ichioshi {
	float: left;
	position: relative;
	width: 300px;
	padding: 20px 20px 30px 20px;
}
#yubi {
	position: absolute;
	top: 0;
	left: 240px;
}
#footer {
	clear: both;
	width: 860px;
	height: 24px;
	background: #016E35;
	color: #ffffff;
	text-align: right;
	padding-top: 8px;
}

/* 本文のレイアウト
---------------------------------------------*/
#whatsnews h3 {
	font-size: 140%;
	color: #000099;
	padding-left: 16px;
}
#whatsnews dl {
	height: 230px;
	overflow: auto;
	margin: 6px 18px 8px 18px;
	font-size: 110%;
	color: #222222;
	padding-bottom: 6px;
	border-bottom: 1px solid #ccc;
	background: #ffffff url(../top/top_02.jpg)  no-repeat;
}
#whatsnews dt {
	font-size: 100%;
	color: #0033aa;
	margin-top: 6px;
	padding-top: 4px;
	border-top: 1px solid #ccc;
}

