@charset "utf-8";
/* ======================================== サイト全体に適用*/
* { /* 全ての要素の間隔・余白を０へ */
margin:0;
padding:0;
}



body {
	margin: 0;
	font-size: 96%;
	color: #333;
	text-align: center;
	background-color: #FFFFFF;
}


p, /* 文章の行間を指定 */
#main ul,
#main ol,
#menuL ul,
#menuL ol,
dl
{
	line-height: 160%;
}



/* ========================================  #page ページ外枠 */
#page {
	width: 800px;
	padding: 0px 20px;
	margin: 0px auto;
	text-align: left;
	background-color: #FFFFFF;
}


/* ========================================  #header 画面上部 */
#header {
	padding: 10px 0 0;
	margin: 0;
}



#headerinfo { /* ヘッダー右上の文字スペース */
	text-align: right;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



#header #header_title {/* ヘッダー左上のタイトルスペース */
	float: left;
	font-size: 24px;
	color: #666666;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 0px;
	height: 35px;
}



#header #headerimg {
	clear: both;
	height: 140px;
	margin: 2px 0 0;
	border-top: 2px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-image: url(img/headback002.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}



#header #headerimg #msg { /* ヘッダー内メッセージ */
	color:#999999;
	margin:60px auto auto;
	text-align:center;
	font-size: 24px;
	font-weight: bold;
}



#header img {
	border: none;
}



/* ========================================  #menu 上部メニュー */
#menu {
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}



ul.menu_f01{ /* 上部メニュー */
	background-color: #F0F0F0;
	height: 40px;
	border-bottom: 5px solid #999999;
	margin: 0px;
	border-top: 1px solid #999999;
}


ul.menu_f01 li{
	float: left;
	border-right: 1px solid #999999;
	display: block;
}


ul.menu_f01 li a{
	height: 25px;
	width: 110px;
	padding: 15px 0px 0px;
	border-bottom: 5px solid #999999;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #F0F0F0;
}


ul.menu_f01 li a.nowthis{
	border-bottom: 5px solid #FF6699!important;
}


ul.menu_f01 li a:hover , ul.menu_f01 li a.nowthis{
	padding: 15px 0px 0px;
	border-bottom: 5px solid #FF6699;
	background-color: #E8E8E8;
}



/* ======================================== #contents 画面中央部 #mainとサイドメニューの外枠 */
#contents{
	padding: 15px 0px 0px;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(img/backS001.png);
	background-position: top;
	background-repeat: repeat-x;
}



/* ========================================  #main ページの本文 */
#main {
	width:595px;
	padding: 0;
	margin: 10px 0 0 200px;
	background-color: #FFF;
	font-size: 13px;
	line-height: 1.6;
	color: #666666;
}

/* +++++++++++++++ 新規追加 */
.hidden{
	display:none;
}

#main #box{
	background-color: white;
	float: left;
}
#main #box #categoryNavi{
	background-color: white;
	float: left;
	width: 100%;
	padding-left: 0px;
	font-size: 13px;
	line-height: 20px;
}
#main #box #categoryNavi p{
	clear:both;
	color: #666666;
	padding-top: 10px;
}
#main #box #categoryNavi .categoryBox{
	float: left;
	width:250px;
	font-size: 13px;
	line-height: 20px;
	border-left: thin solid #CCC;
	background-color: #F3F3F3;
	padding:0px 0px 0px 0px;
	margin:16px 4px 0px 0px;

}
#main #box #categoryNavi .categoryBox a {
	color: #333;
	text-decoration: none;
	display: block;
	padding-left: 16px;
	padding-bottom: 16px;
       background-image: url(img/005_54.png);
       background-position: 4px 4px;
       background-repeat: no-repeat;
}
#main #box #categoryNavi .categoryBox a:hover {
	color: #666;
	background-color: #CCCCCC;
       background-image: url(img/005_54.png);
       background-position: 4px 4px;
       background-repeat: no-repeat;
}

