@charset "Shift_JIS";
@import url("reset-min.css");

/* -- Generic -- */

body {
	color: #4c3e14;
	background: #ebe1a9 url(../img/bg1.jpg) no-repeat center top;
	font: 93%/1.5em Verdana,Arial,Helvetica,sans-serif,"ƒqƒ‰ƒMƒmŠpƒS Pro W3","‚l‚r ƒSƒVƒbƒN",Osaka;
	width: 100%;
	display: table;
}

h1 {
	font-size: 123.1%;
	color: #000;
	font-weight:bold}

h2 {
	font-size: 108%;
	color: #000;
	font-weight:bold}
	
h3 {
	font-size: 100%;
	color: #000;
	font-weight:bold}

h4 {
	font-size: 100%;
	color: #4c3e14;
	font-weight: normal;
	line-height:1.5em;
}

.clear {
	clear:both;
}

a, a:visited {
	color: #74325c;
	text-decoration: underline;
}

a:hover {
	background-color: #e9dfe5;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

em {
	font-style:italic;
}

ol li{
	margin:0 0 0 3em;
	padding: 0 0 1em 0;
	list-style: decimal;
	text-align: left;
}

ul li{
	margin:0 0 0 3em;
	padding: 0 0 1em 0;
	list-style:disc;
	text-align: left;
}

div .dotline {
	height: 1px;
	width: 100%;
	background: url(../img/dotline.gif) repeat-x;
	margin: 0 0 5px 0;
	clear: both;
}

.c {
	text-align: center;
}

.red {
	color:#a90c24;
}

.dark {
	font-weight: bold;
}


/* -- Header -- */

#header {
	height: 208px;
	width: 780px;
	margin: 0 auto;
	position: relative;
}

#logo {
	position: absolute;
	top: 82px;
	left: 253px;
}

#description {
	width: 527px;
	text-align: left;
	position: absolute;
	left: 253px;
	top: 145px;
	color: #948e5c;
	line-height: 1.3em;
	overflow: hidden;
}

#language {
	width: 780px;
	text-align: right;
	position: absolute;
	top: -1px;
	color: #948e5c;
	overflow: hidden;
	margin: 10px 0;
	left: -3px;
}

#language li {
	margin:0;
	display: inline;
	padding-left: 10px;
}

#language a {
	color: #23543f;
}


/* -- Main Navigation -- */

#nav {
	margin: 0 auto;
	padding: 0;
	top: 209px;
	height: 28px;
	width: 780px;
	overflow: hidden;
}

#nav ul {
	position: relative;
}

#nav a {
	display: block;
	height: 28px;
}
	
#nav li {
	margin: 0;
	padding: 0;
	height: 28px;
	width: 106px;
	text-indent: -300em;
	position: absolute;
	display: block;
	overflow: hidden;
}

#nav li#home {
	left: 296px;
	width: 83px;
	background: url(../img/nav_home.gif) top left no-repeat;}

#nav li#about {
	left: 379px;
	width: 83px;
	background: url(../img/nav_about.gif) top left no-repeat;}

#nav li#shoten {
	left: 462px;
	background: url(../img/nav_shoten.gif) top left no-repeat;}

#nav li#news {
	left: 568px;
	background: url(../img/nav_news.gif) top left no-repeat;}

#nav li#shop {
	left: 674px;
	background: url(../img/nav_shop.gif) top left no-repeat;}

#nav a:hover {
	background-color: transparent;
}

#nav #home:hover,
#nav #about:hover,
#nav #shoten:hover,
#nav #news:hover,
#nav #shop:hover {
	background-position: bottom left;
}

#nav #home.current,
#nav #about.current,
#nav #shoten.current,
#nav #news.current,
#nav #shop.current {
	background-position: bottom left;
}

/* -- Contents -- */

#cwrapper {
	margin: 0 auto;
	width: 780px;
	background: #f4f0d3 url(../img/bg2.jpg) top left no-repeat;
	border-top: #a90c24 3px solid;
}

#cwrapper.bw {
	background: #fff url(../img/bg4.gif) top left repeat-y;
}

#cwrapper .col1 {
	margin: 0;
	padding-left: 30px;
	float: left;
	width: 450px;
}

#cwrapper h1 {
	line-height: 1.3em;
	padding: 45px 0 10px;
	background-image:url(../img/dotline.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

#cwrapper h1 a, #cwrapper h1 a:visited {
	color: #000;
	text-decoration: none;
}

#cwrapper p {
	padding: 12px 0;
	line-height: 1.8em;
}

#cwrapper .col1 img.thumb {
	float: right;
	margin: 12px 0 10px 12px;
}

#cwrapper .col1 .moreinfo {
	text-align: right;
	background: url(../img/dotline.gif) repeat-x top left;
	font-size: 91.4%;
	padding: 8px 0 10px 0;
}

