@charset 'UTF-8';
*{
	margin:0px;
    padding:0px;
/*
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
*/
/*
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
*/
}
img{
	border:none;
	vertical-align:text-bottom;
}
a:link
{
	color: #00007D;
	font-weight: normal;
	background-color: transparent;
}
a:active
{
	color: #FF7171;
	font-weight: normal;
	background-color: transparent;
}
a:visited
{
	color: #00007D;
	font-weight: normal;
	background-color: transparent;
}
a:hover
{
	color:#FF7171;
	font-weight: normal;
	text-decoration: underline;
	background-color: transparent;
}
body
{
	height:100%;
	background-image:url(../image/back.jpg);
	background-repeat:repeat;
    /*font-size:120%;*/
}
#wrapper
{
	height:100%;
	width:770px;
	margin-right: auto;
	margin-left: auto;
	border-left:1px solid #00007E;
	border-right:1px solid #00007E;
	background-color:#FFFFFF;
}
#header{
	/*
     * background-image:url(../image/header_back.jpg);
	background-repeat:no-repeat;
	*/
    height:70px;
	/*font-size:12px;*/

}
.rogo
{
	padding-bottom:2px;
	padding-left:3px;
}
#navi{
	border-top:1px solid #00007E;
}

#navi ul 
{
  height: 23px;
	list-style: none;
}
#navi li { 
	float: left; 
}

/* large categories */
#large_categories {
	padding-top: 2px;
	margin-left:10px;
	text-align: center;
	padding-bottom: 3px;
}
#large_categories ul {
	list-style: none;
	height: 23px;
}
#large_categories li {
	display: inline;
	float: left; 
	padding-top: 2px;
	padding-left: 2px;
	line-height: 20px;
}
#large_categories li a.menu_off{
	text-decoration: none;
	background-image: url("/image/large_categories/menu_off.gif");
	background-repeat:repeat-x;
	display: block;
	width: 122px; 
	height: 20px;
	font-size: 12px;
	font-weight: bold;
 	border:1px solid #aac; 
}
#large_categories li a.menu_on{
	text-decoration: none;
	background-image: url("/image/large_categories/menu_on.gif");
	background-repeat:repeat-x;
	display: block;
	width: 122px; 
	height: 20px;
	font-size: 12px;
 	border:1px solid #aac;
	color: #FFFFFF; 
	font-weight: normal;
}
#large_categories li a:hover{
	background-image: url("/image/large_categories/menu_on.gif");
	color: #FFFFFF; 
	font-weight: normal;
}
#large_categories li a:active{
	background-image: url("/image/large_categories/menu_on.gif");
	color: #FFFFFF; 
	font-weight: normal;
}

#content
{
	width:540px;
	float:left;
	display:inline;
	padding-top:14px;
	padding-left:5px;
	padding-bottom:10px;
	/*font-size:12px;*/
	/*font-size:120%;*/
}
#content2
{
	padding-top:14px;
	padding-bottom:10px;
	padding-left:5px;
	margin-left:30px;
	margin-right:30px;
	/*font-size:12px;*/
	/*font-size:120%;*/
}

#form
{
	margin:10px 0px 20px 39px;
}
#form table
{
	width:450px;
	/*font-size:12px;*/
}
#form2
{
	margin:10px auto 20px auto;
	/*width: 700px;*/
	/*display:block;*/
}
#form2 table
{
	width:450px;
	height:6em;
}
#category
{
	margin:10px 0px 5px 0px;
	border:1px solid #4C4CA4;
	width:532px;
	padding-bottom:6px;
	background-color:#E6E6E6;
	/*font-size:12px;*/
}
#category h2
{
	background-image:url(../image/category_menu_01.jpg);
	background-repeat-x:repeat;
    font-weight:bold;
	color:#FFFFFF;
    padding:2px;
/*	font-size:12px;*/
}
#category p
{
	margin-top:4px;
	margin-bottom:2px;
}
#category table
{
	width:500px;
	margin-left:30px;
	/*font-size:12px;*/
	border-collapse:collapse;
}
#category td
{
	width:230px;
	padding:2px 0;
}
.list_category_tr_with_border td {
	border-top:1px solid #ababab;
}

#category2
{
	margin:10px 0px 5px 0px;
	border:1px solid #4C4CA4;
	width:532px;
	padding-bottom:6px;
	background-color:#E6E6E6;
	/*font-size:12px;*/
}
#category2 h2
{
	background-image:url(../image/category_menu_01_02.jpg);
	background-repeat-x:repeat;
	/*font-size:12px;*/
	font-weight:bold;
	color:#FFFFFF;
    padding:2px;
}
#category2 p
{
	margin-top:4px;
	margin-bottom:2px;
}
#category2 table
{
	width:500px;
	margin-left:30px;
	/*font-size:12px;*/
	border-collapse:collapse;
}
#category2 table td
{
	width:490px;
	padding:2px 0;
}

