/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,tr,table,hr,address {
	margin:0;
	padding:0;
}
body {
	color: #333333;
	background-color: #E3DB92;
	background-image:  url(../../images/com/back.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 1px;
}
#header {
	width: 870px;
	margin: 15px auto;
	overflow: hidden;
	position: relative;
}
#header ul {
	float: right;
	width: 120px;
	list-style: none;
}
#footer {
	width: 850px;
	margin: 0px auto 15px;
	font-size: 12px;
	color: #666666;
	text-align: center;
	clear: both;
}
#wrapper {
	width: 870px;
	margin: 5px auto 0px;
}
#form {
	width: 70%;
	margin: 0px auto;
	padding-top: 20px;
	padding-bottom: 20px;
	letter-spacing: 2px;
}
#form dt{
	font-size: 14px;
	font-weight: bold;
	color: #99CC00;
	margin: 15px 0px 10px;
}
#form dd{
	font-size: 12px;
	color: #666666;
	padding-left: 2em;
}
#sitemap {
	width: 70%;
	margin: 0px auto;
	padding-top: 20px;
	padding-bottom: 20px;
	letter-spacing: 2px;
}
#sitemap dt{
	font-size: 14px;
	color: #666666;
	margin: 15px 0px 5px;
}
#sitemap dd{
	font-size: 12px;
	color: #666666;
	padding-left: 1.3em;
}
.button {
	width: 100px;
	float: left;
	margin: 20px 25px 0px 0px;
}
hr {
	height: 1px;
	border-top: 1px dashed #999999;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-top: 15px;
	margin-bottom: 20px;
}
h1 {
	float: left;
}
h3 {
	color: #A18366;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #A18366;
	border-left: 10px solid #A18366;
	line-height: 23px;
	text-indent: 5pt;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.center {
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.clear {clear: both;}
.mono {font-family: monospace;}
.space {margin-top: 20px;}


/*-----------------------------------------------------------------------/
	TOPNAVI
/*----------------------------------------------------------------------*/

#topnavi {
	background: #0c5629;
	height: 48px;
	width: 100%;
	text-align: center;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}
#menu {
	background:  url(../../images/com/topnavi.png) no-repeat;
	height: 40px;
	margin: 4px auto 0px;
	width: 870px;
	float: none;
}
#menu li {
	list-style-type: none;
	float: left;
}
#menu li a {
	display: block;
	height: 40px;
	width: 138px;
}
#menu li span {
	visibility: hidden;
}
#menu li.top {
	width:138px;
	margin: 0px 4px 0px 0px;
}
#menu li.top a:hover {
	background: url(../../images/com/topnavi.png) no-repeat;
	background-position:0 -40px;
}
#menu li.company {
	width:138px;
	margin: 0px 4px 0px 0px;
}
#menu li.company a:hover {
	background: url(../../images/com/topnavi.png) no-repeat;
	background-position:-142px -40px;
}
#menu li.greentea {
	width:138px;
	margin: 0px 4px 0px 0px;
}
#menu li.greentea a:hover {
	background: url(../../images/com/topnavi.png) no-repeat;
	background-position:-284px -40px;
}
#menu li.howto {
	width:138px;
	margin: 0px 4px 0px 0px;
}
#menu li.howto a:hover {
	background: url(../../images/com/topnavi.png) no-repeat;
	background-position:-426px -40px;
}
#menu li.quality {
	width:139px;
	margin: 0px 4px 0px 0px;
}
#menu li.quality a:hover {
	background: url(../../images/com/topnavi.png) no-repeat;
	background-position:-568px -40px;
}
#menu li.blog {
	width:139px;
}
#menu li.blog a:hover {
	background: url(../../images/com/topnavi.png) no-repeat;
	background-position:-711px -40px;
}


/*-----------------------------------------------------------------------/
	Index
/*----------------------------------------------------------------------*/

#main {
	width: 870px;
	background:  url(../../images/top/bottom.png) no-repeat bottom;
	padding-bottom: 20px;
	margin: 5px auto 0px;
}
#main #top {
	background: url(../../images/top/top.png) no-repeat;
	padding-top: 10px;
}
#main #top #inner {
	background: url(../../images/top/center.png) repeat-y;
}
#main .newsbox {
	border: 2px solid #779C2E;
	margin: 10px auto 0px;
	width: 450px;
	padding: 15px 30px;
}
#main .newsbox table {
}
#main .newsbox th {
	text-align: left;
	padding: 2px 20px 2px 10px;
}
#main .newsbox td {
}

/*-----------------------------------------------------------------------/
	For Firefox
/*----------------------------------------------------------------------*/

html{overflow:-moz-scrollbars-vertical;}

a{outline:none;}
a:link{
	color: #779C2E;
	text-decoration:none;
}
a:visited{
	color: #779C2E;
	text-decoration:none;
}
a:hover{
	color: #0C5629;
	text-decoration:none;
}
a:active{
	color: #779C2E;
	text-decoration:none;
}

/* 画像下の余白を消す */
img {
	border: none;
	display: block;
}
