@charset "utf-8";

/* 01 base
------------------------------*/

/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #FAF6EF;
/*	background-image: url(images/bg.gif);*/
	background-repeat: repeat;
	font-family: sans-serif;
/*	font-size: 75%;*/
	line-height: 1.6;
}

body {
  font-size: 75%; /* IE */
}
html>/**/body {
  font-size: 12px; /* Except IE */
}



hr {
	display: none;
}

/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #74A400;
	text-decoration: underline;
}
a:visited {
	color: #74A400;
	text-decoration: underline;
}
a:hover {
	color: #74A400;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
}

/* basic layout
------------------------------*/
#wrapper {
	width: 872px;
	margin: 0px auto;
	padding:0;
}

/* unit(sidebar+main) */
#unit {
	float:left;
	padding: 0px;
/*	width: 640px;*/
	width: 627px;
	margin:0 0px 20px 0;
}

/* main (indside unit) */
#main {
	float: right;
	width: 418px;
	display:block;
	margin-bottom: 20px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	padding: 0px;
}

/* sidebar (leftside---inside unit) */
#sidebar {
	padding: 0px;
	float: left;
	width: 200px;
	margin-left:0px;
	margin-right:0px;

/*	margin-bottom: 20px;*/
}

/* side2(right) */
#side2 {
	display:block;
	float: right;
	width: 234px;
/*	margin-left:17px;*/
	margin-left:0px;
	margin-right:0px;
	padding: 0px;
/*	margin-bottom: 20px;*/
}


#footer {
	border-top:1px solid #999999;
	padding: 15px;
	clear: both;
	color: #999999;
	text-align:center;
}
address {
	margin-top:10px;
	font-style:normal;
}

/* header styles
------------------------------*/
#header {
	background-image:  url(../../images/header_bk.jpg);
	background-repeat: no-repeat;
	height: 341px;
	position: relative;
}

#header #logo a{
	display:block;
	position: absolute;
	left: 0px;
	top: 4px;
	width:260px;
	height:69px;
	background:url(../../images/logo.gif) no-repeat;
	text-indent:-9999px;
}

/* seo */
#header #seo {
	padding: 10px;
	text-align: right;
	font-size:10px;
	font-weight:normal;
}

/* submenu */
#header #submenu {
	position: absolute;
	left: 650px;
	top: 45px;
}

#fla_kanban {
	width: 870px;
	position: absolute;
	left: 0px;
	top: 73px;
}

#header ul {
	width: 870px;
	position: absolute;
	left: 0px;
	top: 298px;
}

#header ul li {
	list-style: none;
	float: left;
}

#header ul li a {
	width: 174px;
	height: 2.5em;
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	text-align: center;
	display: block;
	border:none;
}
#header ul li a:hover {
/*	background-color: #E8ECF5;*/
}

#header ul li#nHome a {
	border-left-style: none;
}
#home #header #nHome a,
#home #header #nTaberu a,
#home #header #nKau a,
#home #header #nAsobu a,
#home #header #nKurasu a {
	color: #FFFFFF;
}

/* pankuzu */
#pankuzu {
	font-size:10px;
	margin:5px;
}


/* main styles
------------------------------*/

#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}

#main h2 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 15px;
	border-top: 3px solid #5CB9C8;
	border-bottom: 1px dotted #333333;
}

#main2 p {
	line-height: 1.8;
	margin-bottom: 1em;
}

#main2 h2 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 15px;
	border-top: 3px solid #5CB9C8;
	border-bottom: 1px dotted #333333;
}


/* sidebar styles
------------------------------*/
#sidebar h2 {
	margin:0 0 15px 0;
	padding:0;
	
}



/* footer styles
------------------------------*/
#footer ul li a {
	color: #74A400;
}
#footer ul li a:hover {
	color: #74A400;
	text-decoration: none;
}
#footer p a {
	color: #74A400;
}
#footer p a:hover {
	color: #74A400;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
}


/* add */

/* sidebox styles
------------------------------*/

#sidebox {
background-image:url(../../images/t01_sh_body.gif);
margin:0 0 10px 0;
padding:0px;
}
#sidebox h2 {
margin:0px;
padding:0px;
height:22px;
}

#sidebox2 {
text-align: center;
margin:0 0 10px 0;
}
#sidebox3 {
display:block;
margin:5px 0 5px 0;
padding:3px 0 3px 0;
background-color:#E8DED1;
}
#sidebox3 ul li img {
display:block;
margin:0;
padding:0;
}