#cwrapper .col1 .pagetop,#cwrapper .col5 .pagetop {
	text-align: right;
	background: url(../img/dotline.gif) repeat-x bottom left;
	font-size: 91.4%;
	padding: 8px 0 10px 0;
}

#cwrapper .col1 .pagetop2 {
	text-align: right;
	background-image:none;
	font-size: 91.4%;
	padding: 8px 0 10px 0;
}

#cwrapper .col1 table.help {
	font-size:.87em;
	margin:0;
	border-collapse: collapse;
	width: 450px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: left;
}

#cwrapper .col1 table.help th {
	width: 10em;
	padding: 0.2em 0.5em;
	background-color:#ededed;
	border-top: 1px solid #ccc;
	font-size:.87em;
	font-weight:normal;
}

#cwrapper .col1 table.help td {
	padding: 0.5em 1em;
	border-top: 1px solid #ccc;
}

#cwrapper .col1 .newsspec {
	margin: 1em;
	padding: 0 10px;
	background-color:#fff;
}

#cwrapper .col1 .newsspec table{
	margin: 0 0 0 10px;
	width: 390px;
	border-collapse: collapse;
	border: none;
	text-align: left;
}

#cwrapper .col1 .newsspec th {
	width: 6em;
	padding: 0.2em;
	font-weight:normal;
	font-size: 85%;
	text-align: center;
	border-top: 1px solid #ccc;
	background-color: transparent;
}

#cwrapper .col1 .newsspec td {
	padding: 0.5em;
	border-top: 1px solid #ccc;
}

#cwrapper .col2 {
	float: right;
	width: 240px;
	margin: 20px 0;
	padding-right: 15px;
}

#cwrapper .col2 .postittitle {
	width: 200px;
	margin: 0 auto;
	text-align: center;
	padding: 12px 0 0 0;
	color: #686426;
	font-size: 91.4%;
	border-bottom: 1pt dotted #5c6c40;
}

#cwrapper .col2 .postit1, #cwrapper .col2 .postit2, #cwrapper .col2 .postit3 {
	width: 240px;
}

#cwrapper .col2 .postit1 {background: #dfde67;}
#cwrapper .col2 .postit2 {background: #b0d391;}
#cwrapper .col2 .postit3 {background: #eadfc0;}

#cwrapper .col2 ul {
	padding: 8px 0 0 0;
	list-style:none;
}

#cwrapper .col2 .postit1 ul li,#cwrapper .col2 .postit2 ul li,#cwrapper .col2 .postit3 ul li {
	line-height: 1.4em;
	display: block;
	width: 200px;
	margin: 12px auto;
	padding: 0 0 0 20px;
	background: url(../img/dot1.gif) no-repeat 5px 8px;	
}

#cwrapper .col2 ul li a,#cwrapper .col2 .postit1 p a,#cwrapper .col2 .postit2 p a,#cwrapper .col2 .postit3 p a{
	display: block;
	color: #4c3e14;
	text-decoration: none;
}

#cwrapper .col2 .postit1 a:hover, #cwrapper .col2 .postit2 a:hover, #cwrapper .col2 .postit3 a:hover {
	background: #ece9e1;
}	
	
#cwrapper .col2 .postit-spacer {
	height: 20px;
	background: transparent;
}

#cwrapper .col2 .postit-bottom1, #cwrapper .col2 .postit-bottom2, #cwrapper .col2 .postit-bottom3{
	width: 192px;
	height: 53px;
	text-align: right;
	padding: 12px 24px 0;
	color: #686426;
	font-size: 91.4%;
	overflow: hidden;
}

#cwrapper .col2 .postit-bottom1 {background: #dfde67 url(../img/postit_bottom1.jpg) no-repeat bottom right;}

#cwrapper .col2 .postit-bottom2 {background: #b0d391 url(../img/postit_bottom2.jpg) no-repeat bottom right;}

#cwrapper .col2 .postit-bottom3 {background: #eadfc0 url(../img/postit_bottom3.jpg) no-repeat bottom right;}

#cwrapper .col2 .sampleimg img{
	padding: 0 0 3px 0;
}

#cwrapper .col2 p{
	margin: 0;
	padding: 15px 10px 15px 15px;
	line-height: 1.5em;
}

#cwrapper .col2 .postit3 p{
	padding: 15px 5px;
	text-align:center;
	line-height:1.2em;
	font-size: 91.4%;
}

#cwrapper .col2 .postit3 img {
	padding: 0 0 2px 0;
}

#cwrapper .col2 img.thumb2{
	float: right;
	margin: 0 0 10px 6px;
}

#cwrapper .col2 form {
	padding: 8px 0 20px 20px;
	line-height: 2em;
}

#cwrapper .col2 .caption {
	text-align: left;
	padding: 0 0 0 20px;
	color: #686426;
	font-size: 91.4%;
}

#cwrapper .devider {
	height: 1px;
	background: url(../img/dotline.gif) repeat-x;
	margin: 10px 0 10px 10px;
}

