@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
h2 {
	padding-top: 0px;
	border-bottom: 1px dotted #000000;
	margin-bottom: 10px;
}
h3 {
	color: #333333;
	border-bottom: 1px dotted #333333;
	margin-bottom: 10px;
	padding-bottom: 3px;
	font-size: 100%;
	border-top: 1px dotted #333333;
	padding-top: 3px;
	border-left: 3px solid #333333;
	padding-left: 5px;
	clear: both;
	background-image: url(../images/bg-h3.jpg);
	background-repeat: repeat-y;
}
h4 {
	color: #333333;
	width: 500px;
	font-size: 110%;
	font-weight: normal;
	background-color: #FFE2CF;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	border: 1px solid #FFBDAB;
}
#container {
	width: 900px;
	margin: 50px auto auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.8;
	background-image: url(../images/veggy-big-bg.jpg);
	background-repeat: repeat-y;
	padding-left: 40px;
	padding-right: 40px;
}
#header ul {
	float: right;
}
#header  li  {
	list-style: none;
	font-size: 70%;
	color: #333333;
	display: inline;
	margin-right: 10px;
}
#header a {
	color: #666666;
}
#gnavi {
	width: 900px;
	height: 50px;
	text-align: left;
	margin-top: 10px;
}
#gnavi a {
	text-decoration: none;
	color: #333333;
}
#gnavi  a:hover  {
	color: #009900;
	text-decoration: underline;
}
#gnavi ul {
	display: inline;
}
#gnavi li {
	list-style: none;
	font-size: 75%;
	color: #333333;
	display: inline;
	border-right: 1px solid #333333;
	padding-right: 10px;
	padding-left: 10px;
}
#footer {
	clear: both;
	height: 50px;
	font-size: 75%;
	color: #333333;
	text-align: center;
	padding-top: 5px;
	margin-top: 0px;
}
#footer a {
	color: #333333;
}
#footer ul {
	list-style: none;
	padding-top: 5px;
}
#footer li {
	display: inline;
	margin-right: 10px;
}
#content {
}
.Gototop {
	text-align: right;
	color: #333333;
	text-decoration: none;
	font-size: 70%;
}
.Gototop a {
	color: #333333;
	text-decoration: underline;
}
.FontColer {
	color: #006600;
}
.strong {
	color: #333333;
	border-left: 2px solid #333333;
	padding-left: 5px;
	margin-bottom: 5px;
}
.strongColer {
	color: #009900;
	border-left: 4px solid #009900;
	padding-left: 5px;
}
.morestrong {
	color: #009900;
	border-top: 1px dotted #009900;
	border-right: none #009900;
	border-bottom: 1px dotted #009900;
	border-left: none #009900;
}
.morestrongColer {
	border-top: 1px dotted #999999;
	margin-bottom: 10px;
	border-bottom: 1px dotted #999999;
}
.leftimge {
	float: left;
}
.rightimge {
	float: right;
}
.imgnolin {
	border-style: none;
}