#sidebar ul {
	margin-top: 10px;
	margin-left:10px;
}
#sidebar ul li {
/*	margin-bottom: 6px;*/
	margin:0 0 2px 0;
	list-style: none;
}
#sidebar ul li.kiji {
	padding-left:5px;
	padding-right:5px;
/*	font-size:75%;*/
	font-size:10px;
	margin-bottom: 6px;
	list-style: none;
}

#sidebar ul li a {
	background-image:  url(../../images/point_side.gif);
	background-repeat: no-repeat;
	background-position: left center;
/*	display: block;*/
	width: 163px;
	padding-left: 15px;
	margin:0px;
}
.brown {
color:#CC6633;
text-decoration: none !important;
}

#sidebar ul li a:hover {
/*	background-image:  url(../images/point_side.gif);*/
}

#side_bnr {
text-align:center;
}

#side_bnr img {
margin:0 0 5px 0;
padding:0px;
}


/* side2 */
#side2 ul {
	margin-top: 5px;
	margin-left:5px;
	margin-bottom:5px;
	padding-bottom:5px;
}
#side2 ul li {
	margin-bottom: 3px;
	list-style: none;
	line-height:1.4;
}
#side2 ul li.kiji {
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
/*	font-size:75%;*/
	font-size:10px;
	margin-top:5px;
	margin-bottom: 2px;
	list-style: none;
}

#side2 ul li.nvtitle a {
/*	font-size:75%;*/
		background-image:  url(../../images/point_news.gif);
	background-repeat: no-repeat;
	background-position: left center;
/*	display: block;*/
	width: 163px;
	padding-left: 15px;
	margin:5px 0 0 0;
}
#side2 ul li a:hover {
	background-image:  url(../../images/point_news.gif);
}


#right_align {
	text-align:right;
}
#left_align {
	text-align:left;
}


#line_h {
	border-top: 1px solid #C6C6C6;
	padding-top:5px;
	padding-bottom:5px;
}




/* Floating Classes
------------------------------*/
.fl {
display:block;
	float: left;

}
.fr {
display:block;
	float: right;
	
	
}

.shop_fl {
/*margin-top:5px;*/
display:block;
/*width:80px;*/
float:left;
}
.ship_fr {
margin-top:5px;
display:block;
/*float: right;*/
}

/* news
------------------------------*/

#newsList {
	margin:10px 0 10px 0;
	padding:0px;
}
#newsList ul {
/*	width:418px;*/
width:410px;
	margin:0px;
	padding:0px;

}
#newsList p {

/*	font-size: 75%;*/
	line-height: 1.4;
}
	
#newsList ul li {
	display:block;
	padding:0 0 5px 0;
	border-bottom: 1px solid #C6C6C6;
	margin:5px 0 5px 0;	
}
#newsList p img {
	margin:5px 0 5px 5px;
	padding:0px;
}
#newsList h6 {
	padding:0px;
	background-image:  url(../../images/point_news.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin:0px;
	font-size:100%;
}
#newsList h3 {
	margin:0px;
	padding:0px;
	background-image:  url(../../images/point_news.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin:0px;
}

.nws {
clear:both;
	width:418px;
/*width:410px;*/
display:block;

min-height:70px;
height: auto !important;
height: 70px;
}

.nws p {
padding-left:5px;
}

#clear {
clear:both;
}


/* shopinfo
------------------------------*/

#shopList {
	display:block;
	margin:10px 0 10px 0;
	padding:0px;
}
#shopList ul {
width:418px;
	margin:0px;
	padding:0px;
}
#shopList ul li{
display:block;
/*height:70px;*/
border-bottom: 1px solid #C6C6C6;
padding:0px;
margin:0px;
}

#shopList p {

/*	font-size: 75%;*/
	line-height: 1.4;
}
	
#shopList img {
	margin:0px 5px 0 0;
	padding:0px;
}
#shopList h6 {
	margin:0px;
	padding:0px;
/*	background-image:  url(../../images/point_news.gif);*/
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size:100%;
}
#shopList h3 {
	margin:0px;
/*	background-image:  url(../../images/point_news.gif);*/
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
margin:0px;
}

.shopinfo {
clear:both;
	width:418px;
display:block;

min-height:70px;
height: auto !important;
height: 70px;

}



/* faq
------------------------------*/

#main dl#faqList dt {
	line-height: 1.8;
	font-weight: bold;
	background-image:   url(faq/images/q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	margin-bottom:10px;
}
#main dl#faqList dd {
	line-height: 1.8;
	background-image:   url(faq/images/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 1em;
	padding-left: 25px;
}

