@charset "utf-8";

/* 全体（レイアウト） */

* {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #333333;
	font-size: 12px;
	font-family: verdana, 'trebuchet ms', sans-serif;
	line-height: 200%;
}

p {
	margin-bottom: 20px;
}

img {
	border: none;
}


/* 全体（アンカーテキスト） */

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #666600;
}


/* ページ（レイアウト） */

body {
	min-width: 900px;
	background: #FFFFFF url(images/body_bg.jpg) repeat-x top;
	text-align: center;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 900px;
}


/* ヘッダー（レイアウト） */

#header {
	position: relative;
	width: 900px;
	height: auto;
	background: url(images/header_bg.jpg) repeat-y top left;
	text-align: left;
}


/* ヘッダー（サイトタイトル） */

h1 {
	position: static;
	height: 20px;
	line-height: 20px;
	text-align: right;
	color: #666666;
	font-weight: normal;
}

#header-title {
	position: static;
	width: 200px;
}


/* ヘッダー（メニュー） */

#header-navi {
	position: static;
	margin-top: 20px;
	width: 900px;
	background: url(images/navi_bg.jpg) repeat top left;
	height: auto;
	text-align: center;
}

#header-navi ul {
	margin-left: 1px;
}

#header-navi li {
	float: left;
}

#header-navi li a {
	display: block;
	margin: 3px auto 2px 3px;
	width: 176px;
	height: 40px;
	background: url(images/navi_bg1.jpg) repeat;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
}

#header-navi li a:hover {
	background: url(images/navi_bg2.jpg);
}


/* パンクズ */
.pan {
	position: static;
	width: 900px;
	height: 50px;
	text-align: left;
}

.pan li {
	margin-right: 5px;
	line-height: 50px;
	float: left;
}

.pan a {
	line-height: 50px;
}


/* ボディ（レイアウト） */

#pagebody {
	position: static;
	width: 900px;
	height: auto;
	text-align: left;
}

#header + #pagebody {
	margin-top: 50px;
}


/* コンテンツ（レイアウト） */

#contents{
	position: relative;
	width: 680px;
	margin-left: 20px;
	float: right;
}


/* コンテンツ */

#contents h2 {
	position: relative;
	height: 40px;
	width: 680px;
	margin-bottom: 20px;
	background: url(images/h2.jpg) no-repeat;
	text-indent: 40px;
	font-size: 15px;
	line-height: 40px;
}

#contents h3 {
	position: relative;
	height: 30px;
	width: 676px;
	margin-bottom: 20px;
	border-style: solid;
	border-width: 2px;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
	text-indent: 10px;
	font-size: 15px;
	line-height: 30px;
}

#contents .contents-main {
	position: static;
	margin: 0 20px 50px 20px;
	height: auto;
	width: 640px;
	clear: both;
}


/* サイドバー（レイアウト） */

#side {
	position: relative;
	width: 200px;
	float: left;
}

#side .sidenavi {
	position: relative;
	overflow: hidden;
	width: 200px;
	height: auto;
	margin: 0 0 20px 0;
	background: url(images/navi_bg.jpg) repeat top left;
}

#side .sidenavi-header {
	position: relative;
	margin: 3px;
	padding: 0 10px;
	height: 40px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	line-height: 40px;
	background: url(images/navi_bg1.jpg) repeat;
	font-size: 12px;
}

#side .sidenavi-content {
	position: relative;
	margin: 3px;
}

#side li {
	margin-top: 5px;
	padding: 0 15px;
	background: url(images/navi_bg3.jpg) repeat-x bottom;
	height: 30px;
	line-height: 30px;
}

#side a:hover {
	color: #666600;
}

#side .picup {
	background: url(images/navi_bg2.jpg) repeat;
}

#side .info {
	padding: 3px;
	background-color: #FFFF99;
	font-size: 10px;
}

#side .info a {
	font-size: 10px;
}

#side .buy a {
	display: block;
	padding: 0 10px;
	background: url(images/navi_bg1.jpg) repeat;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 40px;
}

#side .buy a:hover {
	background: url(images/navi_bg2.jpg);
	color: #FFFFFF;
}

#side .privacy-map {
	text-align: center;
}



/* フッター */

#footer {
	clear: both;
	position: relative;
	height: 40px;
	background: url(images/footer_bg.jpg) repeat-x;
	font-size: 10px;
	text-align: center;
	line-height: 40px;
}


/* 位置の指定 */

.center
{
	text-align: center;
	width: auto;
}

.left
{
	float:left;
	margin-right: 15px;
}

.right
{
	float:right;
	margin-left: 15px;
}

.clear
{
	clear: both;
}

.top-img 
{
	padding-bottom: 10px;
}


/* 色の指定 */

