@charset "UTF-8";

/* --- global --- */
html,body,div,p,span,form,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,table,th,td,tr {
	margin:0;
	padding:0;
	font-size: 100%;
	letter-spacing: 0.1em;
}
ul {
	list-style: none;
}
br {
	letter-spacing:0px;
}
body {
	text-align: center;
	font-size: 75%;
	line-height: 150%;
	font-family: 'ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
	color: #012240;
	background-color: #dfe7e7;

}
img {
	margin:0;
	padding:0;
	border:none;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
table,th,td,tr {
	border-collapse:collapse;
}
a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#C82D72;
	text-decoration:none;

}

.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear:both;
}
/* --- layout --- */
h1{
	margin: 0 auto;
	padding: 0 10px;
	width: 700px;
	height: 170%;
	text-align: right;
	background-repeat: no-repeat;
	background-image: url("../share/bg_01.gif");
	background-position: bottom;
}
#layout {
	margin: 0 auto;
	padding: 0 10px;
	width: 700px;
	text-align: left;
	background-repeat: repeat-y;
	background-image: url("../share/bg_02.gif");
}

#header {
	height: 110px;
}
#header .left {
	width: 190px;
}
#header .left a {
	display: block;
	width: 190px;
	height: 110px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-image: url("../share/header_logo.jpg");
	background-position: left top;
}
#header .left a:hover {
	background-position: left bottom;
}
#header .right {
	width: 510px;
	height: 110px;
	background-repeat: no-repeat;
	background-image: url("../share/header_bg.jpg");
}
#header .right ul.submenu {
	margin: 0 0 0 250px;
}
#header .right ul.submenu li {
	display: inline;
}
#header .right ul.menu {
	margin: 18px 0 0 45px;
	height: 54px;
}
#header .right ul.menu li {
	float: left;
	display: block;
}
#header .right ul.menu li a {
	display: block;
	padding-top: 21px;
	height: 33px;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: left top;
}
#header .right ul.menu li a:hover {background-position: left bottom; color: #fff;padding-top: 18px; height: 36px;}
#header .right ul.menu li.pottery a	{padding-left: 18px;width: 115px;background-image: url("../share/header_menu_01.gif");}
#header .right ul.menu li.tools a	{padding-left: 12px;width: 107px;background-image: url("../share/header_menu_02.gif");}
#header .right ul.menu li.gift a	{padding-left: 12px;width: 88px;background-image: url("../share/header_menu_03.gif");}
#header .right ul.menu li.outlet a	{padding-left: 12px;width: 100px;background-image: url("../share/header_menu_04.gif");}
#submenu {
	clear: both;
}
#submenu .left {
	width: 430px;
}
#submenu .left ul {
	padding: 0.5em 0 0.2em 0.5em;
}
#submenu .left ul li {
	display: inline;
}
#submenu .left li a{
	padding: 0.2em 0.4em 0.2em 0.4em;
}

#submenu .left ul li span.prefix {
	padding: 0 0.4em 0 0.6em;
}
#submenu .right {
	width: 260px;
	height: 30px;
}
#submenu .right li{
	float: right;
	display: block;
	height: 30px;
}
#submenu .right li a{
	display: block;
	height: 30px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
}
#submenu .right li a:hover{
	background-position: left bottom;
}
#submenu .right li.cart a{
	width: 144px;
	background-image: url("../share/submenu_cart.gif");
}
#submenu .right li.mypage a{
	width: 107px;
	background-image: url("../share/submenu_mypage.gif");
}

/* clearfix */
#submenu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#submenu {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .#submenu { height: 1%; }
#submenu { display: block; }
/* End hide from IE-mac */

#eyecatch{
	clear: both;
	margin-bottom: 10px;
	background-color: #eee;
}
#contents {
	clear: both;
}
#contents p {
	margin: 0 0 1em 0;
}
#footer {
	clear: both;
	padding-top: 10px;
	height: 60px;
	background-repeat: no-repeat;
	background-image: url("../share/footer_bg.jpg");
	background-position: bottom;
}
#footer .menu {
	padding: 0 20px;
	height: 34px;
}
#footer .menu li {
	display: inline;
	padding: 0 10px 0 0;
	line-height: 34px;
}
#footer .menu li a{
	padding: 0.3em 0.5em;
	font-weight: bold;
	color: #eee;
	text-decoration:none;
}
#footer .menu li a:hover{
	text-decoration: underline;
}
#footer p.copyright {
	padding: 7px 7px 0 0;
	text-align: right;
}

/* class */
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.beginner {
	background-image: url("../share/icon_howto.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}
.border {
	background-image: url("../share/border.gif");
	background-repeat: repeat-y;
	background-position: bottom;
}
a img.link {
	border: 1px solid #fff;
}
a:hover img.link {
	border: 1px solid #C82D72;
}
.liststyle01 {
	padding-left: 14px;
	background: url("../share/icon_arrow.gif") no-repeat 0 3px;
}
.cc82d72 {
	color: #c82d72;
}