/* table
------------------------------*/
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #5CB9C8;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
	margin-top:0px;
}
#main table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #5CB9C8;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #5CB9C8;
	border-left: 1px solid #5CB9C8;
	border-right: 1px solid #5CB9C8;
}
#main table td img {
	padding: 2px 8px 2px 0px;
}

#main table tr.odd {
	background-color: #EFEFEF;
}

/* imgtbl */
#main table.imgtbl {
	margin:0;
	padding:0;
	border:none;
}
#main table.imgtbl th {
	margin:0;
	padding:0;
	border:none;
}
#main table.imgtbl td {
	margin:0;
	padding:0;
	border:none;	
}
#main table.imgtbl td img {
	margin:0;
	padding:0;
}


/* margin
------------------------------*/

/* margin */
.mgn5pxbtm {
margin-bottom:5px;
}

/* margin */
.mgn5pxtop {
margin-top:5px;
}

/* margin */
.mgn10pxbtm {
margin-bottom:10px;
}

/* margin */
.mgn10pxtop {
margin-top:10px;

}


/* hanyo
------------------------------*/

#main p.block {
clear:both;
display:block;
margin:10px 0 10px 0;
padding:0;

}

a.plink {
margin:0;
background-image: url(../images/point_news.gif);
background-repeat: no-repeat;
background-position: left top;
padding-left:20px;
}


/* laytbl */
#main table.laytbl {
	margin:0;
	padding:0;
	border:none;
}
#main table.laytbl th {
	margin:0;
	padding:0;
	border:none;
}
#main table.laytbl td {
	margin:0;
	padding:0;
	border:none;	
}
#main table.laytbl td img {
	margin:0;
	padding:0;
}


/* h3 title */
h3.title {
font-size:100%;
font-weight:bold;
color:#00808E;
/* ==border== */
margin:14px 0 0 5px;
padding:5px 0px 5px 10px;
border-left:solid 4px;
border-color:#59b9c6;
border-right:none;
border-top: none;
}


.stxt {
/*	font-size:75%;*/
	font-size:10px;
color:#00808E;
}

.boldtxt {
font-weight:bold;
}


h3.lineh3 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	background-repeat: no-repeat;
	border-bottom: 1px solid #59b9c6;
}

#linkindex ul li {
list-style:none;
}

#linkindex ul li a {
	width:645px;
	background-image:  url(../images/point_news.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 15px;
	margin:0px;
}

.orange {
color:#F38741;
}

/* D01
------------------------------*/
#main_center {
	padding: 0px;
	width: 813px;
	margin: 0px auto 20px auto;
}

table.tblpdg5px_white{
	margin-bottom:5px;
	background-color:#FFFFFF;
}
table.tblpdg5px_white td{
	padding:5px;
}

table.tblpdg5px_cream{
	margin-bottom:5px;
	background-color:#FFF3DE;
}
table.tblpdg5px_cream td{
	padding:5px;
}

#tablink ul li {
list-style:none;
}

#tablink ul li a {
	width:100px;
	background-image:  url(../images/point_news.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 15px;
	margin:0px;
}


#sh_osusume {
display:block;
height:34px;
width:198px;
margin:0;
padding:0;
background-image:url(../../images/t01_sh_osusume.gif);
text-indent:-9999px;
}

#sh_keyword {
display:block;
height:34px;
width:198px;
margin:0;
padding:0;
background-image:url(../../images/t01_sh_keyword.gif);
text-indent:-9999px;
}

#sh_category {
display:block;
height:34px;
width:198px;
background-image:url(../../images/t01_sh_category.gif);
text-indent:-9999px;
margin:0;
padding:0;
}


#sh_tenki {
display:block;
height:25px;
width:234px;
background-image:url(../../images/sideh_r_tenki.gif);
/*text-indent:-9999px;*/
margin:0;
padding:0;
}
#sh_tenki a {
float:right;
display:block;
height:15px;
background-image:  url(../../images/point_white.gif);
background-repeat: no-repeat;
background-position: left center;
color:#FFFFFF;
/*	font-size:75%;*/
/*	font-size:10px;*/
font-size:10px;
margin:5px 5px 0 0;
padding:0 0 0 15px;
}

#sbox_tenki {
display:block;
height:42px;
width:234px;
background:url(../../images/side_tenki_body.gif) no-repeat;
background-position:left top;
font-size:120%;
margin:10px 0 0 0;
padding:5px 0 5px 0;
text-align:center;
}

#sh_live {
display:block;
height:25px;
width:234px;
background-image:url(../../images/sideh_r_live.gif);
text-indent:-9999px;
margin:0;
padding:0;
}

