@charset "UTF-8";
@import url("everySec.css");

/* clearfix hack
-----------------------------*/
.clear: after {
	content: ".";
	diplay: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear{display: inline-table;}
/* Start IE-mac ¥*/
*html .clear {height: 1%;}
.clear {display: block;}
/* End IE-mac */

/* formatting styles
-------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	list-style: decimal inside;
}
body {
	font-family: sans-serif;
	font-size: 80%;
	line-height: 1.6;
	color: #333333;
	background-color: #99FF99;
	background-repeat: repeat;
}
hr {
	display: none;
}
/*　link styles
-----------------------------*/
a img {
	border-style: none;
	float: left;
}
a:link {
	color: #3366CC;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/*　basic layout
-----------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 858px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	margin: 0px auto;
}		
#main {
	padding: 15px;
	float: right;
	width: 573px;
	margin-bottom: 20px;
}
#sidebar {
	float: left;
	width: 225px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#footer {
	padding: 15px;
	clear: both;
	color: #FFFFFF;
	background-color: #99CC00;
	
}
/*　header styles
-----------------------------*/
#header {
	background-image: url(../image/header01.jpg);
	background-repeat: no-repeat;
	height: 255px;
	border-top: 3px solid #009900;
	position: relative;
}
#kateisaien #header {
	background-image: url(../image/header02.jpg);
}
#cook #header {
	background-image: url(../image/header03.jpg);
}
#cleaning #header {
	background-image: url(../image/header04.jpg);
}
#band #header {
	background-image: url(../image/header05.jpg);
}
#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
}
#header ul {
	background-color: #FFFFFF;
	width: 858px;
	position: absolute;
	left: 0px;
	top: 200px;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	width: 141px;
	height: 2.5em;
	line-height: 2.5em;
	color: #000066;
	text-decoration: none;
	background-color: #00CC66;
	text-align: center;
	display: block;
	border-top: 3px solid #CCFF66;
	border-bottom: 3px double #009966;
	border-left: 2px solid #00FFFF;
	font-size: 1.2em;
	font-style: normal;
}
#header ul li a:hover {
	background-color: #E8ECF5;
}
#header ul li#nHome a {
	border-left-style: none;
}
#home #header #nHome a, #kateisaien #header #nSaien a, #cook #header #nCook a, #cleaning #header #nCleaning a, #band #header #nBand a #home #header #nShoplist a{
	color: #FFFFFF;
	background-color: #828CA7;
}


/*　main styles
-----------------------------*/
#main h2 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	background-image: url(../image/leaf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 15px;
	border-top: 3px solid #FF6600;
	border-bottom: 1px dotted #666666;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}
#home #main h2 {
 background-image: none;
 padding: 0px;
 border-style: none;
}
#main dl#news dt {
	font-weight: bold;
	background-image: url(../image/tri.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 5em;
	padding-left: 15px;
}
#main dl#news dd {
	margin: 0px 0px 10px;
}
#home  #main #mainSitemap #Skatei {
	float: left;
	list-style-type: none;
	list-style-position: inside;
	padding-right: 20px;
	width: 150px;
}
#home  #main #mainSitemap #Scook {
	float: left;
	list-style-type: none;
	list-style-position: inside;
	padding-right: 20px;
	width: 150px;
}
#home  #main #mainSitemap #Sclean {
	float: left;
	list-style-type: none;
	list-style-position: inside;
	width: 150px;
}
#home  #main #mainSitemap #Sband {
	float: left;
	list-style-type: none;
	list-style-position: inside;
	padding-top: 10px;
	padding-right: 20px;
	width: 150px;
}
#home #main #mainSitemap #shopList {
	clear: right;
	float: left;
	padding-top: 10px;
	width: 150px;
}
#home #main #mainSitemap h2 {
	background-image: url(../image/leaf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
#home #wrapper #main #mainSitemap li {
	list-style-type: none;
	list-style-image: url(../image/Mark_off.gif);
	list-style-position: inside;
}
#home #wrapper #main #ad {
	padding: 10px;
	float: left;
	width: 500px;
	margin-top: 10px;
}

/*　sidebar styles
-----------------------------*/
#sidebar h2 {
	margin-bottom: 15px;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
#sidebar dl dt a {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#wrapper #sidebar a:hover {
	border: 1px solid #000000;
}
#sidebar dl dt {
	clear: both;
}
#sidebar dl dd {
	margin-bottom: 10px;
}
#sidebar ul {
	margin: 10px;
}
#sidebar ul li {
	margin-bottom: 6px;
	list-style: none;
}
#sidebar ul li a {
	background-image: url(../image/Mark_off.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	width: 210px;
	padding-left: 15px;
}
#sidebar ul li a:hover {
	background-image: url(../image/Mark.gif);
}
#sidebar ul li a:visited {
	color: #CCCCCC;
}

/*　footer styles
-----------------------------*/
#footer ul li a {
	color: #333333;
	background-position: left center;
}
#footer ul li a:hover {
	color: #666666;
	text-decoration: none;
}
#footer p a {
	color: #333333;
	text-decoration: none;
}
#footer p a:hover {
	color: #666666;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;	
}
#footer p {
	margin: 0px;
	float: right;
}
