@charset "utf-8";

.left{text-align: left; } 
.right{text-align: right; } 
.center{text-align: center;} 

body{
/*	background-image: url(./img/wall02.gif);*/
	background-color: #f8fff8;
	color: #006030;
	line-height: 120%;
	padding: 0;
	margin: 1em;
}

a{
	text-decoration: none;
}

a:link{
	color: #0080ff;
}

a:active{
	color: #ff0080;
}

a:visited{
	color: #ff8000;
}

a:hover{
	color: #ff0080;
}

div{
	color: #003060;
	line-height: 120%;
}

.menu {	/* めにぅ */
	background-color: #f8fff8;
	padding: 0.3em 0 0.3em 1.4em;
	margin: 0.1em 0.1em 0.3em 0.1em;
}

.menu ul{
	margin: 0;
	padding: 0 0.2em 0 0;
	background-color: #f8fff8;
	list-style-type: none;
}

.menu ul li{
	border-right: 1px solid #50a0a0;
	list-style-type: none;
	margin: 0;
	padding: 0.2em 0.5em 0.2em 0.5em;
	float: left;
	text-align: center;
}

.menu ul li a{
	display: block;
	position: relative; /* for IE6 */
	background-color: #f8fff8;
	text-decoration: none;
}

.menu ul li a:hover{
	border-color: #50a0a0;
	color: #ff0080;
	background-color: #f8fff8;
}

.title {	/* タイトル */
	background-color: #e8ffe8;
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0.8em 0 0.6em 1em;
	margin: 0 0 0 0;
}

.site {	/* 現在位置 */
	background-color: #f0fff0;
	padding: 0.5em 0 0.3em 1.4em;
}

.counter {
	margin-top: 0.2em;
	margin-bottom: -1em;
	padding: 0;
	text-align: right;
}

.figure {
	margin-left:2em;
}

.last {	/* 最終更新日 */
	background-color: #f8fff8;
	text-align: right;
	margin-top: 1.2em;
	padding: 0.3em 1em 0.3em 1.4em;
}

.admin_write {	/* 管理 */
	text-align: right;
	margin-top: 1.2em;
	padding: 0.3em 1em 0.3em 1.4em;
}

.admin_edit {	/* 管理 */
	text-align: right;
	margin-top: 1.2em;
	padding: 0.3em 1em 0.3em 1.4em;
}

.copyright {	/* copyright */
	background-color: #f0fff0;
	text-align: right;
	margin-top: 1.2em;
	padding: 0.3em 1em 0.3em 1.4em;
}

.banner {	/* バナー */
	text-align: right;
	padding: 0.6em 0;
}

.sitemap {
	margin-left: 5em;
	line-height: 120%;
}

.pagenavi {
	text-align: center;
}

.input {
	padding-left: 2em;
}

h1{
	color: #208080;
	text-align: left;
	line-height: 100%;
	border-color: #50a0a0;
	border-style: none none dashed solid;
	border-width: 0 1px 1px 10px;
	padding: 0.2em 0 0.2em 10px;
	margin: 1em 0 0.7em 10px;
	font-size: 2em;
}

h2{
	color: #208080;
	text-align: left;
	line-height: 100%;
	border-color: #50a0a0;
	border-style: none none dashed solid;
	border-width: 0 1px 1px 10px;
	padding: 0.2em 0 0.2em 10px;
	margin: 1em 0 0.7em 10px;
	font-size: 1.5em;
}

h3{
	color: #208080;
	text-align: left;
	line-height: 100%;
	border-color: #50a0a0;
	border-style: none none dashed solid;
	border-width: 0 1px 1px 10px;
	padding: 0.2em 0 0.2em 10px;
	margin: 1em 0 0.7em 10px;
	font-size: 1em;
}

hr{
	display: none;
}

img{
	vertical-align: middle;
	border: none;
}

.icon{
	margin: 0 0.4em 0 0.1em;
}

p{
	margin: 0.2em 0.2em 0.6em 2.4em;
	line-height: 120%;
}

ul, dl{
	margin: 0.2em 0.2em 0.6em 3em;
	line-height: 120%;
	text-indent: 1em;
}

dt{
	margin: 0.5em 0 0 0;
}

li{
	list-style-type: none;
}

.circle{
	list-style-type: circle;
	text-indent: 3em;
}

.disc{
	list-style-type: disc;
	text-indent: 2em;
}

.square{
	list-style-type: square;
	text-indent: 1em;
}

.none_1{
	list-style-type: none;
	text-indent: 1em;
}

.none_2{
	list-style-type: none;
	text-indent: 2em;
}

.none_3{
	list-style-type: none;
	text-indent: 3em;
}

table{
	background-color: #ffffff;
	text-align: left;
	border-collapse: collapse;
	border: 2px solid #408040;
	margin: 2em auto;
}

th{
	border-width: 2px 1px;
	border-color: #408040;
	border-style: solid dotted;
}

td{
	border-width: 1px;
	border-color: #408040;
	border-style: solid solid;
	padding: 0.2em 0.8em;
}

.item{
	text-align: center;
	color: #00aa88;
	font-weight: bold;
}
