@charset "UTF-8";

/*----------基本タグ----------------------------------------*/
html {
	height: 100%;
}

body {
	background-image: url(../misumai/images/mis_bg.gif);
	height: 100%;
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
}
body, h1, h2, h3, h4, p{
	margin: 0px;
	padding: 0px;
}
p {
	font-size: small;
	line-height: 150%;
}
a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-size: large;
	font-weight: bold;
}
h2 {
	font-size: large;
}
h3 {
	font-size: medium;
	font-weight: bold;
}
h4 {
	font-size: small;
	font-weight: bold;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	font-size: small;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
dl {
	margin: 0px;
	padding: 0px;
}
dt {
	font-size: small;
	margin: 0px;
	padding: 0px;
}
dd {
	font-size: small;
	margin: 0px;
	padding: 0px;
}
hr {
	display: none;
}

/*----------ページ全体のポジション付け----------------------------------------*/
* html #container {
	height:100%;
}
#container {
	position: relative;
	min-height: 100%;
}
body > #container {
	height:auto;
}
#contents {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 190px;
	height: auto;
	overflow: hidden;
	background-color: #FFF;
}

/*----------ヘッダー----------------------------------------*/
#header {
	height: 65px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
#lineblack {
	height: 10px;
	width: 100%;
	background-color: #000;
}
#linegreen {
	height: 5px;
	width: 100%;
	background-color: #0c937a;
}
#header_set {
	width: 900px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#header_ban {
	height: 50px;
	width: 770px;
	float: left;
}

/*----------検索窓----------------------------------------*/
#header_search {
	height: 45px;
	padding-top: 5px;
	float: right;
	width: 310px;
}
#header_search form {
	margin: 0px;
	padding: 0px;
	line-height: 0;
}
#header_search form div label {
	font-size: 70%;
	color: #333;
	line-height: normal;
}
#header_search input[type="text"] {
	width: 240px;
	border: 1px solid #5E417F;
}

/*----------右部分リンク----------------------------------------*/
#header_link {
	width: 110px;
	float: right;
	height: 50px;
}
#header_link li   {
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 110px;
}

/*----------ナビゲーション----------------------------------------*/
#navi_menu {
	color: #333;
	display: block;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	margin-top: 5px;
	background-image: url(../misumai/images/mis_navi_bg.gif);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0c937a;
}
#navi_menu ul {
	height: 30px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#navi_menu ul li {
	float: left;
	display: block;
}
#navi_menu ul li a {
	text-indent: -2000px;
}
#navi_menu #reien a {
	display: block;
	height: 30px;
	width: 200px;
	background-image: url(../misumai/images/mis_navi_reien.gif);
	overflow: hidden;
}
#navi_menu #reien a:hover {
	background-image: url(../misumai/images/mis_navi_reien2.gif);
	overflow: hidden;
}
#navi_menu #bosho a {
	display: block;
	height: 30px;
	width: 200px;
	background-image: url(../misumai/images/mis_navi_bosho.gif);
	overflow: hidden;
}
#navi_menu #bosho a:hover {
	background-image: url(../misumai/images/mis_navi_bosho2.gif);
	overflow: hidden;
}
#navi_menu #access a {
	display: block;
	height: 30px;
	width: 200px;
	background-image: url(../misumai/images/mis_navi_access.gif);
	overflow: hidden;
}
#navi_menu #access a:hover {
	background-image: url(../misumai/images/mis_navi_access2.gif);
	overflow: hidden;
}
#navi_menu #siryou a {
	display: block;
	height: 30px;
	width: 200px;
	background-image: url(../misumai/images/mis_navi_siryou.gif);
	overflow: hidden;
}
#navi_menu #siryou a:hover {
	background-image: url(../misumai/images/mis_navi_siryou2.gif);
	overflow: hidden;
}
/*----------ナビゲーション----------------------------------------*/

/*----------パンくず----------------------------------------*/
#breadcrumb {
	padding-left: 10px;
	color: #333;
	font-size: small;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	width: 880px;
	clear: both;
}
#breadcrumb a {
	text-decoration: none;
	color: #333;
}
#breadcrumb a:hover {
	color: #33677D;
	text-decoration: underline;
}

#con_menu {
	float: left;
	width: 200px;
}
#topcontents {
	width: 580px;
	display: block;
	padding: 10px;
	float: left;
}
#right_ban {
	display: block;
	width: 280px;
	float: left;
	padding: 10px;
}

