@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: 858px;
	border-right: 1px solid #66CC00;
	border-left: 1px solid #66CC00;
}
#main {
	padding: 15px;
	float: right;
	width: 573px;
	margin-bottom: 20px;
}
#sidebar {
	padding: 15px;
	float: left;
	width: 225px;
	margin-bottom: 20px;
}
#hooter {
	color: #FFFFFF;
	background-color: #99CC00;
	padding: 15px;
	clear: both;
	height: 30px;
}
/* header styles
-------------------------------------------------*/
#header {
	background-image: url(Sozai/top_titlle.jpg);
	background-repeat: no-repeat;
	height: 290px;
	border-top: 2px solid #6699FF;
	position: relative;
}
#header ul {
	background-color: #FFFFFF;
	width: 858px;
	left: 0px;
	top: 260px;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 2em;
	color: #666666;
	text-decoration: none;
	background-color: #CC9966;
	text-align: center;
	display: block;
	height: 2em;
	width: 120px;
	border-top: 2px solid #FFFF99;
	border-bottom: 3px groove #999999;
	border-left: 3px solid #FFFFCC;
}
#header ul li a:hover {
	background-color: #FFFFCC;
}

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

#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;
}



#header ul li#nMedicinal_apple a {
	border-left-style: none;
}
#main h1 {
	font-size: medium;
	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: 2px solid #66CC00;
	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 {
	border-right: 2px solid #CCFFCC;
	border-bottom: 2px solid #CCFFCC;
	margin-top: 10px;
	margin-bottom: 20px;
}
#main table tr td {
	color: #FF3300;
	height: 2.5em;
	border-right: 1px solid #66CC00;
	border-bottom: 1px solid #66CC00;
}
#main table tr th {
	color: #669900;
	height: 2.5em;
	border-right: 2px solid #66CC00;
	border-bottom: 2px solid #66CC00;
	font-weight: bold;
}
#main img#inu {
	float: left;
	margin: 10px;
}
#main div#shukaku {
	margin-top: 10px;
	background-color: #FFFFCC;
	padding: 5px;
	border: 1px solid #66FF33;
	margin-bottom: 10px;
}











/* sideber styles
-------------------------------------------------*/
#sidebar dl dt a {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CC9966;
}
#sidebar dl dt a:hover {
	border: 1px solid #FF0000;
}
#sidebar dl dt a:active {
	left: 1px;
	top: 1px;
}


#sidebar dl dt {

	clear: both;
}
#sidebar h3 #logo {
	clear: both;
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
}

#sidebar h3 {
	font-size: small;
	color: #666666;
	clear: both;
	font-weight: lighter;
}
#sidebar #tatsumi {
	color: #669900;
	clear: both;
	font-size: medium;
	margin-left: 25px;
	font-weight: bold;
	margin-bottom: 5px;
}
#sidebar ul li {
	background-image: url(Sozai/apple_20.jpg);
	background-repeat: no-repeat;
	list-style: none;
	margin-left: 10px;
	padding-left: 15px;
}
#sidebar ol {
	margin-top: 10px;
}
#sidebar h2 {
	margin-top: 15px;
	margin-bottom: 10px;
}


/* 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;
}
