@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #999999;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
}
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: 870px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	margin: 0px auto;
}
#main {
	padding: 15px;
	float: right;
	width: 578px;
	margin-bottom: 20px;
}

#sidebar {
	padding: 15px;
	float: left;
	width: 215px;
	margin-bottom: 20px;
}
#footer {
	padding: 15px;
	clear: both;
	color: #FFFFFF;
	background-color: #333333;
}
/* header styles
------------------------------*/
#header {
	background-image: url(images/header01.jpg);
	background-repeat: no-repeat;
	height: 255px;
	border-top: 3px solid #990000;
	position: relative;
	margin-left: 7px;
}
#profile #header {
	background-image: url(images/header02.jpg);
}
#works #header {
	background-image: url(images/header05.jpg);
}
#order #header {
	background-image: url(images/header03.jpg);
}
#faq #header {
	background-image: url(images/header07.jpg);
}
#contact #header {
	background-image: url(images/header04.jpg);
}
#map #header {
	background-image: url(images/header06.jpg);
}
#header #logo {
	position: absolute;
	left: 15px;
	top: 30px;
	height: 134px;
}
#header ul {
	background-color: #FFFFFF;
	width: 858px;
	position: absolute;
	left: 0px;
	top: 200px;
	margin-left: 3px;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	width: 105px;
	height: 2.5em;
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
	display: block;
	border-top: 3px solid #FFFF66;
	border-bottom: 3px double #999999;
	border-left: 2.4px solid #FFFFFF;
}
#header ul li a:hover {
	background-color: #E8ECF5;
}

#header ul li#nHome a {
	border-left-style: none;
}
#home #header #nHome a,
#profile #header #nProfile a,
#works #header #nWorks a,
#order #header #nOrder a,
#faq #header #nFaq a,
#contact #header #nContact a,
#event #header #nEvent a,
#map #header #nMap a, 
#privacypolicy #header #nPrivacypolicy a
#sitepolicy #header #nSitepolicy a
#sitemap #header #nSitemap a
#tokuhoprofile #header #nSitemap a{
	color: #FFFFFF;
	background-color: #828CA7;
}

#header2 {
	background-image: url(images/header20.jpg);
	background-repeat: no-repeat;
	height: 80px;
	border-top: 3px solid #990000;
	position: relative;
	margin-left: 2px;
}
#header2 #logo {
	position: absolute;
	left: 15px;
	top: 3px;
	height: 80px;
}
/* main styles
------------------------------*/
#main h1 {
	font-size: 150%;
	font-weight: bolder;
	background-image: url(images/bullet3.gif);
	background-position: left center;
	padding: 4px 0px 4px 15px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #3300FF;
	border-bottom-color: #666666;
	background-repeat: no-repeat;
}
#main h2 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 15px;
	border-top: 3px solid #6633FF;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#main h4 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	background-image: url(images/bullet4.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 15px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #6633FF;
}

#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(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 12em;
	padding-left: 15px;
}
#main dl#news dd {
	margin: 0px 0px 10px;
}

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

#sidebar dl dt {
	clear: both;
}
#sidebar dl dd {
	margin-bottom: 10px;
}
#sidebar ul {
	margin-top: 10px;
}
#sidebar ul li {
	margin-bottom: 6px;
	list-style: none;
}
#sidebar ul li a {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 210px;
	padding-left: 15px;
}
#sidebar ul li a:hover {
	background-image: url(images/arrow_hover.gif);
}
#sidebar ol {
	padding-left: 20px;
	margin: 5px;
}
#sidebar ol li {
	margin-bottom: 0px;
	list-style-image: none;
	padding: 0px;
	list-style-type: circle;
}
#sidebar ol li a {
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 200px;
}
#sidebar ol li a:hover {
}

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

#main dl#faqList dt {
	font-weight: bold;
	background-image: url(images/q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}
#main dl#faqList dd {
	padding-left: 25px;
	padding-bottom: 1em;
}
/* table
------------------------*/
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}

#main table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table tr.odd {
	background-color: #EFEFEF;
}
/* works
------------------------*/

