/* CSS Document */

body	{
	margin:0;
	padding:10px;
	background-color:#FFFFFF;
	text-align:center;
	color:#060000;
	font-size:12px;
	font-family:Arial, Helvetica, Tahoma, Verdana, sans-serif;
}

table {
	margin:0;
	color:#060000;
	font-size:12px;
	font-family:Arial, Helvetica, Tahoma, Verdana, sans-serif;
}

.layout {
	margin:0 auto;
	width:900px;
	text-align:left;
}

a	img	{ border:none; }
a { color:#088118; text-decoration:underline; }
a:hover { color:#43922B; }

.clear	{ clear:both; }
.hd { display:none; }
.right { text-align:right; }
.left { text-align:left; }
.center { text-align:center; }
.middle { vertical-align:middle; }
.small { font-size:10px; }
.img-right {
	float:right;
	margin:0 0 10px 10px;
}
.img-left {
	float:left;
	margin:0 10px 10px 0;
}
.top { text-align:right; font-size:10px; }

/* form */
form { margin:0; }
input, textarea, select {
	font-family:Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #111111;
}
input.text, textarea.text {
	padding:1px 2px;
	background-color: #FCFEFE;
	border: 1px solid #888888;
	font-size: 10px;
}
input.text:focus, textarea.text:focus {
	background-color: #e6e6e6;
}
input.submit {
	background-color: #000000;
	border-top: 1px solid #003006;
	border-left: 1px solid #003006;
	border-bottom: 2px solid #003006;
	border-right: 2px solid #003006;
	font-size: 10px;
	font-weight:bold;
	color:#FFFFFF;
	height: 18px;
	vertical-align:middle;
}
input.submit:focus {
	background-color: #003006;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	font-size: 10px;
	color:#088118;
	height: 18px;
}
select, select.text {
	background-color: #FFFFFF;
	border: 1px solid #888888;
	font-size: 10px;
}
select:focus, select.text:focus {
	background-color: #e6e6e6;
}
.error {
	font-size:14px;
	font-weight:bold;
	color:#BA0023;
}
.msg {
	font-weight:bold;
	color:#09808C;
	text-align:center;
}

/* table */
.tb {
	background-color:#888888;
}
.tb th {
	text-align:center;
	font-weight:bold;
	background-color:#e6e6e6;
}
.tb td {
	text-align:left;
	background-color:#FFFFFF;
}
.border {
	padding:10px;
	border:1px solid #E7F0F1;
}

/* header */
.header {
	margin:0 auto 15px auto;
	padding-bottom:10px;
	width:900px;
	background:url(images/dot.gif) left bottom repeat-x;
}
.email {
	padding-right:10px;
	vertical-align:bottom;
	text-align:right;
}
.email img { vertical-align:middle; }

/* menu */
.main {
	margin:0 auto 15px auto;
	padding:0;
	width:900px;
	text-align:left;
}
.menu {
	width:195px;
	vertical-align:top;
	background:#0b961e url(images/menu_top2.gif) left top no-repeat;
}
.menu div { line-height:0; }
.menu ul {
	margin:0;
	padding:10px 0;
	list-style-type:none;
}
.menu li {
	position:relative;
	margin:0;
	padding:0;
	line-height:1.2em;
}
.menu li a {
	display:block;
	margin:0;
	padding:0 5px 0 10px;
	height:18px;
	line-height:18px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.menu li a:hover, .menu li a.now {
	color:#43922B;
	background-color:#D7EBD1;
	background-image:url(images/arrow.gif);
	background-position:3px center;
	background-repeat:no-repeat;
}
.menu li ul {
	z-index:100;
	margin:0;
	padding:0;
	width:200px;
	list-style-type:none;
	filter: alpha(opacity=80);
	opacity: 0.8;
	background-color:#6fcd7c;
	border-top:1px dotted #088118;
}
.menu li ul li { border-bottom:1px dotted #088118; z-index:100; }
.menu li ul li a {
	z-index:100;
	margin:0;
	padding:0 5px 0 15px;
	height:16px;
	line-height:16px;
	color:#FFFFFF;
	font-size:11px;
}
.menu li ul li a:hover, .menu li ul li a.now {
	color:#000000;
	background-position:8px center;
}
.menu2 {
	padding-top:5px;
	border-top:1px dotted #088118;
}
.return-home {
	padding-bottom:5px;
	width:195px;
	vertical-align:bottom;
	background-color:#0b961e;
	text-align:center;
}
.return-home a {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.return-home a:hover {
	color:#43922B;
	background-color:#D7EBD1;
}

/* content */
.content {
	padding-left:5px;
	width:700px;
	vertical-align:top;
}
.head-image {
	margin:0 0 10px 0;
}
h1 { display:none; }
.search {
	margin:0 0 15px 0;
	padding:0 0 5px 0;
	text-align:right;
	border-bottom:1px dotted #088118;
}
.title {
	margin:0 0 15px 0;
	padding:5px;
	font-size:14px;
	font-weight:bold;
	background:#6fcd7c url(images/title_bg.gif) left top repeat-x;
	border:1px dotted #088118;
}
.content-list {
	margin:0 0 0 30px;
	padding:0;
}
.content-list li {
	margin:0 0 15px 0;
	padding:0;
}
.contentbox {
	margin:0 auto 15px auto;
	width:640px;
	overflow:auto;
}

/* content area (admin/spaw2/wysiwyg.css) */
.contentbox h1 { font-size:20px; }
.contentbox h2 { font-size:18px; }
.contentbox h3 { font-size:16px; }
.contentbox h4 { font-size:14px; }
.contentbox h5 { font-size:12px; }
.contentbox h6 { font-size:10px; }


/* footer */
address {
	margin:0 auto;
	padding:10px 0 0 0;
	width:900px;
	line-height:1.6em;
	font-style:normal;
	background:url(images/dot.gif) left top repeat-x;
}
address span { color:#000000; }

/* -----toppage----- */
.jinji {
	margin-right:2px;
	border:2px solid #3d9d47;
}
.bbs {
	margin-left:2px;
	border:2px solid #3d9d47;
}
.jinji h2, .bbs h2 {
	margin:0;
	padding:5px;
	background:#3d9d47 url(images/title_home_bg.gif) left top repeat-x;
	text-align:center;
	font-size:14px;
	border:1px dotted #013c09;
	font-weight:bold;
	color:#FFFFFF;
}
.jinji td, .bbs td { vertical-align:top; }
.jinji .list, .bbs .list { height:213px; }

.navi {
	margin:0 0 10px 0;
	font-size:11px;
}
.more {
	margin:0 5px 5px 0;
	text-align:right;
}

/* -----admin----- */
/* title */
.admin h1 {
	font-size:16px;
	border-bottom:1px solid #888888;
}

.catlist {
	margin:0 20px;
	padding:5px;
	list-style-type:none;
}
.catlist li {
	margin:0 0 10px 0;
	padding:5px;
	background-color:#E7F0F1;
}
.catlist ul {
	margin:0;
	padding:0 0 0 50px;
	list-style-type:disc;
}
.catlist ul li {
	margin:5px 0 0 0;
	padding:0;
	width:580px;
	font-size:11px;
}
.catlist .enable0 {
	filter: alpha(opacity=50);
	opacity: 0.5;
	width:580px;
}
.preview {
	padding:2px 3px;
	border:1px solid #2B7392;
	background-color:#e6e6e6;
	text-decoration:none;
}
.preview:hover {
	padding:2px 3px;
	border:1px solid #43922B;
	background-color:#D7EBD1;
}
.priority a { text-decoration:none; font-size:10px; }

/* manual */
.manual {
	text-align:left;
}
.manual p {
	margin:1em 0 1em 1.5em;
	padding:0;
}
.manual ul, .manual ol {
	margin:1em 0 1em 3em;
	padding:0;
}
.manual li {
	margin:0;
	padding:0 0 5px 0;
	line-height:1.4em;
}
.manual img { margin-bottom:2px; padding:1px; border:1px solid #CCCCCC; vertical-align: text-bottom; }
.manual .noborder { margin:0; padding:0; border:none; }
.point {
	font-size:11px;
	color:#BA0023;
}
