@charset "utf-8";
/* CSS Document */
/* Formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.4;
	color: #333333;
	background-repeat: repeat;
	background-image: url(images/back.gif);
}
#kage {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
/* link style
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/* basic layout
------------------------------*/
#wrapper {
	margin: 0px auto;
	width: 790px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #FFFFFF;
}
#top {
	color: #333333;
	background-image: url(images/menu_pink_bg.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	height: 20px;
}
/* header layout
------------------------------*/
#header {
	width: 790px;
	position: relative;
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	height: 238px;
}
#coramu #header {
	height: 222px;
}

#header ul {
	width: 790px;
	position: absolute;
	top: 188px;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 2.5em;
	color: #333333;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 2.5em;
	width: 130px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 3px double #999999;
	border-left: 2px solid #FFFFFF;
	font-weight: bold;
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
}
#header ul li a:hover {
	color: #FFFFFF;
}

#header ul li#nHome a {
	border-left-style: none;
}
#home #header #nHome a {
	color: #FFFFFF;
	background-image: url(images/menu_bg_active.gif);
}
#nagare #header #nNagare a {
	background-image: url(images/menu_bg_active.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
#takuhai #header #nKaitori a {
	background-image: url(images/menu_bg_active.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
#otoiawase #header #nContact a {
	color: #FFFFFF;
	background-image: url(images/menu_bg_active.gif);
	background-repeat: repeat-x;
}
#tenpo #header #nProfile a {
	background-image: url(images/menu_bg_active.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
#syouhin   #header   #nSyouhin   a {
	background-image: url(images/menu_bg_active.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
/* main_left style
------------------------------*/
#main_left
 {
	float: left;
	width: 510px;
	padding-left: 10px;
	position: relative;
}
#main_left h2 {
	margin-bottom: 5px;
	margin-top: 10px;
}
#main_left h3 {
	font-weight: bold;
	background-image: url(images/icon_hana.gif);
	background-repeat: no-repeat;
	background-position: 30px center;
	padding-left: 50px;
	font-size: 16px;
	color: #666666;
	margin-bottom: 5px;
}
#main_left  ul#up  {
	padding-left: 70px;
}

#main_left  ul#why  {
	margin-left: 70px;
}

#main_left #what_waku {
	width: 460px;
	margin: 0px 0px 10px 10px;
	background-color: #E3E3E3;
}
#main_left #what_waku td {
	text-align: center;
	font-weight: bold;
	color: #00763C;
}
#main_left table.gra_waku {
	margin-left: 50px;
	width: 420px;
}
#main_left table.gra_waku th  {
	width: 6px;
	text-align: left;
	vertical-align: top;
}
#main_left table.gra_waku td  {
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
}
#main_left table.gra_waku td ul {
	padding-left: 10px;
}

table.gra_waku  td li {
	list-style: url(images/mark_triangle.gif);
}
/* main_right style
------------------------------*/
#main_right {
	float: right;
	width: 240px;
	position: relative;
	padding-right: 10px;
}
#main_right h1 {
	background-image: url(images/square_bg.gif);
	background-repeat: repeat;
	height: 20px;
	border-left: 6px solid #E90B79;
	font-size: 120%;
	font-weight: bold;
	border-top: 1px solid #C9C9C9;
	border-right: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
	width: 224px;
	padding-left: 10px;
}
#auction {
	border: 1px solid #E90B79;
}
#auction th {
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E90B79;
}
#auction td {
	text-align: left;
	padding: 5px;
}
#auction img {
	float: left;
	padding-right: 5px;
}



table.syouhin_p {
	height: 110px;
	width: 240px;
	margin-top: 10px;
}
table.syouhin_p th {
	border: 1px solid #CCCCCC;
}

