﻿@import url("layout.css");
body {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 0.8em;
	color: #666;
	background-color: #abc;
}

/*------------ table style set ------------*/

a:hover {color: #008800;}
a       { text-decoration:none; color: #ff0000;}
b       {font-size:14px;}
strong  {font-size:12px;}
td      {font-size:12px; color: #666666;}
big     {font-size:16px;}
/*------------ NAVI ------------*/
h1{
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #333; MARGIN: 0px
}
h2 {
	FONT-WEIGHT: bold; FONT-SIZE: 28px; COLOR: #f00; MARGIN: 0px;
	margin-top :10px;
}
h3 {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #66bbff; MARGIN: 0px
}

h4 {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #fff;
}
h5 {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #fff;
	margin-left :20px;
	margin-top :5px;
}
h6 {
	FONT-WEIGHT: normal; FONT-SIZE: 16px; COLOR: #000;
	margin-top :40px;
}
/*------------ /NAVI ------------*/

#container {
	width: 880px;
	margin: 0 auto;
	background-image: url("../images/bg01.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#page_content {
	width: 860px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-image: url("../images/bg.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	width: 860px;
	height: 150px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-image: url("../images/header_bg.gif");
	background-repeat: no-repeat;
	background-position: center; 
	background-attachment: scroll;
	background-color: #dd0033;
}

#sidebar {
	float: left;
	width: 176px;
	position: relative;
	clear: both;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	display: inline;
	background-color: #d03;
}

#sidebar img { 
	margin-left: 3px;
	margin-top: 5px;
} 

.side_box { 
	width: 162px;
	margin-top: 10px;
	margin-left: 5px;
	border-style: solid; 
	border-width: 1px; 
	border-color: #00f; 
	color: #fff;
} 
.side_box img { 
	margin-top: 5px;
	padding-left: 7px;
} 
.padding { 
	padding: 5px;
} 

.text_box { 
	width: 150px;
	margin-top: 10px;
	margin-left: 16px;
	border-width: 0px; 
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
} 

#content {
	float: right;
	width: 680px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #cff;
	position: relative;
}

#title_bar {
	width: 674px;
	height: 40px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	overflow: auto;
	background-image: url("../images/title_bg.gif");
	background-repeat: no-repeat;
	background-position: center; 
	background-attachment: scroll;
	background-color: #cff;
}

.title_text{
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #fff;
	margin-left :20px;
	margin-top :12px;
}

.main_box { 
	width: 674px;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 12px;
	border-style: solid; 
	border-width: 1px; 
	border-color: #00f; 
	background-color: #fff;
	color: #333;
} 
.padding_main { 
	padding: 10px;
	line-height: 18px;
} 

.square { 
	list-style-type: square; 
} 

#memo {
	width: 620px;
	margin-top: 20;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: auto;
	background-color: #fff;
}
#memo img {
	float: left;
}
#content_bottom {
	float: right;
	width: 680px;
	height: 12px;
	margin-top: 0;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #fff;
	position: relative;
}
#menu {
	width: 690px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: auto;
	background-color: #47f;
}
#to_map {
	text-align: center;
	width: 690px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	overflow: auto;
}

#bottom_text {
	clear: both;
	width: 665px;
	margin-right: 5px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	overflow: auto;
	background-color: #ffeeee;
}

#footer {
	text-align: center;
	clear: both;
	width: 860px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #d03;
}
#bottom {
	margin: 0 auto;
	width: 880px;
	width: 9px;
	background-image: url("../images/bg02.gif");
	background-repeat: repeat-x;
	background-attachment: scroll;
}
#link_waku {
	width: 880px;
	margin: 0 auto;
	background-image: url("../images/bg02.gif");
	background-repeat: repeat-x;
	background-attachment: scroll;
}
#link_left {
	float: left;
	width: 160px;
	padding: 0px;
	position: relative;
	clear: both;
	margin-left: 0px;
}
#link_right {
	float: right;
	width: 698px;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0;
	padding: 0px;
	position: relative;
}
#link {
	text-align: center;
	clear: both;
	width: 880px;
	height: 30px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	FONT-WEIGHT: bold; FONT-SIZE: 12px; color:#666666 ; line-height: 1.5;
}

#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.9em;
	color: #1166ff;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
#top_menu img {
	float: right;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 0px;
	filter: progid:DXImageTransform.Microsoft.glow(color=#4477ff, strength=4); 
}
#top_menu h1 {
	color: #ffffff;
}
#top_menu h4 {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	color: #ffffff;
}
#menu img {
	float: right;
}
/* ナビゲーションのスタイル */
#sidebar ul {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	margin: 0;
	padding: 0;
}

/* フッターのスタイル */
#footer p {
	font-size: 1.0em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
#to_map a {
	color: #666;
	text-decoration: none;
}
#to_map a:hover {
	color: #333;
	text-decoration: none;
}
#link_left img {
	float: left;
}
#link_right img {
	float: right;
}
#link a {
	color: #666;
	text-decoration: none;
}
#link a:hover {
	color: #333;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: normal;
}