#main div.wk {
	float: left;
	width: 185px;
	margin-right: 3px;
	margin-bottom: 15px;
	height: 390px;
}
#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 #999999;
}
#main div.wk2 {
	float: left;
	width: 160px;
	margin-right: 10px;
	margin-bottom: 15px;
	height: 70px;
}
#main div.page {
	float: left;
	width: 500px;
	margin-right: 10px;
	margin-bottom: 15px;
	height: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-bottom-color: #333333;
}
#main div.page a {
	font-size: 14px;
	color: #0000FF;
	text-decoration: underline;
	
}
#main ul {
	margin-top: 10px;
}
#main ul li {
	margin-bottom: 4px;
	margin-left: 12px;
}
#main ul li a {
	text-decoration: underline;
}
#main ol li {
	margin-bottom: 4px;
	margin-left: 16px;
}
#main #wks {
	padding: 15px;
	float: right;
	width: 520px;
	margin-bottom: 20px;
}



/*details*/
#main2 {
	padding: 15px;
	float: left;
	width: 828px;
	margin-bottom: 20px;
}
#main2 h1 {
	font-size: 150%;
	font-weight: bolder;
	background-image: url(images/bullet3.gif);
	background-position: left center;
	padding: 4px 0px 4px 15px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #3300FF;
	border-bottom-color: #666666;
	background-repeat: no-repeat;
}
#main2 h2 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 15px;
	border-top: 3px solid #6633FF;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#main2 h4 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	background-image: url(images/bullet4.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 15px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #6633FF;
}

#main2 p {
	line-height: 1.8;
	margin-bottom: 1em;
}
/* table
------------------------*/
#main2 table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}

#main2 table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main2 table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main2 table tr.odd {
	background-color: #EFEFEF;
}
/* works
------------------------*/

#main2 div.wk {
	float: left;
	width: 170px;
	margin-right: 10px;
	margin-bottom: 15px;
	height: 390px;
}
#main2 div.wk h3 {
	margin: 10px 0px 5px;
}
#main2 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 #999999;
}
#main2 div.wk2 {
	float: left;
	width: 350px;
	margin-right: 10px;
	margin-bottom: 15px;
	height: 500px;
}

#main2 ul {
	margin-top: 10px;
}
#main2 ul li {
	margin-bottom: 4px;
	margin-left: 12px;
}
#main2 ul li a {
	text-decoration: underline;
}
#main2 ol li {
	margin-bottom: 4px;
	margin-left: 16px;
}
#main2 #wks {
	padding: 15px;
	float: right;
	width: 520px;
	margin-bottom: 20px;
}

#main2 #detail1{
	padding: 15px;
	float: left;
	width: 793px;
	margin-bottom: 20px;
}
#main2 #detail2{
	padding: 15px;
	float: left;
	width: 370px;
	margin-bottom: 20px;
}
#main2 #detail3{
		padding: 15px;
	float: right;
	width: 370px;
	margin-bottom: 20px;
}
#main2 #netsuke_detail1{
	padding: 15px;
	float: left;
	width: 380px;
	margin-bottom: 20px;
}
#main2 #netsuke_detail2{
	padding: 15px;
	float: right;
	width: 380px;
	margin-bottom: 20px;
}
#main2 #netsuke_detail3{
		padding: 15px;
	float: left;
	width: 793px;
	margin-bottom: 20px;
}
#main2 div.character {
	float: left;
	width: 253px;
	margin-right: 10px;
	margin-bottom: 15px;
	background-color: #FFCCCC;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}
#main2 div.exp {
	float: left;
	width: 360px;
	margin-right: 10px;
	margin-bottom: 15px;
}
#main2 div.wk3 {
	float: left;
	width: 253px;
	margin-right: 10px;
	margin-bottom: 15px;
}
#main2 div.wk3 h3 {
	margin: 10px 0px 5px;
}
#main2 div.wk3 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 #999999;
}
/*style*/
.style1{
	font-weight: bold;
	margin-left: 5px;
	margin-bottom: 20px;
}
/*style*/
.style2{
	color: #FF0000;
}

.modify{
	text-decoration: line-through;
	color: #999999;
}
.soldout {
	color: #FF9933;
}

.blank{
	margin-left: 500px;
}
.toNewPage{
	background-color: #FFFF99;
}
.toNextPre{
	text-align: right;
	float: right;
	width: 200px;
	padding: 20px 3px 0px;
}
