/*全体定義-------------------------------------------------------------------------------------------------------------*/
html{
}

body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana,Arial,Sans-serif;
	font-size: 12px;
}

a img{
	border: none;
}

#wrapper{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 800px;
	text-align: left;
	border-right: 1px solid #336633;
	border-left: 1px solid #336633;
	border-bottom: 1px solid #336633;
	background-color: #ffffff;
}

/*メインのコンテンツ全体（サブメニュー含む）----------------------------------------------------------------------------------------------*/
#main{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	border-top: 1px solid #ffffff;
}
/*ヘッダー------------------------------------------------------------------------------------------------------------*/
#header{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 0px
	width: 100%;
	border-bottom: 2px solid #9999cc;
	border-right: 1px solid #ffffff;
}

/*ヘッダーメニュー------------------------------------*/
td#headmenu a
{
	padding: 10px 10px 10px 10px;
	background-color: #669933;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	border-right: 1px solid #ffffff;
	white-space: nowrap; 
}
td#headmenu a:hover
{
	background-color: #66cc00;
	color: #000000;
	text-decoration: underline;
}
td#headmenu a.menuHead
{

}
/*コンテンツメニュー---------------------------------------------------------------------------------------------*/
.menuTitle
{
	padding: 5px 0px 5px 15px;
	color: #000000;
	display: block;
	width :170;
	background-color: #999966;
	font-weight: bold;

}
#menuitem a.menuMain
{
	padding: 5px 0px 5px 15px;
	color: #000000;
	display: block;
	text-decoration: none;
	background-color: #cccc99;

}
#menuitem a:hover
{
	text-decoration: underline;
	color: #000000;
	background-color: #99cc66;
}
/*メインコンテンツ---------------------------------------------------------------------------------------------*/
#maincontents{

}

#maincontents ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
#maincontents li{
	padding: 5px 5px 5px 5px;

}

#maincontents a:hover{
	color: #ff0066;
}
#contentstitle
{
	padding: 4px 0px 4px 15px;
	color: #000000;
	border-left: 3px solid #999966;
	border-bottom: 1px solid #999966;

}

#date {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 10px;
	display: block;
	font-size: 80%;
	border-top: 1px solid #999966;
	border-left: 1px solid #999966;
	border-right: 1px solid #999966;
	background-color: #cccc99;
}
#h2{
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
	display: block;
	border-bottom: 1px solid #999966;
	border-left: 1px solid #999966;
	border-right: 1px solid #999966;
	font-weight: bold;
	background-color: #cccc99;
}
#box{
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	display: block;
	border-left: 1px solid #999966;
	border-right: 1px solid #999966;
}
#home{
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	display: block;
	border-top: 1px solid #999966;
	border-bottom: 1px solid #999966;
	border-left: 1px solid #999966;
	border-right: 1px solid #999966;
	background-color: #cccc99;
}
#home a{
	text-decoration: none;
}
#home a:hover{
	text-decoration: underline;
}
#homebox{
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	display: block;
	border-left: 1px solid #999966;
	border-right: 1px solid #999966;
	border-bottom: 1px solid #999966;
}
/*ページNo、ページナビ（次へや戻る）--------------------------------------------------------------------*/
#pageno{
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	font-size: 80%;
}

#pagenavi{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-size: 80%;
	text-align: center;
	border-top: 1px solid #669933;
}
/*フッター------------------------------------------------------------------------------------------------------------*/
#footer{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 30px;
	text-align: center;
	background-color: #669933;
}
#footer a
{
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
	color: #ff0066;
}
#jump-prev{
	margin: 0px 0px 0px 100px;
	padding: 0px 0px 0px 0px;
	color: #808080;
	text-align: left;
	float: left;
}
#jump-top{
	margin: 0x 0px 0px 0px;
	padding: 10px 10px 0px 0px;
	text-align: right;
}
/*コピーライト--------------------------------------------------------------------------------------------------------*/
#copyright{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	clear: both;
	text-align: center;
}
#copyright a
{
	color: #005500;
	text-decoration: none;
}
#copyright a:hover
{
	text-decoration: underline;
	color: #ff0066;
}

