@charset "UTF-8";
/* CSS Document */
/* formatting style
-------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #CCCCCC;
	background-image: url(img/back11.gif);
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	background-repeat: repeat;
}
hr {
	display: none;
}
/* link styles
-------------------------*/
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;
	width: 862px;
	margin: 0px auto;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#main {
	padding: 15px;
	margin-bottom: 20px;
	float: right;
	width: 565px;
}
#sidebar {
	padding: 15px;
	float: left;
	width: 225px;
	margin-bottom: 20px;
}
#footer {
	color: #FFFFFF;
	background-color: #cd2f00;
	padding: 15px;
	clear: both;
}
/* header styles
-------------------------*/
#header {
	background-image: url(img/header01.jpg);
	background-repeat: no-repeat;
	height: 255px;
	border-top: 3px solid #cd2f00;
	position: relative;
}
#about #header {
	background-image: url(img/header02.jpg);
}
#goods #header {
	background-image: url(img/header03.jpg);
}
#report #header {
	background-image: url(img/header04.jpg);
}
#shops #header {
	background-image: url(img/header05.jpg);
}
#info #header {
	background-image: url(img/header06.jpg);
}
#sin #header {
	background-image: url(img/header13.jpg);
}
/* works
-------------------------*/
#warousoku #header {
	background-image: url(img/header07.jpg);
}
#mcandle #header {
	background-image: url(img/header08.jpg);
}
#soap #header {
	background-image: url(img/header10.jpg);
}
#hajizome #header {
	background-image: url(img/header11.jpg);
}
#wax #header {
	background-image: url(img/header09.jpg);
}
#media #header {
	background-image: url(img/header12.jpg);
}
#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
}
#header ul {
	background-color: #FFFFFF;
	width: 862px;
	position: absolute;
	left: 0px;
	top: 200px;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 2.5em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #cd2f00;
	height: 2.5em;
	width: 140px;
	border-top: 3px solid #FFFF66;
	border-bottom: 3px double #999999;
	border-left: 2px solid #FFFFFF;
	text-align: center;
	display: block;
	border-right: 2px solid #663300;
}
#header ul li a:hover {
	background-color: #e36944;
}
#header ul li#nHome a {
	border-left-style: none;
}
#home #header #nHome a,
#about #header #nAbout a,
#report #header #nReport a,
#goods #header #nGoods a,
#shops #header #nShops a,
#info #header #nInfo a {
	color: #FFFFFF;
	background-color: #961701;
}
/* main styles
-------------------------*/
#main h2 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 15px;
	border-top: 3px solid #961701;
	border-bottom: 1px dotted #666666;
}
#main h3 {
	margin-left: 2px;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
	font-size: 1em;
}
#main a {
	color: #961701;
	text-decoration: underline;
}
#main a:hover {
	color: #006600;
}
#home #main h2 {
	background-image: none;
	padding: 0px;
	border-style: none;
}
#main dl#news dt {
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 5em;
	padding-left: 15px;
	background-image: url(img/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}
#main dl#news dd {
	margin: 0px 0px 10px 6em;
}
#header ul li#nshop {
	border-right-style: none;
}

/* sidebar styles
-------------------------*/
#sidebar h2 {
	margin-bottom: 15px;
}
#sidebar dl dt a {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#sidebar dl dt a:hover {
	border: 1px solid #cd2f00;
}
#sidebar dl dt {
	clear: both;
}
#sidebar dl dd {
	margin-bottom: 10px;
}
#sidebar ul {
	padding: 8px;
}
#sidebar ul li {
	margin-bottom: 5px;
	list-style: none;
}
#sidebar  ul  li  a {
	display: block;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 200px;
	padding-left: 15px;
}
#sidebar ul li a:hover {
	background-image: url(img/arrow_hover.gif);
}
div#sidebar h3 {
	color: #CC3300;
}
/* footer styles
-------------------------*/
#footer ul li a {
	color: #FFFFFF;
}
#footer ul li a:hover {
	color: #FFFFCC;
	text-decoration: none;
}
#footer p a {
	color: #FFFFFF;
}
#footer p a:hover {
	color: #FFFFCC;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}
/* table
-------------------------*/
#main table {
	margin-bottom: 15px;
	border: 1px none #FFFFFF;
	width: 90%;
	margin-left: 15px;
}
#main  table  td {
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #996600;
	border-bottom: 1px solid #996600;
	border-left: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	font-size: 0.9em;
	line-height: 110%;
	margin-left: auto;
	margin-top: 5px;
	margin-right: auto;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
}
#main table td a {
	color: #961701;
	text-decoration: none;
	margin-top: 5px;
}
#main  table  td a:hover {
	color: #FFFFFF;
	background-color: #CC6600;
	background-repeat: repeat;
	width: 95px;
}
#main div.wk {
	float: left;
	width: 170px;
	margin-right: 18px;
	margin-bottom: 15px;
}
#main div.wk h3 {
	margin: 10px 0px 5px;
}
#main  div.wk  h3 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	padding-left: 7px;
	border-left: 3px solid #990000;
}
#main div.wk img {
	border: 1px solid #999999;
}
#main p#up {
	letter-spacing: normal;
	text-align: right;
	word-spacing: normal;
}
div#main address {
	text-align: right;
}
div#container address {
	text-align: right;
}
.floatright {
	float: right;
}

