@charset "utf-8";
/*formatting style
-------------------------------------------------*/

* {
	font-style: normal;
    margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #FFFFCC;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	background-image: url(Sozai/bg.gif);
	background-repeat: repeat;
}
#header h1 {
	font-size: small;
	color: #999999;
}

/* link style
-------------------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
-------------------------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 860px;
	border-right: 1px solid #66CC00;
	border-left: 1px solid #66CC00;
}
#main {
	padding: 15px;
	float: right;
	width: 827px;
	margin-bottom: 20px;
}
#hooter {
	color: #FFFFFF;
	background-color: #99CC00;
	padding: 15px;
	clear: both;
	height: 30px;
}
/* header styles
-------------------------------------------------*/
#header {
	height: 5px;
	border-top: 2px solid #6699FF;
	position: relative;
}
#home #header #nHome a {
	color: #FFFFFF;
	background-color: #990000;
}
#fruits #header #nFruits a {
	background-color: #990000;
	color: #FFFFFF;
}
#apple_pick #header #nApple_pick a {
	background-color: #990000;
	color: #FFFFFF;
}
#specific_transact #header #nSpecific_transact a {
	color: #FFFFFF;
	background-color: #990000;
}




#header ul li#nMedicinal_apple a {
	border-left-style: none;
}
#header p {
	padding-top: 5px;
	padding-left: 15px;
}

#main h1 {
	font-size: x-large;
	color: #66CC00;
}

/* main styles
-------------------------------------------------*/
#main h2 {
	margin-bottom: 4px;
	margin-top: 4px;
	border-bottom: 3px dotted #FF6600;
	clear: both;
	color: #FF6600;
}
#main h3 {
	color: #669900;
	margin-top: 15px;
	margin-bottom: 5px;
	border-bottom: 1px solid #669900;
	clear: both;
}
#main dl dt a {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #CC9966;
}
#main dl dt a:hover {
	border: 1px solid #FF0000;
}
#main dl dt a:active {
	left: 1px;
	top: 1px;
}
#main table {
	margin-top: 15px;
	margin-bottom: 15px;
}
#main table tr td {
	color: #669900;
	height: 2.5em;
	border-right: 1px solid #66CC00;
	border-bottom: 1px solid #66CC00;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main table tr th {
	height: 2.5em;
	color: #669900;
	border-right: 1px solid #66CC00;
	border-bottom: 1px solid #66CC00;
	text-align: left;
	vertical-align: text-top;
}
#main table tr td div {
	text-align: left;
	margin-left: 10px;
}


#main img#inu {
	float: left;
	margin: 10px;
}
#main div#shukaku {
	margin-top: 10px;
}
#main img {
	border: 1px solid #FF6600;
}



/* footer styles
-------------------------------------------------*/
#hooter ul li a {
	color: #CCCCCC;
}
#hooter ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#hooter p a {
	color: #CCCCCC;
}
#hooter p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#hooter ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}
#hooter p {
	margin: 0px;
	float: right;
}