/** 商品詳細画面 **/
#product_info
{
	margin:10px 0px 5px 0px;
/*	border:1px solid #4C4CA4;*/
/*	width:695px;*/
	padding-bottom:6px;
/*	background-color:#E6E6E6;*/
	/*font-size:12px;*/
	color: #575757;
}
#product_info h2
{
	/*
	background-image:url(../image/category_menu_01_02.jpg);
	background-repeat-x:repeat;
	font-weight:bold;
	color:#FFFFFF;
    padding:2px;
    */
	border-width: 0px 0px 2px 10px;
	border-color: #5a6fbf;
	border-style:solid;
	background-color: #E6E6E6;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 3px;
	font-size: 20px;
	font-weight: inherit;
}
#product_info p
{
	margin-top:4px;
	margin-bottom:2px;
}
#product_info strong
{
	color: red;
}
#product_info_table
{
	width:680px;
	display: block;
	margin-top:10px;
	margin-left:30px;
	/*font-size:12px;*/
	border-collapse:collapse;
}
#product_image_td
{
	text-align:center;
	width:350px;
	padding-bottom: 10px;
	padding-top: 30px;
	display: block;
}
#product_spec_td
{
	width: 320%;
	padding-right: 20px;
	padding-bottom: 10px;
	vertical-align: top;
}
#product_spec_td_div {
/*
	float: right;
	display: block;
*/
	padding-top: 10px;
}
#product_info_table td.p_memo
{
	/*width:260px;*/
	padding:10px 0 0 0;
	border-top: dashed 1px #AAAACC;
}
#product_spec {
	width: 300px;
	border-collapse:collapse;
}
/*#product_spec > tbody > tr > th {*/
#product_spec th {
	padding-top: 10px;
	font-size: 15px;
	padding-bottom: 4px;
	border-bottom: solid 1px #AAAACC;
}
#product_spec > tbody > tr > td {
	text-align: right;
	border-bottom: solid 1px #AAAACC;
}
#product_spec td {
	text-align: right;
	border-bottom: solid 1px #AAAACC;
	font-size: 14px;
}

#product_spec dt {
	padding-bottom: 1px;
	text-align: left;
	font-size: 16px;
	font-weight: bolder;
	border-bottom: 1px solid #AAAACC;
}
#product_spec dd {
	padding: 5px 1px 5px;
	text-align: right;
}
#product_spec #price_table {
	margin-top: 10px;
	margin-bottom: 4px;
	text-align: right;
	font-size: 14px;
	width: 220px;
	border: none;
}
#product_spec #price_table td.rank {
	padding-right: 10px;
	text-align: right;
	border: none;
}
#product_spec #price_table td.price {
	text-align:right;
	border: none;
}
#product_info p.product_info_remark {
	/*text-indent: 1.7em;*/
	padding-left: 20px;
}
#product_cart {
	text-align: right;
	padding-top: 10px;
}

/** 商品詳細画面ここまで **/

#price_table {
	font-size: 14px;
	width: 210px;
}
#price_table td.rank {
	text-align: right;
}
#price_table td.price {
	text-align:right;
}


/** メーカー名から検索するページ ここから **/
#category3
{
	margin:10px 0px 5px 0px;
	border:1px solid #4C4CA4;
	/*width:695px;*/
	width:532px;
	padding-bottom:6px;
	background-color:#E6E6E6;
	font-size:14px;
}
#category3 h2
{
	background-image:url(../image/category_menu_01_02.jpg);
	background-repeat-x:repeat;
	/*background-repeat:no-repeat;*/
	/*font-size:12px;*/
	font-weight:bold;
	color:#FFFFFF;
    padding:2px;
}
#category3 p
{
	margin-top:4px;
	margin-bottom:2px;
}
#category3 table
{
	/*width:600px;*/
	width:500px;
	margin-left:30px;
	font-size:14px;
	border-collapse:collapse;
}
#category3 td
{
	width:260px;
	padding:2px 0;
}
#category3 a:link
{
	font-weight: normal;
	background-color: transparent;
	text-decoration:none;
}
#category3 a:active
{
	font-weight: normal;
	background-color: transparent;
}
#category3 a:visited
{
	font-weight: normal;
	background-color: transparent;
	text-decoration:none;
}
#category3 a:hover
{
	font-weight: normal;
	text-decoration: underline;
	background-color: transparent;
}
/** メーカー名から検索するページ ここまで **/