/*----------フッター----------------------------------------*/
#footer {
	width: 100%;
	background-image: url(../misumai/images/mis_footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 180px;
	position: absolute;
	bottom: 0px;
	clear: both;
	float: none;
}
#footer_set {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 180px;
}
#footer_add {
	height: 114px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding: 10px;
	width: 600px;
}
#footer_add address {
	padding-left: 10px;
	border-left-width: 5px;
	border-left-color: #0c937a;
	border-left-style: solid;
	font-size: small;
	margin: 0px;
	line-height: 1.4em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-style: normal;
}
#footer_link {
	height: 26px;
	width: 390px;
	padding-left: 10px;
	float: left;
	padding-top: 0px;
	background-color: #000;
}
#footer_link p  a{
	color: #F8F6FA;
	float: left;
	width: 190px;
	font-size: 12px;
	padding: 0px;
	text-decoration: none;
}
#copyright {
	height: 26px;
	width: 490px;
	color: #F8F6FA;
	font-size: 12px;
	text-align: right;
	padding-top: 0px;
	padding-right: 10px;
	float: right;
	background-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.text_medium {
	font-size: medium;
}
.right_align {
	text-align: right;
}
.pagetop {
	padding-right: 10px;
	height: 20px;
	clear: both;
	text-align: right;
}
.notice {
	text-indent: -1em;
	display: block;
	margin-left: 1em;
}
.notice_bg {
	background-color: #ebe8ef;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.point_red {
	font-weight: bold;
	color: #C03;
	padding-top: 10px;
}
.link {
	background-image: url(../ji/images/ji_linkmark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
}
.link a {
	color: #588A00;
	padding-left: 1em;
	white-space: nowrap;
}
.link a:hover {
	color: #8CB000;
}
.link_list {
	display: block;
	overflow: hidden;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
}
.link_list li {
	float: left;
	margin-right: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.link_list .float_clear {
	display: none;
}
.flash_file {
	display: inline;
}
.con_whole {
	clear: both;
}
.con_whole p {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.con_half  {
	width: 325px;
	float: left;
}
.con_half p {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.float_clear {
	clear: both;
}
.w330 {
	width: 330px;
}
.hide {
	display: none;
	line-height: 0px;
}

/*----------左メニュー----------------------------------------*/
#menu_set {
	width: 210px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 0px;
}
#menu h3 {
	font-size: small;
	padding-top: 0.4em;
	padding-right: 5px;
	padding-bottom: 0.4em;
	padding-left: 5px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 0.2em;
	background-color: #5e417f;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	line-height: normal;
}
#menu ul  {
	line-height: 0;
}
#menu ul li .menu_present{
	background-color: #EAF3BB;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	display: block;
	padding-top: 0.4em;
	padding-right: 5px;
	padding-bottom: 0.4em;
	padding-left: 10px;
	width: 193px;
	line-height: normal;
	}
#menu ul li a {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	text-decoration: none;
	display: block;
	padding-top: 0.4em;
	padding-right: 5px;
	padding-bottom: 0.4em;
	padding-left: 10px;
	width: 193px;
	color: #000;
	line-height: normal;
}
#menu ul li a:hover {
	background-color: #dcd6e5;
	display: block;
}

/*----------サイトマップ----------------------------------------*/
#sitemap div {
	width: 210px;
	padding-left: 10px;
}
#sitemap div h3 {
	display: block;
	margin-left: -10px;
	width: 220px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #473160;
	padding-top: 10px;
}
#sitemap div h4 {
	display: block;
	width: 215px;
	padding-top: 10px;
	margin-left: -5px;
}
#sitemap .link_list {
	padding-left: 10px;
}
#sitemap .link_list li {
	padding-top: 5px;
	padding-bottom: 5px;
	clear: left;
}
#sitemap .link_list .link a {
	color: #333;
	text-decoration: none;
}
#sitemap .link_list .link a:hover {
	color: #8CB000;
}

/*----------このサイトについて----------------------------------------*/

#this_site div {
	width: 760px;
	padding-left: 70px;
	padding-right: 50px;
	padding-top: 10px;
}
#this_site h3 {
	padding-top: 15px;
	padding-bottom: 5px;
	color: #473160;
	font-size: large;
	margin-left: -20px;
}
#this_site h4 {
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: medium;
}
