@charset "utf-8";

html
{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}

body
{
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: small;
	line-height:1.7;
}

form, input { margin: 0; padding: 0; }
/*a { text-decoration: underline; }*/
a:link {text-decoration: none; color:#BC973C}
a:visited {text-decoration: none; color:#BC973C}
a:hover {text-decoration: underline; color:#896409}
a:active {text-decoration: underline; color:#896409}

a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
	/*margin-top: 10px;
	margin-bottom: 10px;*/
	margin:0;
}


/* standard helper classes */

.clr
{
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac ¥*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */





/* page layout */


#container {
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 790px;
	text-align: left;
}
#container-inner { position: static; width: auto; }


#header,#header-menu,#pagebody, #menu, #contents ,#banner,#alpha{
	position: relative;
}

#header-inner, #header-menu-inner,#pagebody-inner,#menu-inner, #contents-inner ,#banner-inner,#alpha-inner{
	position: static;
}



.black {
	color:#000000;
}
.large {
	font-size:medium;
}
.largebold{
	font-size:medium;
	font-weight:bold;
}
.normal {
	font-size:small;
}
.normalbold {
	font-size:small;
	font-weight:bold;
}
.small {
	font-size:x-small;
}
.caution {
	font-size:small;
	font-weight:bold;
	color:#FF0000;
}
/* basic page elements */


body {
	text-align: center; /* center on ie */
	background:#FFFFFF;
	color:#333333;
}
#header {
	padding-bottom:15px;
	margin-bottom:2px;
	background:#000000;
}
#header-menu {
	margin-right:15px;
	font-size:x-small;
	width:775px;
	text-align:right;
	color:#CCCCCC;
}
#header-menu a:link {text-decoration: none; color:#CCCCCC}
#header-menu a:visited {text-decoration: none; color:#CCCCCC}
#header-menu a:hover {text-decoration: underline; color:#FFFFFF}
#header-menu a:active {text-decoration: underline; color:#FFFFFF}

#pagebody {
	width:790px;
	background:url(images/bg.gif) repeat-y;
}
#pagebody-inner {
	padding-bottom:50px;
}
#menu, #contents {
	float:left;
}
#menu {
	width:200px;
	font-size:x-small;
	margin-right:2px;
}
#menu-inner {
	padding:5px;
}
#menu a:link {text-decoration: none; color:#CCCCCC}
#menu a:visited {text-decoration: none; color:#CCCCCC}
#menu a:hover {text-decoration: underline; color:#FFFFFF}
#menu a:active {text-decoration: underline; color:#FFFFFF}

.menu-title{
	width:178px;
	background:#262626;
	padding:12px 6px 12px 6px;
}
.menu-contents {
	padding:10px 5px 10px 5px;
	margin-bottom:10px;
	width:180px;
}

#menu-search-form input,#search-button{
	float:left;
}
#menu-search-form input {
	width:130px;
	margin-right:2px;
	color:#333333;
}
#search-button {
	width:40px;
}
#search-button a{
	display:block;
	padding:2px 5px;
	position:relative;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}
#search-button a:hover{
	background:#ffffff;
	text-decoration:none;
	color:#000000;
}
#menu-news-category ul {
	padding-left:20px;
}
#menu-news-category ul li {
	margin-bottom:5px;
}
#menu-news-archives select{
	font-size:x-small;
	width:130px;
}
#menu-news-ckc ul{
	list-style:none;
	padding:0;
}
#menu-news-ckc ul li{
	background:url(images/dotline.gif) bottom left repeat-x;
	padding-bottom:5px;
	margin-bottom:5px;
	font-size:x-small;
	font-weight:bold;
}
#menu-news-ckc ul li img {
	vertical-align:middle;
	margin-right:10px;
}
#menu-news-ckc ul li a {
	display:block;
	position:relative;
	text-decoration:none;
}
#menu-news-ckc ul li a:hover {
	background:#D93BAB;
	text-decoration:none;
	color:#FFFFFF;
}
#menu-news-other ul{
	padding-left:20px;
	color:#cccccc;
}
#menu-news-other ul li{
	margin-bottom:5px;
}

#contents {
	width:588px;
}
#content-topics {
	width:588px;
	margin-bottom:20px;
}
#contents-title {
	border-bottom:1px solid #000000;
	padding-bottom:7px;
	margin-bottom:15px;
	margin-left:18px;
	width:570px;
}

