﻿@charset "UTF-8";


body {
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6;
	behavior: url("js/csshover3.htc");
	text-align: center;
	/*  IE対応（ボックスのセンタリング）*/

}

table {
	font-size: inherit;
	font-size: 100%;
}

/*----------------------------------------
 1-2.universal selector
----------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: #333333;
	font-weight: normal;
	font-style: normal;
}

/*----------------------------------------
 1-4.text module
----------------------------------------*/


h2 {
	font-size: 159%;
}

h3 {
	font-size: 144%;
}

h4 {
	font-size: 122%;
}


em {
	font-style: normal;
	font-weight: bold;
}


/*----------------------------------------
 1-5.Hypertext Module
----------------------------------------*/

a:link {
	color: #117403;
}

a:visited {
	color: #117403;
}

a:hover {
	color: #e99219;
}

/*----------------------------------------
 1-6.List Module
----------------------------------------*/

ul,
ol,
dl {
	margin: 0.3em 30px;
	list-style-position: outside;
}

li,
dt,
dd {
	font-size: 13px;
}


li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}


div#header,
div#globalnavi,
div#contents,
div#footer {
	margin: auto;
	width: 900px;
	text-align: left; /*　中央寄せを左寄せにリセット　*/
}

/*----------------------------------------
 header globalmenu
----------------------------------------*/

div#header {
	height: 105px;
}


div#header p#logo {
	margin: 0px;
	font-size: 189%;
}

div#header p#logo img {
	margin: 0px;
	border: none; /*　確認用　（ロゴを大きな画像にするならP#logoを変更）*/
}

div#globalnavi {
	background-color: #efedc0;
	height: 39px;
}

ul#menu,
ul#menu ul,
ul#sub {
	margin: 0;
	padding: 0;
}

ul#menu li {
	float: left;
	background: url(../images/bg_g5.gif) no-repeat;;
	list-style-type: none;
	text-align: center;

}

ul#menu ul li {
	clear:left;
	background: #8dc800;     /*url(../images/bg_g2.gif) 0 0 no-repeat; ドロップダウン　*/
}

ul#menu li a {
	display:block;
	width:132px;
	height: 3em;
	line-height: 3em;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

ul#menu a:hover {
	color: #117403;
	background: url(../images/bg_g5.gif) 0 0 no-repeat; /*マウスオーバーのバック*/
}

ul#menu ul {
	display: none;
}

ul#menu li:hover ul {
	display:block;
	position:absolute;
}

ul#sub {
	margin-right: 20px;
	height: 39px;
}

ul#sub li {
	float: right;
	text-align: center;
	list-style-type: none;
	background:#efedc0 url(../images/bg_sub.gif);/*　確認用　*/
}


ul#sub li a {
	display:block;
	width:92px;
	height: 3em;
	line-height: 3em;
	text-decoration: none;
}

ul#sub a:hover {
	background: url(../images/bg_sub2.gif); /*マウスオーバーのバックのグリーン*/
}


ul#menu li img {
	border: none;
}


/*----------------------------------------
  contents
----------------------------------------*/


div#contents {
	background: #ffffff url(../images/line_green.gif) 0 0 no-repeat; /*　確認用　*/
	padding: 20px 0px;
	clear: both;
}

div#contents:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

div#contents {
	width: 900px;
	/*\*//*/
	overflow: hidden;
	/**/
}

div#contents div#left {
	float: left;
	width: 700px;
	background-color: #ffffff; /*　確認用　*/	
}

div#contents div#left h2,
div#contents div#left h3 {
	margin-bottom: 20px;	
	line-height: 1.6;
}

div#contents div#right img {
	margin-bottom: 7px;
	border: none;
}

/*----------------------------------------
  sub menu
----------------------------------------*/

div#right {
	float: right;
	width: 200px;
}

/*----------------------------------------
  footer
----------------------------------------*/

div#footer {
	clear: both;
	background-color: #ebe4d3;
	line-height: 1.3;
}

div#footer dl#winds,
div#footer dl#ike {
	margin: 5px 0 0 10px;
	float: left;
	width: 440px;
	display: inline;
}

div#footer dl#winds dd,
div#footer dl#ike dd {
	font-size: 8pt;


}

div#footer div#copyr p {
	margin-right: 10px;
	font-size: 8pt;
	color: #a9826f;
	text-align: right;

}

div#footer:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

p#ikelogo {
	margin: 0 auto;
	width: 900px;
	text-align: right;
}