#main #box .images {
	margin: 30px 0px 0px 0px;
	width: 410px;
	float: left;

}

#main #box .itembox {
	float: left;
	margin-top: 30px;
	margin-left: 0px;
	color: #666666;
	font-size: 13px;
	line-height: 1.4;
	width: 180px;
}
#main #box .itembox .topbox {
	float: left;
	color: #000000;
	width:100%;
	margin-bottom: 0px;
	border-bottom: thin dotted #000;
}
#main #box .itembox .topbox .number {
	float: left;
	width:60px;
	padding-right: 2px;
}
#main #box .itembox .topbox .name {
	float: left;
	width:110px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #000000;
	padding-left: 5px;
	padding-bottom: 25px;
}
#main #box .itembox .spec{
	float: left;
	width:100%;
	margin-left: 0px;
	padding-bottom: 8px;
}
#main #box .itembox p {
	float: left;
	width:100%;
	margin-top: 8px;
	margin-left: 0px;
	margin-bottom: 0px;
}
#main #box .itembox p .specl{
	float: left;
	width:60px;
	border: thin solid #CCCCCC;
	overflow: hidden;
	margin-left: 0px;
	margin-right: 5px;
}
#main #box .itembox p .specr{
	float: left;
	width: 110px;
}
#main #box .itembox .caution{
	color: #6A77EA;
}

#main .itembox .footer { display:none; }
#main #pagebottom .spec { display:none; }
#main #pagebottom .caution { display:none; }

#main #box .price {
	float: left;
	color: #000000;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #000000;
	padding-top: 8px;
	padding-bottom: 48px;
	background-color: #F3F3F3;
}
#main #box .form{
	text-align: left;
}
.kesine {
	float: left;
	width:100%;
	font: 10px arial, sans-serif;
	color: gray;
	text-decoration: line-through; 
}
.baika {
	float: left;
	width:100%;
	margin-top: 10px;
	margin-bottom: 8px;
	font:bold 18px arial, sans-serif;
}
#main #box .line {
	float: left;
	width:100%;
}
#main #box .line input {
	width:40px;
	margin: 0px 4px 4px 8px;
	text-align: center;
	padding:0.25em;
	border:2px solid #333;
	background:#ffffff;
	font:bold 14px arial, sans-serif;
}
#main #box .line input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 
#main #box hr{
	display:none;
} 

#main #box .hrline{
	width: 350;
       border-top: thin solid #333;
       border-bottom: thin dotted #FFF;
       padding:8px 0px 8px 0px;
       margin:0px 0px 16px 0px;
}

#main #box .hrline li {
       padding: 0px;
       margin: 1px 0px 0px;
       font-size: 13px;
       color: #333;
       list-style-type: none;
}


#main #box .hrline li a{
       color: #333;
       padding: 2px 0px 2px 15px;
       text-decoration: none;
       border: dotted 1px white;
	border-bottom: thin solid #CCC;
       display: block;
       background-image: url(img/005_53.png);
       background-position: 2px 8px;
   background-repeat: no-repeat;
}
#main #box .hrline a:hover{
       color: #333;
       border: dotted thin black;
       background-color: #F3F3F3;
       background-image: url(img/005a_53.png);
       background-position: 4px 8px;
}
#main #box .titles{
	float:left;
	width: 100%;
	margin: 15px 10px 25px -8px;
	padding: 0px 0px 5px;
	font-size: 16px;
	letter-spacing: 0.15em;
	border-bottom: thin solid #CCC;
}
#main .upperh {
}
#main .upperh .description{display:none;
}
#main .bottomh {width:360px;
}
#main .bottomh .header{display:none;
}
#main .bottomh .catchcopy{color:#111; font:bold 18px arial, sans-serif;
}


/* +++++++++++++++ */

.contentswrap {
	float:left;
	margin:0 0px 15px;
	padding:0;
}

.contentswrap .keyword {
	font-size:18px;
	color:#09C;
	font-weight: bold;
}

