@charset "utf-8";


/*---=01_base---*/
* {
	margin:0px;
	padding:0px;
}

body {
	font:normal normal normal 75%/1.6 Verdana, "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	color:#333333;
	background:#fff;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight: normal;
}
h1 {
	height:20px;
	text-align:right;
	padding-right:5px;
	background:#eeeeee;
}
img {
	border:0;
	vertical-align:bottom;
}

ul {
	list-style:none;
}

table {
	font-size:100%;
}

table caption {
	display:none;
}

td,th {
	text-align:left;
	line-height: 1.4;
}

#shadow {
	width:820px;
	margin:0px auto;
	text-align:left;
	background: url(../img/bg.gif) center repeat-y;
	overflow:hidden;
}

#wrapper {
	width:800px;
	margin:0 10px;
	float:left;
	display:inline;
}

#main_box {
	width:800px;
	float:left;
	display:inline;
	padding-top:30px;
	background:#fff;
}

#main {
	width:800px;
	float:left;
	margin:0;
}

/*-------リンクの色------*/

a:link,a:visited {
	color:#333333;
	text-decoration:none;
}

a:active,a:hover {
	color:#666666;
	text-decoration:none;
}

/*-------ヘッダー------*/

div#header {
	border-top:1px solid #868686;
	width:800px;
	height:130px;
	margin:0px;
	text-align:left;
	background:url(../img/header.jpg) no-repeat 0 0 #fff;

}

div#header p{
	font-size:240%;
	padding-left:5px;
	text-align:left;
	width:800px;
	float:left;
	color:#666666;
}



div#header ul{
	width:150px;
	height:30px;
	float:right;
	margin-top:10px;
		clear:both;
}

div#header ul li{
	float:left;
}

/*------上段グローバルナビ-------*/

div.top_nav{
	width:800px;
	float:right;
	margin:0;
	display:inline;
	border-bottom:1px solid #868686;
	border-top:1px solid #868686;
	background:url(../img/g_nav_bg.gif) repeat-x 0 0;
}

div.top_nav ul{
	float:left;
	height:44px;
}

div.top_nav ul li{
	width:159px;
	height:44px;
	float:left;
	line-height:43px;
	font-weight:bold;
	text-align:center;
}

div.top_nav ul li a,
div.top_nav ul li a:visited{
	color:#067ca3;
	display:block;
	height:44px;
	width:159px;
}

div.top_nav ul li a:hover{
	color:#067ca3;
	text-decoration:underline;
}

.bdr{
	border-right:1px solid #868686;
}

/*-------フッター------*/

#footer {
	clear:both;
	width:800px;
	float:left;
	font-size:80%;
	background:#fff;
	border-top:#00a0e9 1px solid;
	padding-top:10px;
}

#footer ul{
	width:800px;
	float:left;
	text-align:center;
}

#footer ul li{
	display:inline;
}

address {
	text-align:center;
	font-style: normal;
	clear:both;
	padding: 0px 0px 5px;
}

/*---=コンテンツレイアウト---*/

.section {
	width:780px;
	margin:0 10px;
	float:right;
	display:inline;
}

.section01{
	width:780px;
	margin:0 0 20px;
	float:left;
	display:inline;
}

.section01 h2{
	border:1px solid #448ac9;
	background:url(../img/main_icon01.gif) no-repeat 0 0;
	height:24px;
	line-height:26px;
	font-weight:bold;
	font-size:140%;
	padding-left:30px;
	margin-bottom:10px;
}

.section01 h3{
	background:url(../img/main_icon02.gif) no-repeat 8px 5px;
	font-weight:bold;
	font-size:130%;
	padding-left:30px;
	clear:both;
	margin-top:5px;
}
.section01 p{
	padding:5px;
}

.section01 ul{
	clear:both;
}

.section01 ul li{
	background:url(../img/list01.gif) no-repeat 10px 8px;
	padding-left:20px;
	margin:5px;
	font-size:120%;
}


/*---=サイトマップ---*/

dl#sitemap dl{
	margin-top:10px;
}

dl#sitemap dt {
margin-right:20px;
margin-left:20px;
border-bottom:#888 solid 1px;
border-left:#888 solid 5px;
line-height:20px;
font-size:14px;
font-weight:bold;
margin-bottom:10px;
text-indent:8px;
}

dl#sitemap dd {
margin-right:20px;
margin-left: 40px;
margin-bottom:15px;
border-bottom:#CCCCFF dotted 1px;
line-height:20px;
font-size:12px;
}


dl#sitemap dt a:link,dl#sitemap dt a:visited{
color:#067ca;
text-decoration:none;
}
dl#sitemap dt a:active,dl#sitemap dt a:hover{
color: #067ca;
text-decoration:underline;
}

/*---=09_general_purpose---*/

.banner{
text-align:center;
margin:0 0 20px;
clear:both;
}

.mb10 {
	margin-bottom:10px;
}
.mb15 {
	margin-bottom:15px;
}
.mb20 {
	margin-bottom:20px;
}

.ali_cen {
	text-align:center;
}
.ali_right {
	text-align: right;
}
.ali_left {
	text-align: left;
}

.btm_brd{	border-bottom:solid 1px #999;}
.fl {
	float:left;
}
.fr {
	float:right;
}
.imgR{
	margin-left:15px;
	margin-bottom:10px;
	float:right;
}
.imgL{
	margin-right:15px;
	margin-bottom:10px;
	float:left;
}

.clb {
	clear:both;
}
.cll {
	clear:left;
}
.clr {
	clear:right;
}
.totop{
	text-align:right;
	clear:both;
}

.tx_red{
	color:#FF0000;
}

dl.graph01{
	margin:20px 144px 20px;
	_margin:20px 154px 20px;
	width:490px;
	_width:471px;
	float:left;
	display:inline;
	border-bottom:solid 1px #999;
	border-left:solid 1px #999;
	border-right:solid 1px #999;
	background:#DEF3FE;
}

dl.graph01 dt{
	float:left;
	padding:5px;
	width:130px;
	clear:both;
	border-top: solid 1px #999;
	font-weight:bold;
}

dl.graph01 dd{
	float:left;
	padding:5px;
	width:339px;
	border-top: solid 1px #999;
	border-left:solid 1px #999;
	background:#fff;

}

