@charset "UTF-8";
@import url("/js/calendar/calendar.css");
@import url("/php-lib/counter/counter.css");

/* ========BASIC======== */
* {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
   color:#333;
}

body {
	margin:0;
	padding:0;
	letter-spacing:1px;
	/*background:#fff url(/images/bg_body.gif) 0 0 repeat-x;*/
	background:#fff;
	border-top:5px solid #ED1C24;
}

br {
	letter-spacing:normal;
}

a {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#666;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

.t_left{
	text-align:left;
}
.t_center{
	text-align:center;
}
.t_right{
	text-align:right;
}

/* ========TEMPLATE LAYOUT======== */
div#headWrap {
   position:relative;
   width:100%;
   margin:0 auto;
   padding:10px 0;
   background:#fff;
}

div#header {
   position:relative;
   width:787px;
   margin:0 auto;
   background:#fff;
}

div#pr {
   position:absolute;
   left:0;
   top:0;
   width:787px;
}

div#gnavi {
   position:absolute;
   bottom:0;
   right:0;
}

div#menu {
   width:100%;
   float:left;
   background:url(/images/bg_menu_1.gif) 0 0 repeat-x;
}

div#icatch {
   width:787px;
   margin:0 auto;
   background:#fff;
}

div#contents {
   width:787px;
   margin:0 auto;
   padding:10px 0 ;
   background:#fff;
}

div#main {
   float:right;
   width:547px;
}

div#sub {
   float:left;
   width:220px;
}

div#totop {
   clear:both;
}

div#footMenu {
   width:787px;
   margin:0 auto;
}

div#footer {
   background:#EBEADD;
   border-bottom:5px solid #ED1C24;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding-top:25px;
   font-size:2em;
   color:#fff;
   line-height:50px;
}

div#header h1 a {
   color:#ED1C24;
}

div#header h1 a:hover {
   color:#D30000;
}

div#header #pr p {
   margin:0;
   font-size:0.8em;
}

div#header #gnavi ul {
   list-style:none;

}
div#header #gnavi li {
   float:left;
   font-size:0.75em;
   margin-left:15px;
}

div#header #gnavi li a{
   display:block;
   padding-left:15px;
   background:url(/images/bg_gnavi.gif) 0 1px no-repeat;
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   width:787px;
   margin:0 auto;
   padding:0;
}

div#menu li {
   float:left;
   font-size:0.75em;
   color:#333;
   text-align:center;
   list-style-type:none;
}

div#menu li a{
   display:block;
   width:130px;
   color:#5A5132;
   /*line-height:60px;*/
   padding-top:10px;
   padding-bottom:5px;
   line-height:14px;
   border-right:1px solid #D8D8D8;
}

div#menu li.home a{
   border-left:1px solid #D8D8D8;
}

div#menu li a:hover{
   color:#333;
   background:url(/images/bg_menu_2.gif) 0 0 repeat-x;
   /*background:#fff;*/
}

.shop_area{
	background-color:#cfcfff;
	font-size:0.8em;
	text-align:center;
}

/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   color:#ED1C24;
}

div#main a:hover {
	color:#ED1C24;
	border-bottom:1px solid #ED1C24;
}

div#main h2 {
	margin-bottom:8px;
	padding:0 0 0  30px;
	color:#5A5132;
	font-size:0.94em;
	font-weight:bold;
	line-height:35px;
	border:1px solid #D8D8D8;
	background:url(/images/bg_h2.gif) 0 0 no-repeat;
}

div#main h3 {
	margin-bottom:3px;
	padding:0 0 0 10px;
	font-size:0.88em;
	color:#EEE;
	background:#ED1C24;
}

div#main h4 {
	margin-bottom:2px;
	font-size:0.75em;
}

div#main h5 {
	margin-bottom:2px;
	font-size:0.75em;
}

div#main h6 {
	margin-bottom:2px;
	font-size:0.75em;
}

div#main p{
   margin:0 0 1em 0;
   font-size:0.75em;
}

div#main ul,ol,dl{
   font-size:0.75em;
}

div#main dt{
   margin-bottom:3px;
}

div#main dd{
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

/* INFOMATION CUSTOMIZE */
* html body div#main dl.infomation dd div {
	display:inline-block;
}

div#main dl.infomation dt {
	float:left;
	width:10em;
	margin:0;
	padding:0;
}

div#main dl.infomation dd {
	margin:0 0 0.5em 10em;
	padding:0;
	background:transparent;
}

/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
	margin-bottom:10px;
}

div#sub h2 {
	padding:3px;
	font-size:0.88em;
	font-weight:bold;
	color:#fff;
	padding-left:10px;
/*background:#9B0000;*/
	background:#ED1C24;
	border-bottom:1px solid #C1C1C1;
	border-right:1px solid #C1C1C1;
}

div#sub ul {
	margin:5px 0 0 5px;
	padding:0;
}

div#sub li {
	padding:5px 0 5px 0;
	font-size:0.75em;
	line-height:1.4;
	list-style:none;
	background:url(/images/bg_dotline.gif) 0 100% repeat-x;
}

div#sub li a {
	display:block;
	padding-left:12px;
	background:url(/images/bg_list.gif) 0 6px no-repeat;
}

/* ========TOTOP CUSTOMIZE======== */
div#totop{
   position:relative;
   height:2em;
}

div#totop p{
   position:absolute;
   top:10px;
   right:0;
   margin:0;
   font-size:0.7em;
}

div#totop p a {
   padding-left:8px;
   background: url(/images/bg_totop.gif) 0 50% no-repeat;
}

div.totop{
   position:relative;
   height:2em;
}

div.totop p{
   position:absolute;
   top:10px;
   right:0;
   margin:0;
   font-size:0.6em;
}
div.totop p a {
   padding-left:8px;
   background: url(/images/bg_totop.gif) 0 50% no-repeat;
}

/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:0;
   padding:10px 0 0 0;
   text-align:right;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   font-size:0.75em;
   list-style:none;
}

div#footMenu li a {
   padding-left:10px;
   background: url(/images/bg_footmenu.gif) 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
address{
   padding:10px 0;
   font-size:0.63em;
   color:#333;
   text-align:center;
}

/* ========TABLE======== */

table {
	margin-top:5px;
	margin-bottom:5px;
	font-size:0.75em;
	border: 2px #cc9999 solid;
	border-collapse: collapse;
	border-spacing: 0;
}

table th {
	padding: 5px;
	border: 1px #cccccc solid;
	/*border-width: 0 0 1px 1px;*/
	background: #e0e0e0;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}
table td {
	padding: 5px;
	border: 1px #cccccc solid;
	/*border-width: 0 0 1px 1px;*/
}

table.tb_tyre{
	width:540px;
}
/* ========CATEGORY LIST======== */
div#category_list{
	/*border:#093 solid 1px;*/
	margin-bottom:5px;
}
div#category_list ul li{
	display: inline;
	margin-right: 2px;
	padding-left: 3px;
	border-left: 1px solid #999;
	list-style-type: none;
}