#sh_onko {
display:block;
height:25px;
width:234px;
background-image:url(../../images/sideh_r_onko.gif);
text-indent:-9999px;
margin:0 0 5px 0;
padding:0;
}

#sh_koichi {
display:block;
height:25px;
width:234px;
background-image:url(../../images/sideh_r_koichi.gif);
text-indent:-9999px;
margin:0 0 5px 0;
padding:0;
}

#sh_kanrenlink {
display:block;
height:25px;
width:234px;
padding:0;
background-image:url(../../images/sideh_r_link.gif);
text-indent:-9999px;
margin:0 0 5px 0;
}

#sh_yakudachilink {
display:block;
height:25px;
width:234px;
background-image:url(../../images/sideh_r_yakudachi.gif);
text-indent:-9999px;
margin:5px 0 5px 0;
padding:0;
}

#sh_right_pr {
display:block;
height:25px;
width:234px;
margin:0;
padding:0;
background-image:url(../../images/sideh_r_pr.gif);
text-indent:-9999px;
margin-bottom:5px;
}


#ch_news {
display:block;
height:25px;
width:418px;
margin:0;
padding:0;
background-image:url(../../images/center_h_news.gif);
}

#ch_news a {
margin-top:5px;
margin-right:5px;
display:block;
float:right;
color:#FFFFFF;
/*	font-size:75%;*/
/*	font-size:10px;*/
font-size:10px;
background-image:  url(../../images/point_white.gif);
background-repeat: no-repeat;
background-position: left center;
padding-left: 15px;
height:15px;
}


#ch_shopinfo {
margin-top:15px;
display:block;
height:25px;
width:418px;
margin:0;
padding:0;
background-image:url(../../images/center_h_shopinfo.gif);
text-indent:-9999px;

}

#ch_johonavi {
margin-top:15px;
display:block;
height:25px;
width:418px;
margin:0;
padding:0;
background-image:url(../../images/center_h_johonavi.gif);
text-indent:-9999px;
}

#navibox {
margin-top:5px;
display:block;
width:418px;
}

#naviboxleft {
margin-top:5px;
background-color:#EDE4D3;
display:block;
float:left;
width:190px;
height:150px;
padding:5px;
border:2px solid #D9D9D9;
}
#naviboxleft ul {
	margin-top: 5px;
	margin-left:0px;
}
#naviboxleft ul li {
	margin-bottom: 6px;
	list-style: none;
}
#naviboxleft ul li.kiji {
	padding-left:0px;
	padding-right:5px;
/*	font-size:75%;*/
	font-size:10px;
	margin-bottom: 6px;
	list-style: none;
}
#naviboxleft ul li.nvtitle a {
	font-weight:bold;
	background-image:  url(../../images/point_news.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 175px;
	padding-left: 15px;
	margin:0px;
}


#naviboxright {
margin-top:5px;
background-color:#EDE4D3;
display:block;
float:right;
width:190px;
height:150px;
padding:5px;
border:2px solid #D9D9D9;
}
#naviboxright ul {
	margin-top: 5px;
	margin-left:0px;
}
#naviboxright ul li {
	margin-bottom: 6px;
	list-style: none;
}
#naviboxright ul li.kiji {
	padding-left:0px;
	padding-right:5px;
/*	font-size:75%;*/
	font-size:10px;
	margin-bottom: 6px;
	list-style: none;
}
#naviboxright ul li.nvtitle a {
	font-weight:bold;
	background-image:  url(../../images/point_news.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 175px;
	padding-left: 15px;
	margin:0px;
}


.img120_90right {
float:right;
display:block;
width:120px;
height:90px;
margin: 0 0 0 5px;
padding:0;
text-align:center;
/*background:#FFFFFF;*/
background:#F5F5F5;
}
.img120_90right img {
margin:0 !important;
padding:0 !important;
}

.img80_60right {
float:right;
display:block;
margin: 0 0 0 5px;
padding:0;
width:80px;
height:60px;
text-align:center;
/*background:#FFFFFF;*/
background:#F5F5F5;
}
.img80_60right img {
margin:0 !important;
padding:0 !important;
}

.img80_60left {
float:left;
display:block;
margin:0 10px 0 0;
padding:0;
width:80px;
height:60px;
text-align:center;
/*background:#FFFFFF;*/
background:#F5F5F5;

}
.img80_60left img {
margin:0 !important;
padding:0 !important;
}

/* add
------------------------------*/

#bnr_now {
	margin-bottom: 10px;
}