#news{
	width:537px;
	padding-left:auto;
	margin:10px 0px 5px 0px;
	/*font-size:12px;*/
}
#news dl
{
	padding:0 1em 1em;
	border:solid 1px #4C4CA4;
	overflow:auto;
	height:200px;
	background-color:#FDFDFD;
}
#news dt
{
	margin:10px 0px 3px 0px;
	color:#00007E;
	/*font-size:12px;*/
	font-weight:bold;
	background-image:url(../image/news_back.jpg);
	background-repeat:no-repeat;
	padding:0px 0px 3px 15px;
}
#news dd
{
	margin-bottom:3px;
	border-bottom:1px solid #9D9D9D;
	color:#00007E;
}
#news dd a
{
    text-decoration:none;   
}

.topic_list_paginate {
	text-align: right;
}

#news2{
	width:700px;
	padding-left:auto;
	margin:10px 0px 5px 0px;
	/*font-size:12px;*/
}
#news2 dl
{
	height: 100%;
	padding:0 1em 1em;
	border:solid 1px #4C4CA4;
	background-color:#FDFDFD;
}
#news2 dt
{
	margin:10px 0px 3px 0px;
	color:#00007E;
	/*font-size:12px;*/
	font-weight:bold;
	background-image:url(../image/news_back.jpg);
	background-repeat:no-repeat;
	padding:0px 0px 3px 15px;
}
#news2 dd
{
	margin-bottom:3px;
	border-bottom:1px solid #9D9D9D;
	color:#00007E;
}
#news2 dd a
{
    text-decoration:none;   
}


#sidemenu
{
	widows:213px;
	float:left;
	display:inline;
	padding-top:14px;
	padding-right:4px;
	padding-left:6px;
	padding-bottom:10px;
	/*font-size:12px;*/
}
#sidemenu ul 
{
	list-style: none;
}
#sidemenu li {
	margin-bottom:14px;
}
#calendar{
	margin-top:8px;
}
#r_den{
	margin-top:8px;
}
.marginbotom10
{
	margin-bottom:10px;
}
#footer
{
	width:770px;
	clear:both;
	border-top:1px solid #D7D7D7;
	text-align:center;
	/*font-size:12px;*/
	padding-top:3px;
	color:#00007D;
}
#footer img
{
    margin-top:3px;
}
#footer a
{
    text-decoration:none;
}

#errorExplanation
{
    border: 1px solid #7777ee;
    padding:5px;
    margin:5px 0;
}

#errorExplanation p
{
    font-weight:bold; 
    margin-left:10px;
}

#errorExplanation ul
{
    margin-left:10px;
}


#errorExplanation ul li
{
    margin-left:10px;
}

.fieldWithErrors{
    display:inline;
}



.list_category_table  a:link
{
	font-weight: normal;
	background-color: transparent;
	text-decoration:none;
}
.list_category_table  a:active
{
	font-weight: normal;
	background-color: transparent;
}
.list_category_table  a:visited
{
	font-weight: normal;
	background-color: transparent;
	text-decoration:none;
}
.list_category_table  a:hover
{
	font-weight: normal;
	text-decoration: underline;
	background-color: transparent;
}

#banner ul li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#r_den ul li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#calendar ul li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

table#product_list {
	width: 100%;
	border: 0px;

	border-top: solid 1px #AAAACC;
	border-bottom: solid 1px #AAAACC;
	border-right: solid 1px #AAAACC;
	border-left: solid 1px #AAAACC;

	border-collapse: collapse;
	border-spacing:0;
	font-size:14px;
/*	color: #575757;*/
	margin-top: 10px;
}
table#product_list td.p_name{
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #AAAACC;
}
table#product_list td.p_name p.p_name{
	font-size: 18px;
}
table#product_list td.p_name p.p_maker{
	padding-top: 5px;
}
table#product_list td.p_memo{
	padding-top: 10px;
	padding-left: 10px;
	border-bottom: solid 1px #AAAACC;
	padding-bottom: 10px;
	color: #575757;
}
table#product_list td.p_other{
	padding-top: 10px;
	text-align: center;
}
table#product_list th{
	background-color:#5a6fbf;
	height: 25px;
	color: #FFFFFF;
}
table#product_list tr.p_line{
	background-color: #Dfffff;
}

.paginator {
	font-size: 17px;
	text-align:right;
}
.paginator a {
	/*text-decoration:none;*/
}

.category_paginator {
	width: 532px;
	font-size: 17px;
	text-align:right;
}
.category_paginator a {
	/*text-decoration:none;*/
}

#list_count {
	text-align: right;
	font-size: 12px;
}