.contentswrap .article{
	font-size: 13px;
	color:#666;
	line-height:20px;
}

.contentswrap .Underline td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E4E4E4;
}

#breadNavi {
	height: 50px;
	padding: 15px 0 0 2px;
	margin: 5px 0 20px;
}


#main h1 { /* 本文の見出し */
	background-image:url(img/h1bar001.png);
	background-repeat:no-repeat;
	clear:left;
	color:#FFF;
	font-size:18px;
	height:50px;
	margin:0;
	padding:16px 0 0 20px;
}


#main p { /* 本文の段落 */
	margin:0 2px 1.5em 5px;
}


#main #subnavi {
	clear: both;
	padding: 10px 0;
	margin: 20px 0 10px;
	border-top: 1px dashed #999;
	text-align: right;
}


#main .img { /* 図・写真用クラス：写真のような枠をつける */
	background-color:#CCC;
	border:1px solid #999;
	margin:0 0 20px 20px;
	padding:5px;
}


#main h2{
	color:#999; font-size: 10px; font-weight: bold; margin-top: 0; margin-bottom: -5px; padding-bottom: 0;
}


#main ul{
	margin-left: 10px;
}




#main hr{
	width: 550px; margin-bottom: 20px; margin-top: 20px;
	border: 1px solid #669;
}

#main .itemlist{
	width: 120px; height: 200px; float: left;
	margin-right: 15px; margin-bottom: 30px;
	border-bottom: thin solid #CCC;
}

#main .itemlist a{
	font-size: 13px; line-height: 16px; color: #666; 
}
#main .itemlist a:hover{ filter:alpha(opacity=80); opacity: 0.8;  }

#main .itemlist .itemlistprice{
	font-size: 13px; color: #666; text-decoration: none;
}


#main .clear{
	clear: both;
}


#main .pager{
	text-align: right; margin-right: 30px;
	font-size: 13px; margin-bottom: 10px;
	color: #333;
	font:bold 14px arial, sans-serif;
}
#main .pager a{
	color: #3366FF;
	text-decoration: none;
	font-weight: normal;
}
#main .pager a:hover{
	text-decoration: underline;
}

#main .mainimg{
	margin-top: 20px;
	float: left;
}


#main .thumbimg img{
	margin: 10px 10px;
}


#main #cartbox{
	margin-bottom: 30px; 
}




#main .comment{
	font-size: 13px; text-align: right;
	margin-top: -20px;
}


#main .itemcode{
	padding-top: 100px;
	color: #F63;
}

#main .itemprice{
	color: #333; text-align: center;
	margin-top: 10px;
}


#main .saleprice{
	color: #F33; text-align: center;
	margin-top: 10px;
	font-size: 18px;
}


#main .zeikomi{
	font-size: 14px; color: #333;
}


#main .stock{
	font-size: 14px; color: #F00;
}


#main .form{
	margin-top: 10px; text-align: center;
}


#main .request{
	text-align: center;
}


.toInfo {
	clear: left;
	margin: 0px !important;
	text-align: right;
	list-style-type: none;
}


.toInfo a {
	padding: 0px 0px 0px 20px;
	background-image: url(img/iconYa04.png);
	background-repeat: no-repeat;
}



/* ========================================  menuL 左サイドメニュー */
#menuL {
	float: left;
	width: 160px;
	padding: 0;
	margin: 10px 0;
	color: #FFF;
}



.menuInfo { /* サイドボックス内のメッセージボックス */
	background-image:url(img/cor230.gif);
	background-repeat:no-repeat;
	color:#333;
	margin:10px 0 0;
	padding:1px 0;
}



.menuInfo p {
	padding: 0 0 0 10px;
	margin: 1em 10px 1em 5px;
}


.subinfo {　/* サイドボックのメニュー */
	margin:0 0 10px;
	background-image: url(img/submenuback002.png);
}



