@charset "utf-8";

/* --------------------------------------------------------------------------------------
 products
--------------------------------------------------------------------------------------- */

body {
	position: relative;
	min-width: 320px;
	color: #292929;
	font-size: 12px;
	background-color: #ffffff;
}
.container a{
	color:#699ec7;
	text-decoration:underline;
}
.container a:hover{
	text-decoration:none;
}
.container a.blank{
	background: url(../img/icn_window.png) right center no-repeat;
	padding-right:18px;
}
.container a:hover{
	text-decoration:none;
}

/* headArea */
.container #headarea {
	margin-top:15px;
	padding-bottom:20px;
	background: url(../img/contact_ttl_bg.gif) center top repeat-x;
	-webkit-background-size: 2px auto;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
	text-align:center;
	position: relative;
}
.container #headarea h1{
	text-align:center;
	margin-bottom:12px;
}
.container #headarea h1 img{
	width: 100%;
}

/* topicpath */
.container #headarea .topicpath {
	position: absolute;
	right:0px;
	top:56.8%;
	z-index:1000;
}
.container #headarea .topicpath li{
	float:left;
	background: url(../img/topicpath_dots.gif) left 2px no-repeat;
	-webkit-background-size: 5px auto;
	-moz-background-size: 5px auto;
	background-size: 5px auto;
	padding-left:13px;
	padding-right:10px;
	font-size:10px;
	line-height:1em;
}
.container #headarea .topicpath li.home{
	background: none;
}
.container #headarea .topicpath li a {
	color:#699ec7;
	text-decoration:none;
}
.container #headarea .topicpath li a:hover {
	text-decoration:underline;
}


/* contents */
.container #contents{
	width: 100%;
	position: relative;
}

/* -- shop -- */
.container .shop {
	width: 93%;
	margin:0 auto 50px auto;
}
.container .shop h2 {
	margin-bottom:20px;
}
.container .shop h2 img {
	width: 100%;
}
.container .shop .main_img {
	text-align:center;
}
.container .shop .main_img img{
	width: 60%;
}
.container .shop .productlink_img{
	text-align: center;
	margin-top:10px;
}
.container .shop .productlink_img img{
	width: 40%;
}
.container .shop .copy{
	margin:20px auto;
	text-align:left;
	font-size:12px;
	line-height:18px;
}
.container .shop .copy{
	margin:20px auto;
	text-align:left;
	font-size:12px;
	line-height:18px;
}
.container .shop dl {
	width:100%;
	margin-bottom:20px;
}
.container .shop dt {
	font-weight:bold;
	padding:10px;
	font-size:14px;
	line-height:1em;
}
.container .shop dd {
	padding:0 10px 10px 10px;
	font-size:13px;
	line-height:2em;
}
.container .shop dt.odd,
.container .shop dd.odd {
	background:#f5f5f5;
}


