@charset "UTF-8";

/* formatting style
-------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family:
"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS P Gothic", "sans-serif";
	font-size: 80%;
	color: #333333;
}
hr {
	display: none;
}

/* link style
-------------------*/
a img {
	border-style: none;
}
a:link,a:visited {
	color: #588d1f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	filter:alpha(opacity=70);
	opacity:0.7;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}

/* basic layout
-------------------*/
#container {
	width: 800px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/mainBg.png);
	background-repeat: repeat-y;
}
#logo {
	width: 780px;
	height: 30px;
	background-color: #209949;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#nav {
	width: 800px;
	height: 30px;
	background-color: #FFFFFF;
}
#header {
	width: 800px;
	height: 200px;
	background-color: #FFFFFF;
}
#main {
	width: 500px;
	height: auto;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	float: left;
}

#sidebar {
	width: 200px;
	height: auto;
	padding: 20px;
	float: right;
	clear:right;
}
#footer {
	width: 740px;
	height: auto;
	padding: 30px;
	background-color: #e1e0e0;
	clear: both;
}

/* nav styles
-------------------*/
#nav ul li {
	list-style-type: none;
	float: left;
}
#nav ul li a {
	height: 20px;
	width: 159px;
	text-align: center;
	display: block;
	background-image: url(images/nav.png);
	background-repeat: repeat-x;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/* main styles
-------------------*/
#main h3 {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #209949;
	font-size: 150%;
	line-height: 2em;
}
#main h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #90ca29;
	font-size: 130%;
	font-weight: normal;
	line-height: 2em;
}
#main p {
	line-height: 2em;
}

/* sidebar styles
-------------------*/
#sidebar h5 {
	font-size: 110%;
	line-height: 2em;
}
#sidebar h6 {
	color: #134b60;
	font-size: 100%;
	line-height: 2em;
}
#sidebar p{
	line-height: 2em;
}
#sidebar li {
	list-style-type: none;
	background-color: #209949;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	padding-left: 5px;
}
#sidebar li a {
	text-indent: 1em;
	list-style-type: none;
	color: #FFFFFF;
}

/* footer styles
-------------------*/
address {
	text-align: center;
}

/* pagelinks styles
-------------------*/
ul.pagelinks {
   margin: 0px;
   padding: 0px;
}
ul.pagelinks li {
   width: 1.2em;           /* 横幅 */
   line-height: 1.2em;     /* 高さ */
   list-style-type: none;  /* 先頭記号なし */
   border: 1px solid #209949; /* 枠線 */
   float: left;            /* 横に並べる */
   margin: 0.1em;          /* 周囲の余白 */
   padding: 0px;           /* 内側の余白 */
   font-family: Arial,sans-serif;/* フォント */
   font-weight: bold;      /* 太字 */
   text-align: center;     /* センタリング */
}
ul.pagelinks li a {
   display: block;        /* ブロック化 */
   text-decoration: none; /* 下線を消す */
   width: 1.2em;          /* 横幅(IE) */
}
ul.pagelinks li a:link {
   background-color: #ffffff; /* 背景色 */
   color: #209949;             /* 文字色 */
}
ul.pagelinks li a:visited {
   background-color: #ffffff; /* 背景色 */
   color: #588d1f;           /* 文字色 */
}
ul.pagelinks li a:hover {
   background-color: #209949; /* 背景色 */
   color: #ffffff;          /* 文字色 */
}
ul.pagelinks li.here {
   background-color: #209949; /* 背景色 */
   color: #ffffff;          /* 文字色 */
   border-color: #209949;     /* 枠線色 */
}


div#click a {text-decoration:underline}
div#click a:link{color	:blue;}
div#click a:active{color	:red;}
div#click a:visited{color	:blue;}
div#click a:hover{color	:red;
  position : relative;top:1px;left:1px;
  background-color: yellow;
}