@charset "Shift_JIS";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}
body {
	font-size: 72%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	/*\*/
	letter-spacing: 0.05em;
	/**/
	color: #333333;
	background: #FFFFFF url(body_bg.gif) left top repeat-y;
}
img {
	border: none;
	vertical-align: top;
}

/* 固定幅の2段組レイアウト
---------------------------------------------*/
#main {
	width: 763px;
	margin-left: 0px;

		position:absolute;

}
#toplogo {
	position: absolute;
	left: 19px;
	top: 10px;
	width: 139px;
}
#toplogo h1 {
	font-size:90%;
	padding-bottom: 2px;
	margin:0;
	text-decoration:none;
}
#navigation1 {
	position: absolute;
	left: 0;
	top: 111px;
	width: 175px;
	padding-bottom: 327px;
	border-top: 1px solid #5F5F5F;
	background: url(back.gif) left bottom no-repeat;
}
#navigation1 li {
	border-bottom: 1px solid #5F5F5F;
}

#navigation {
	width: 763px; /* main幅と同じ */
	margin-left: 176px;

}
#navigation ul {
	list-style: none; 
	margin: 0; 
	padding: 0px; 
	height: 32px;
	overflow: hidden;

}
#navigation li {
	float: left; 
	width: 109px; 
	margin: 0; 
	padding: 0; 
}
#navigation a {
	display: block;
	width:100%;
	padding: 6px 0 8px 0;
	color:#FFFFFF;
	background-color:#4C924D;
	background-image: url(list_bg.gif);
	background-position: left top;
	text-decoration: none;
	text-align:center;
}
#navigation a:hover{
	background-color:#297E27;
	background-position: right top;
}
#contents{
	margin-left: 176px;
}

/* ヘッダー&フッター
---------------------------------------------*/
#space {
	top: 0px;
	clear: both;
	width: 763px;
	margin-left: 176px;
	height: 40px;
	background-color:#222222;
	color:#ffffff;

}
#footer {
	clear: both;
	position: relative;
	width: 764px;
	margin-left: 0px;
}
#footer p {
	position: absolute;
	left: 0;
	top: 45px;
}
#footerNav01 {
	position: absolute;
	right: 126px;
	top: 40px;
	width: 101px;
}
#footerNav02 {
	position: absolute;
	right: 58px;
	top: 45px;
	width: 58px;
}
#footerNav03 {
	position: absolute;
	right: 0px;
	top: 45px;
	width: 48px;
}

/* 文字装飾
---------------------------------------------*/
h1{
	font-size:110%;
	border-bottom:1px dotted #CCCCCC;
	padding-top:5px;
	padding-bottom: 2px;
	margin:0;
	
}

h2{
	font-size:110%;
	border-bottom:1px dotted #CCCCCC;
	padding-top:5px;
	padding-bottom: 2px;
	margin:0;
	
}
hr{
	border-bottom:1px dotted #CCCCCC;
}
 a:hover{
	text-decoration:none;
}
#slink a {
	color:#e75252;
	background-color:#FFFFFF;
	text-decoration: none;
	text-align:center;
}
#slink a:hover{
	text-decoration: underline;
}
#linktext{
		font-size:90%;
	    margin:0;
	   	line-height:130%;
}
#map{
	font-size:90%;
	border-bottom:1px dotted #CCCCCC;
	border-top:1px dotted #CCCCCC;
	border-right:1px dotted #CCCCCC;
	border-left:1px dotted #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
	margin:0;
}
#read{
	line-height:180%;
	border-right: 1px;
}
#text1{
	color:#e75252;
	background-color:#FFFFFF;
	text-decoration: none;
}
*/ menuscript*/
.myshow { text-decoration:none;color:blue; } /* クラス名myshow の文字飾り none、文字色 blue */
a:hover { color:green; }/* マウスが来たときの文字色 green */

a.myshow span {
  display:none; padding:5px; margin-left:10px; width:250px;
  border:1px solid #E5DACA; color:#000033;background-color:#ffffff;
 }
a.myshow:hover span{ display:inline; position:absolute; }

a.myshow font {
display:none; padding:25px; margin-left:100px; width:250px;
  border:2px solid #E5DACA;background-color:#ffffff;
 }
a.myshow:hover font { display:inline;color:red; position:absolute;
}