#cwrapper .col2 .catlist ul li {
	line-height: 1.4em;
	display: block;
	margin: 0;
	padding: 6px 0 6px 20px;
	background: url(../img/dot1.gif) no-repeat 5px 8px;	
}

#cwrapper .col2 .catlist ul li a:hover {
	text-decoration: underline;
	background: none;
}

#cwrapper .col3 {
	margin: 0 auto;
	width: 680px;
}

#cwrapper .col4 {
	margin: 0 auto;
	width: 720px;
	text-align: center;
}

#cwrapper .col5 {
	margin: 0;
	padding: 0 0 0 15px;
	float: left;
	width: 490px;
	color: #333;
	font-size: 93%;
}

#cwrapper .col5 .catgallery h1 {
	margin: 0;
	padding: 2em 0 5px 0;
	text-align: center;
	}
	
#cwrapper .col5 .catgallery ul{
	padding: 10px 0 0 0;
	list-style-type: none;
	font-size: 10px;
}

#cwrapper .col5 .catgallery li {
	float: left;
	display: inline;
	height: 170px;
	width: 115px;
	margin: 0 0 0 4px;
	padding: 0;
	text-align: center;
	line-height: 1.3em;
}

#cwrapper .col5 .catgallery li a {
	text-decoration: none;
}

#cwrapper .col5 .catgallery img {
	margin:0 0 2px 0;
}	

#cwrapper .col5 .icons p {
	margin: 0;
	padding: 0 0 5px 0;
	background-image:url(../img/dotline.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

#cwrapper .col5 .icons img,#cwrapper .col1 .icons img,#cwrapper .col2 .icons img {
	padding: 0;
	vertical-align:middle;
}

#cwrapper .breadcrumb {
	width: 780px;
	margin: 0 auto;
	padding: 5px 0;
	font-size: 91.4%;
	color: #686426;
	background: #d6cba5;
	text-align: center;
}

#cwrapper .col2 .catlist li.active{
	background-color:#fff;
}

#cwrapper p.breadcrumb2 {
	width: 100%;
	margin: .5em 0 0 0;
	padding: .5em 0;
	font-size: 85%;
	color: #333;
	background-color: #ededed;
	text-align: center;
}

#cwrapper .col5 img.cover {
	float:left;
	margin: 10px 10px 10px 0;
}

#cwrapper .col5 table.bkspec {
	float:right;
	margin: 10px 0 10px 0;
	width: 275px;
	border-collapse: collapse;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: left;
	color: #333;
}

#cwrapper .col5 table.bkspec th {
	width: 7em;
	padding: 0.2em 0.5em;
	background-color:#ededed;
	border-top: 1px solid #ccc;
	font-weight:normal;
	font-size: 85%;
	text-align: center;
}

#cwrapper .col5 table.bkspec td {
	padding: 0.5em 1em;
	border-top: 1px solid #ccc;
}

#cwrapper .col5 h2 {
	padding: 1.5em 0 0 0;
}

#cwrapper .col5 .quote {
	margin: 0 15px 1em 15px;
	padding: 0 10px 1em 10px;
	background-color:#ece9e1;
}

#cwrapper .col5 .quote ul.toc {
	margin: 0 0 0 2em;
	padding: 0;
	font-size: 100%;
}

#cwrapper .col5 .quote ul.toc li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	line-height: 1.6em;
}

#cwrapper .col5 .bkspec2 {
	margin: 0 15px 1em 15px;
	padding: 0 10px;
	background-color:#ece9e1;
}

#cwrapper .col5 .bkspec2 table.morespec {
	margin: 0 0 0 10px;
	width: 425px;
	border-collapse: collapse;
	border: none;
	text-align: left;
}

#cwrapper .col5 .bkspec2 table.morespec th {
	width: 7em;
	padding: 0.2em;
	font-weight:normal;
	font-size: 85%;
	text-align: center;
	border-top: 1px solid #ccc;
	background-color: transparent;
}

#cwrapper .col5 .bkspec2 table.morespec td {
	padding: 0.5em;
	border-top: 1px solid #ccc;
}

#spnotes {
background: #ededed;
margin: 0 0 10px 0;
padding: 0 10px;
}

#spnotes img,#cwrapper .col5 .bkspec2 img {
float: right;
padding: 0 0 10px 10px;
}

#footer {
	width: 780px;
	margin: 0 auto;
	position: relative;
}

#footer .gototop {
	position: absolute;
	top: 0px;
	left: 652px;
}

#footer .gototop a:hover {
	background-color:transparent;
}

#footer .copyright {
	width: 750px;
	padding: 20px 0 0 30px;
	font-size: 85%;
	height: 150px;
	background: #decf7e url(../img/bg3.jpg) no-repeat bottom right;
	line-height: 1.3em;
	overflow: hidden;
}