.red{ color:#FF0000; }

.green{ color:#008000; }

.cha{ color:#663300; }

.blue{ color:#0000dd; }

.yellow{ color: #ffff00; }

.orange{ color: #ff6600; }



/* 装飾の指定 */

.strong{ font-weight:bold; }


/* テーブル */

table{
	background:#999;
	text-align:center;
}

table tr
{
	background:#fff;
}

table td
{
	background:#fff;
	height:40px;
}


/* リスト */

.contents-main ul {
	margin-left: 20px;
	margin-bottom: 20px;
}

.contents-main ul.list-disc {
	margin-left: 40px;
}

.contents-main ul.list-disc li {
	list-style: disc;
}

.contents-main ul.list-privacy {
	margin-left: 20px;
}

.contents-main ul.list-privacy li {
	list-style: disc;
	margin-bottom: 20px;
}

.contents-main dl dt {
	font-weight: bold;
}

.contents-main dl dd {
	margin: 0 0 20px 20px;
}

.contents-main dl.summary {
	margin-left: 32px;
	margin-bottom: 20px;
}

.contents-main dl.summary dt {
	clear: both;
	float: left;
	font-weight: normal;
	text-indent: -1em;
}

.contents-main dl.summary dd {
	margin: 0 0 0 20px;
}


.contents-main dl ul {
	margin-left: 0;
}



/* その他 */

.gotop {
	margin-bottom: 50px;
	border-top: #666666 solid 2px;
	text-align: right;
	clear: both;
}

hr
{
	border: thin dotted #999;
	width: 580px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.product
{
	text-align: center;
	width: 850px;
	font-size: xx-small;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat;
}

.product a{
   color: #666666;
   text-decoration: none;
   font-size: xx-small;

}


/* 商品紹介エリア */

#contents h2.shouhin {
	background: url(images/h2_shouhin.jpg) no-repeat;
}

.contents-border {
	position: static;
	margin: 0 0 30px 0;
	height: auto;
	width: 680px;
	clear: both;
	background: url(images/area_middle.jpg) repeat-y;
}

.contents-border .top {
	width: auto;
	height: 1px;
	background: url(images/area_top.jpg);
}

.contents-border .middle {
	width: auto;
	margin: 20px;
}

.contents-border .bottom {
	clear: both;
	width: auto;
	height: 3px;
	background: url(images/area_bottom.jpg);
}

.contents-border .h {
	margin-bottom: 20px;
	padding: 0 10px;
	background: url(images/shouhin_bg.jpg) repeat;
	color: #006666;
	font-size: 15px;
	font-weight: bold;
}

.contents-border .h a {
	color: #006666;
	font-size: 15px;
}

.contents-border .left {
	float: left;
	width: 200px;
}

.contents-border .right {
	float: right;
	margin-left: 20px;
	width: 400px;
}

.contents-border .kakaku {
	margin-top: 20px;
	width: 200px;
	height: 30px;
	background: #CCCCCC;
	text-align: center;
	font-weight: bold;
	color: #000033;
	line-height: 30px;
}

.contents-border .kakaku a {
	display: block;
	width: 200px;
	height: 30px;
	color: #000033;
	line-height: 30px;
}

.contents-kounyuu {
	position: static;
	margin-bottom: 50px;
	height: auto;
	width: 680px;
	clear: both;
	text-align: center;
}


.contents-border .shousai {
	margin:0 auto 20px auto;
	width:200px;
	height:30px;
	text-align: center;
	color:#333333;
	line-height: 30px;
}

.contents-border .shousai a {
	display: block;
	width: 200px;
	height: 30px;
	text-align: center;
	color:#333333;
	line-height: 30px;
}

.contents-border .kounyuu,
.contents-kounyuu .kounyuu {
	margin:0 auto;
	width:200px;
	height:30px;
	text-align: center;
	color:#FFFFFF;
	font-weight: bold;
	line-height: 30px;
}

.contents-border .kounyuu a,
.contents-kounyuu .kounyuu a {
	display: block;
	width: 200px;
	height: 30px;
	text-align: center;
	color:#FFFFFF;
	line-height: 30px;
}


/* Q&Aエリア */

#contents h2.qa {
	background: url(images/h2_qa.jpg) no-repeat;
}

#contents h3.qa {
	font-size: 12px;
}

.contents-main p.a {
	padding-left: 5px;
	background: #CCCCCC;
	font-weight: bold;
}

div.qa li {
	margin-left: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	list-style: disc;
}

div.qa li li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	list-style: none;
}

div.qa li li a {
	line-height: 150%;
}

div.qa a:hover {
	color: #666600;
}


/* サイトマップ */

.map .top-link a {
	color: #003333;
	font-weight: bold;
}

.map li {
	margin-left: 10px;
	margin-bottom: 10px;
	color: #003333;
	font-weight: bold;
	list-style: disc;
}

.map li a {
	color: #003333;
}

.map li li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	list-style: circle;
}

.map li li a {
	color: #333333;
	line-height: 150%;
}

.map a:hover {
	color: #666600;
}