.subinfo .label { /* サイドボックのメニュー:ラベル */
       color: #333;
       font-weight: bold;
       font-size: 13px;
       margin: 10px 0px 10px 0px;
       border-bottom: thin solid #333;
	background-color: #F3F3F3;
       padding:0px 0px 16px 0px;
       margin:16px 0px 10px 0px;
}


.subinfo .label2 { /* サイドボックのメニュー:ラベル */
	font-size:10px;
	color: #666;
	lineheight: 14px;
}

.subinfo ul{ /* サイドボックのメニュー:リスト */
	margin: 0px;
}


.subinfo li {
       padding: 0px;
       margin: 1px 0px 0px;
       font-size: 13px;
       color: #666666;
       list-style-type: none;
}


.subinfo li a{
       color: #333;
       padding: 0px 0px 0px 15px;
       text-decoration: none;
       border: dotted thin white;
	border-bottom: thin solid #CCC;
       display: block;
       background-image: url(img/005_53.png);
       background-position: 2px 8px;
	background-repeat: no-repeat;
}
.subinfo li a:hover{
       color: #333;
       border: dotted thin black;
       background-color: #F3F3F3;
       background-image: url(img/005a_53.png);
       background-position: 4px 8px;
}
.subinfo .formbox{
       border: solid thin #b2b2b2;
       width:150px;
       padding: 4px;
       background-color: #EEE;
}

.subinfo .formbox .line input {
       width:130px;
       margin: 0px 0px 4px 2px;
       text-align: center;
       padding:0.25em;
       border:1px solid #666;
       background:#ffffff;
       font:bold 12px arial, sans-serif;
}
.subinfo .formbox .line  input:hover, input:focus {
       border-color:#c5c5c5;
       background:#f6f6f6;
}

.subinfo .formbox .button {
	margin-left: 100px;
}


/* ========================================  #underNavi 画面下部サブナビゲーション */
#underNavi{
	clear: both;
	padding: 10px;
	border-top: 1px solid #CCCCCC;
}


/* ========================================  #footer 画面下部 */
#footer {
	clear: both;
	margin: 0px;
	border-top: 5px solid #999999;
	border-bottom: 1px solid #666;
	text-align: center;
	background-color: #FFF;
	background-image: url(img/backS001.png);
}



#footer p {
	padding-top: 10px;
	padding-bottom: 10px;
}



/* ========================================  #templatelink 画面下部:著作リンク */
#templatelink {
	padding: 5px 0px;
	margin: 0px;
	font-size: 12px;
	text-align: right;
}



#templatelink a{
	color: #666666;
	text-decoration: none;
}



/* ========================================  そのほか個別設定 */
#newsbox {
	height: 150px;
	margin: 0px 0px 10px;
	overflow: auto;
	border: 1px solid #999999;
	background-image: url(img/backS001.png);
	background-position: left top;
	background-repeat: repeat-x;
}


.table, /* 表の整形・配色 */
.table2 {
	width: 530px;
}


table {
	margin: 0 0 2em 2px;
}



.table td {
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #FFF;
}



.table td.tb {
	width: 200px;
	background-color: #F8F5EF;
}



.table2 td {
	padding: 10px;
}



.table2 td.tb {
	width: 100px;
	text-align: right;
	background-color: #EBEBEB;
}



.itemList { /* .itemList #main内の段組用外枠 */
	clear:left;
	margin:0 0 1em;
}



.box { /* .itemList #main内の段組用内枠 */

	margin:0 0px 5px 0;
	width:260px;
}



.box h2 {
	margin: 0 0 10px;
}



.box ul {
	float: left;
	width: 140px;
	margin: 0 0 30px !important;
	list-style-position: outside;
}


.eyeCaImg { /* .itemList #main内の段組用：アイキャッチ画像 */
	float:left;
	margin:0 0 10px 2px;
}



strong {
	font-weight: bold;
	color: #CC6666;
}


hr { /* 水平線 flotクリア用 */
	clear:both;
	color: #CCCCCC;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
}

