@CHARSET "Shift_JIS";

body {
	background: url('images/back-bg-strip.gif');
}
.background-shadow {
	background: url('images/back-bg-strip-shadow.gif') repeat-y center top;
}

table{
	font-size: 95%;
	color: #333333;
	line-height: 125%;
}
a:link, a:visited, a:active {
	text-decoration: none;
}
a:hover {
    color: red;
    text-decoration: underline;
}
ul,li {
	line-height: 120%;
	position: relative;
	left: -.5em;
	
}

h1 {
	font-size: 103%;
	text-align: left;
	color: #112215;
	background: #b3ca9c;
	padding: 2px .5em .1em .5em;
	margin: 2px 0 10px 0;
	line-height: 120%;
	border: 1px solid #808769;
}

h1.info {
	font-size: 103%;
	color: #003399;
	background: #e6e6fa;
	padding: 2px .5em .1em .5em;
	border: 1px solid #003399;
}

h1.warn {
	font-size: 103%;
	color: #993300;
	background: #FFCC66;
	border: 1px solid #CC6600;
}

h1.fital {
	font-size: 103%;
	color: #ff0000;
	background: #FFCCCC;
	border: 1px solid #ff0000;
}

h1.top {
	font-size: 105%;
	color: #993300;
	background: #FFCC66;
	line-height: 130%;
	border: 1px solid #CC6600;
}

h2 {
	font-size: 98%;
    text-align: left;
    color: #112215;
    background: #ebf0dc;
    padding: 2px .5em .1em .5em;
    margin: 2px 0 10px 0;
    border-top: 1px solid #b3ca9c;
    border-left: 1px solid #b3ca9c;
    border-right: 1px solid #b3ca9c;
    border-bottom: 1px solid #b3ca9c;
    line-height: 120%;
}
h3 {
	font-size: 98%;
    text-align: left;
    color: #112215;
    padding: 2px .5em .1em .5em;
    margin: 2px 0 10px 0;
    border-top: 2px none #b3ca9c;
    border-left: 20px solid #b3ca9c;
    border-right: 2px none #b3ca9c;
    border-bottom: 1px solid #b3ca9c;
    line-height: 120%;
}
h4 {
	font-size: 98%;
    text-align: left;
    /*color: #112215;*/
    padding: 2px .5em .1em .5em;
    margin: 2px 0 10px 0;
    border-top: 1px none #b3ca9c;
    border-left: 1px none #b3ca9c;
    border-right: 1px none #b3ca9c;
    border-bottom: 1px solid #b3ca9c;
    line-height: 120%;
}

/*
 * アップデートした画像に影をつける
 * http://www.alistapart.com/articles/cssdropshadows/
 */
/*
.img-shadow {
	float:left;
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
	position: relative;
}

.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}
*/

/*
 * HEADER部のスタイル設定
 */
.header {
	background-color: #b3ca9c;
	background-image: url(images/back-bg-header.gif);
	background-repeat: repeat;
	border-top: 0px solid #4c3d23;
    border-left: none;
    border-right: none;
    border-bottom: 0px solid #4c3d23;
}
.header table {
	color: white;
}
.header a {
	color: white;
}

/*
 * SEARCH部のスタイル設定
 */
.search {
	background-image: url(images/back-bg-search.gif);
	border: 1px solid #666666;
	padding: 3px;
}

/*
 * MENU部のスタイル設定
 */ 
.menu {
	background-color: #b3ca9c;
	background-image: url(images/back-bg-menu.gif);
}
.menu #title {
	background-color: #1B341B;
	color: #FFFFFF;
	font-weight: bold;
}
.menu #content{
	background-color: #ebf0dc;
}
.menu #table{
	border-collapse: collapse;
	border: #666666;
}
.menu #th{
	margin: 0px;
	padding: 3px;
	background: #b3ca9b;
	background-image: url(images/back-bg-menu-title.gif) ;
	border: 1px solid;
	font-weight: normal;
}
.menu #td{
	margin: 0px;
	padding: 6px 0px 0px;
	background-image: url(images/back-bg-menu-content.gif) ;
	border: 1px solid;
}
.menu li {
	line-height: 150%;
	list-style-image: url(images/li-menu-content.gif);
}

/**
 * BODY部の内部の影設定
 */
.body-in-shadow-x {
	background: url(images/back-bg-body-in-shadow-x.gif) repeat-x left top;
}
.body-in-shadow-y {
	background-image: url(images/back-bg-body-in-shadow-y.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.body-in-shadow-kado {
	background: url(images/back-bg-body-in-shadow-kado.gif) no-repeat left top;
}

/*
 * BODY部のスタイル設定
 */
.body {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.body input, select{
	/*font-size: 11pt;*/
	color: #333333;
}
.body textarea{
	font-size: 10pt;
	color: #333333;
	/*width: 100%;*/
}
.body form {
	margin: 0px;
	padding: 0px;
}
.body div {
	width: 95%;
	left: 2.5%;
	position: relative;
}
.body div.content {
	width: 100%;
	/*margin-bottom: 5px;*/
}

/*
 * FOOTER部のスタイル設定
 */
.footer {
	background-color: #b3ca9c;
	background-image: url(images/back-bg-footer.gif);
	padding: 10px;
	border-top: 0px solid #3a3d30;
    border-left: none;
    border-right: none;
    border-bottom: 0px solid #3a3d30;
}
.footer table {
	color: white;
}
.footer a {
	color: white;
}

/*
 * 本文整形方法：「Wiki文法」のスタイル設定
 */
.wiki {
	font-size: 95%;
}
.wiki dt {
	text-decoration: underline;
}
.wiki dd {
}
.wiki blockquote {
	font-size: 85%;
	padding: 0.5em;
	margin-top: 0em;
	margin-bottom: 0em;
	background: #ebf0dc;
	border: 1px dotted #AAAAAA;
}
.wiki p {
    margin: 1em 0 1em 1em;
	line-height: 140%;
}
.wiki ul,li {
	line-height: 150%;
/*	position: relative;
	left: -.5em;
	list-style-image: url(images/li.gif);*/
}
.wiki table {
	border-collapse: collapse;
	border: #666666;
}
.wiki td {
	margin: 0px;
	padding: 3px 12px 3px 3px;
	background: white;
	border: 1px solid;
}
.wiki th {
	margin: 0px;
	padding: 3px 12px 3px 3px;
	background: #ebf0dc;
	border: 1px solid;
}
.wiki hr {
	border: 1px solid #666666;
	width: 100%;
	height: 1px;
}

/*
 * 表示を行うテーブルのスタイル設定
 */
.visibled table {
	border-collapse: collapse;
	border: #666666;
}

.visibled th {
	margin: 0px;
	padding: 3px 12px 3px 3px;
	background: #ebf0dc;
	border: 1px solid;
	font-weight: bold;
}

.visibled #title {
	margin: 0px;
	padding: 3px 12px 3px 3px;
	background: #ebf0dc;
	border: 1px solid;
}

.visibled td {
	margin: 0px;
	padding: 3px 12px 3px 3px;
	background: white;
	border: 1px solid;
}

/*
 * アクセス解析用スタイル設定
 */
.access {
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	height: 0px;
	line-height: 0px;
}