table.syouhin_p td {
	vertical-align: top;
	font-size: 90%;
}
.syouhin_p h2 {
	font-size: 100%;
	font-weight: bold;
	padding-left: 5px;
	border-left: 4px solid #E90B79;
	padding-bottom: 5px;
}
table.syouhin_p span {
	font-weight: bold;
	font-size: 90%;
}
span.baika {
	font-weight: bold;
	color: #E90B79;
}
/* 取扱商品　layout
------------------------------*/
#syouhin dl {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
#syouhin dt {
	font-size: 100%;
	font-weight: bold;
	background-image: url(images/mark_green.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-left: 10px;
	border-top: 1px dotted #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
#syouhin dd {
	padding-left: 14px;
	margin-left: 17px;
	font-size: 90%;
	line-height: 130%;
	padding-bottom: 5px;
}
#syouhin  dt#last  {
	border-bottom: 1px dotted #CCCCCC;
}
/* sub style
------------------------------*/
#sub {
	padding-right: 10px;
	padding-left: 10px;
}
/* takuhai style
------------------------------*/
#sub_takuhai {
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/man.gif);
	background-repeat: no-repeat;
	background-position: 650px top;
}
/* nagare style
------------------------------*/
table td.nagare_title1 {
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
	padding-left: 10px;
}
table.kaitori_waku {
	height: 50px;
	margin-top: 10px;
	border-collapse:collapse;
	margin-bottom: 10px;
	margin-left: 50px;
}
table td.kaitori_tab {
	background-image: url(nagare_images/kaitori_tab.gif);
	background-repeat: no-repeat;
	font-size: 20pt;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	background-position: left center;
}
table td.kaitori_bg {
	padding-right: 10px;
	padding-left: 10px;
	border: 2px solid #E90B79;
	font-size: 120%;
	font-weight: bolder;
	width: 145px;
}
table td.kaitori_right {
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
	line-height: 120%;
}
#sub ul {
	padding-left: 50px;
	font-size: 110%;
}
/* tenpo style
------------------------------*/
#tenpo #sub table td {
	vertical-align: top;
}

table#tenpo_profile {
	border-right: 1px solid #005700;
	border-left: 1px solid #005700;
	border-top: 1px solid #005700;
	margin-left: 50px;
}
table#tenpo_profile th  {
	background-color: #C4FFC4;
	border-collapse:collapse;
	border-right: 1px solid #005700;
	border-bottom: 1px solid #005700;
}
table#tenpo_profile td {
	background-color: #DBDBDB;
	border-bottom: 1px solid #005700;
	padding: 5px 10px;
}
#sub h3 {
	font-size: 100%;
	color: #006633;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 1em;
}
#sub  dt {
	padding-left: 3em;
	font-weight: bold;
	background-image: url(tenpo_images/mark_triangle.gif);
	background-repeat: no-repeat;
	background-position: 2em center;
}
#sub dd {
	padding-left: 3em;
}
#tenpo h1 {
	font-size: 120%;
	font-weight: bold;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #006633;
	margin-bottom: 10px;
	background-color: #F0FFF8;
	width: 655px;
	margin-left: 50px;
}
#tenpo .privacy {
	width: 670px;
	margin-left: 50px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-collapse:collapse;
	font-size: 90%;
	color: #666666;
}
.privacy th {
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	width: 130px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	background-color: #F0FFF8;
}
.privacy td {
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
.kobutu {
	width: 670px;
	margin-left: 50px;
}

/* syouhin styale
------------------------------*/
#syouhin table#soto td   {
	text-align: center;
	vertical-align: top;
}
.s_ {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-top: 6px solid #E90B79;
}
th.s_title  {
	background-image: url(images/square_bg.gif);
	background-repeat: repeat;
	font-size: 130%;
	font-weight: bold;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
td.s_kotu   {
	background-image: url(images/up.gif);
	background-repeat: no-repeat;
	background-position: center 10px;
	padding-top: 35px;
	padding-right: 30px;
	padding-bottom: 10px;
}
#syouhin   .s_kotu li  {
	list-style-image: url(images/mark_triangle.gif);
	list-style-position: outside;
	padding-left: -60px;
	font-size: 100%;
	color: #666666;
}
#otoiawase h1 {
	font-size: 120%;
	font-weight: bold;
}
/* form style
------------------------------*/
#form {
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	border: 1px solid #999999;
}

#form th {
	border-collapse:collapse;
	border: 1px solid #999999;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 8pt;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #BBBBBB;
	color: #666666;
}
#form td {
	border: 1px solid #999999;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #E3E3E3;
}
 /* footer style
------------------------------*/
#footer {
	clear: both;
}
#footer p {
	text-align: right;
	padding-right: 10px;
}
#footer ul li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
	margin-left: 10px;
}
#footer address {
	color: #333333;
	text-align: right;
	background-image: url(images/menu_pink_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 90%;
}