.entry {
	margin-bottom:25px;
	margin-left:18px;
	width:570px;
	font-size:x-small;
	letter-spacing:0.08em;
}
.entry p {
	margin:5px 0;
}
.entry h2 {
	font-size:small;
	font-weight:bold;
	width:570px;
	background:url(images/dotline.gif) bottom left repeat-x;
	padding-bottom:5px;
	margin-bottom:5px;
}
.entry-more-link {
}
.contents-navi {
	margin-top:20px;
	margin-bottom:20px;
	margin-left:18px;
	width:570px;
	text-align:center;
	font-size:x-small;
}
/***********NEW詳細************/
#news div#contents-title {
	margin-top:20px;
}
#to-pagetop {
	margin-bottom:25px;
	margin-left:18px;
	width:570px;
	font-size:x-small;
	letter-spacing:0.08em;
	text-align:right;
}
/***********OTHER詳細************/
#other div.entry {
	margin-top:20px;
}
#other div.entry-body {
	font-size:small;
}
/***********NEWリスト関連************/
#news-archive div#contents-title {
	margin-top:20px;
}
/***********ITEMリスト関連************/
#item-archive div#content-topics {
	margin-top:20px;
	margin-bottom:20px;
	margin-left:18px;
	width:570px;
}
.item-list {
	margin-left:18px;
	width:570px;
	margin-bottom:20px;
	font-size:x-small;
}
.item {
	width:280px;
	float:left;
	margin-right:8px;
}
.item-right {
	margin-right:0;
}
.item-img, .item-body {
	float:left;
}
.item-img{
	border:1px solid #9C9EA2;
	width:128px;
	margin-right:3px;
}
.item-body {
	width:140px;
}
.item-body h2 {
	font-size:x-small;
	font-weight:bold;
}
/***********ITEM詳細************/
#item-detail {
	margin-top:15px;
	margin-bottom:20px;
	margin-left:18px;
	width:570px;
}
#item-detail-img, #item-detail-body {
	float:left;
}

#item-detail-img {
	width:200px;
	margin-right:15px;
}
#item-detail-body {
	width:340px;
}
#item-detail-img p{
	margin-bottom:15px;
	font-size:x-small;
	color:#000000;
}
#item-detail-img p img{
	border:1px solid #000000;
}
#item-detail-body h2 {
	font-size:medium;
	font-weight:bold;
	width:340px;
	border-top: 8px solid #000000;
	border-bottom: 8px solid #000000;
	padding: 10px 0;
	margin-bottom:10px;
	color:#000000;
}

#item-detail-lead {
	background:url(images/dotline.gif) bottom left repeat-x;
	padding-bottom:10px;
	margin-bottom:10px;
}
#item-detail-price,#item-detail-main  {
	background:url(images/dotline.gif) bottom left repeat-x;
	padding-bottom:10px;
	margin-bottom:10px;
}

#item-detail-price table { 
	margin:15px 0px 10px 0px;
	border-collapse: collapse; /* 枠線の表示方法 */ 
	border: 1px #CCCCCC solid; /* テーブル全体の枠線（太さ・色・スタイル） */ 
}
#item-detail-price table caption{
	text-align:left;
	color:#000000;
	font-size:x-small;
	font-weight:bold;
}
#item-detail-price table input {
	margin:0 3px;
}

#item-detail-price th,#item-detail-price td { 
	border: 1px #CCCCCC solid; /* セルの枠線（太さ・色・スタイル） */
	padding:3px 5px 3px 5px;
	white-space:nowrap;
	font-size:x-small;
	text-align:center;
	vertical-align:middle;
}
#item-detail-price th {
	background:#CCCCCC;
	color:#000000;
	font-weight:normal;
}
#buy-button {
	width:340px;
	text-align:right;
}

/*************検索***********************/
#banner {
	background:#000000;
	font-family:"Times";
	font-size:large;
}
#banner-inner {
	padding:20px 0 20px 10px;
}
#banner a:link {text-decoration: none; color:#FFFFFF}
#banner a:visited {text-decoration: none; color:#FFFFFF}
#banner a:hover {text-decoration: underline; color:#FFFFFF}
#banner a:active {text-decoration: underline; color:#FFFFFF}

.layout-one-column div#pagebody {
	background:none;
}

/*************カテゴリ***********************/
.category {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: medium;
	font-weight: bold;
	border-top-width: medium;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-bottom-color: #000000;
	width: 570px;
	padding: 8px 0px 8px 0px
	margin-bottom: 15px;
}

