@charset "utf-8";

html, body {
height: 100%;
margin: 0;
padding: 0;
}
a {
text-decoration: none;
color: black;
}
img {
border: none;
}
h1, h2, h3 {
margin: 0;
padding: 0;
font-weight: normal;
}
.fclr {
margin: 0;
padding: 0;
clear: both;
}
#container {
min-height: 100%;
height: auto !important;
height: 100%;
position: relative;
}
#screen {
width: 600px;
margin: 0 auto;
padding-bottom: 100px;
}
#header {
height: 54px;
border-bottom: 6px solid #669C1C;
}
#header_l {
margin-top: 14px;
margin-left: 20px;
float: left;
}
*html #header_l {
margin-left: 10px;
}
#header_r {
margin-top: 30px;
margin-right: 20px;
float: right;
}
*html #header_r {
margin-right: 10px;
}
#menu {
height: 64px;
margin-top: 10px;
margin-left: 20px;
}
.menu_sub_wasabi {
font-size: 12px;
color: #669C1C;
}
.menu_sub_yuzu {
font-size: 12px;
color: #FF9900;
}
.menu_sub_ume {
font-size: 12px;
color: #FE3310;
}
.menu_sub_syoga {
font-size: 12px;
color: #EC6C00;
}
.menu_title {
font-size: 14px;
font-weight: bold;
}
#contents {
margin-top: -30px;
}
#left {
width: 270px;
margin-top: 20px;
margin-left: 20px;
float: left;
}
*html #left {
margin-left: 10px;
}
#pro_wp {
width: 242px;
margin-top: 20px;
background-color: #F7F7F3;
font-size: 12px;
line-height: 20px;
padding: 14px;
}
.pro_title {
font-size: 14px;
font-weight: bold;
}
#catalog_btn {
	width: 100%;
	background-image: url(../../menu/common/catalog_btn.png);
	background-repeat: no-repeat;
	background-position: 228px 2px;
	font-size: 12px;
	text-align: right;
}
#catalog_btn2 {
	width: 100%;
	background-image: url(../../menu/common/catalog_btn.png);
	background-repeat: no-repeat;
	background-position: 228px 2px;
	font-size: 11px;
	text-align: left;
}
#right {
width: 270px;
margin-top: 20px;
margin-right: 20px;
float: right;
}
*html #right {
margin-right: 10px;
}
.r_table_wasabi,
.r_table_yuzu,
.r_table_ume,
.r_table_syoga {
width: 270px;
border: none;
border-collapse: collapse;
font-size: 14px;
line-height: 20px;
}
.r_table2_wasabi,
.r_table2_yuzu,
.r_table2_ume,
.r_table2_syoga {
width: 270px;
border: none;
border-collapse: collapse;
margin-top: 22px;
font-size: 14px;
}
.r_table_wasabi th,
.r_table_yuzu th,
.r_table_ume th,
.r_table_syoga th,
.r_table2_wasabi th,
.r_table2_yuzu th,
.r_table2_ume th,
.r_table2_syoga th {
border-top: none;
border-left: 1px solid #669C1C;
border-bottom: 1px solid #669C1C;
border-right: none;
color: #669C1C;
text-align: left;
padding: 4px;
}
.r_table_wasabi td,
.r_table_yuzu td,
.r_table_ume td,
.r_table_syoga td {
border-top: none;
border-left: none;
border-bottom: 1px solid #ddd;
border-right: none;
text-align: left;
padding: 4px;
}
.r_table2_wasabi td,
.r_table2_yuzu td,
.r_table2_ume td,
.r_table2_syoga td {
border: none;
text-align: left;
padding: 4px;
}
.r_table_yuzu th,
.r_table2_yuzu th {
	border-color:#FF9900;
	color: #FF9900;
}
.r_table_ume th,
.r_table2_ume th {
	border-color:#FE3310;
	color: #FE3310;
}
.r_table_syoga th,
.r_table2_syoga th {
	border-color:#EC6C00;
	color: #EC6C00;
}

.agn_r {
white-space:nowrap;
text-align: right !important
}
.vagn_t {
vertical-align: top;
}
#close_btn {
width: 66px;
margin: 40px auto;
}
#footer {
height: 36px;
width: 600px;
position: absolute;
bottom: 0;
border-top: 15px solid #669C1C;
}
#cr {
margin-top: 4px;
margin-left: 20px;
font-size: 10px;
font-family: Arial;
}
.menu_red {
color: #FF0000;
}
.small {
	color: #000000;
	font-size: 9px;
}
.note {
	font-size:12px;
	padding-left: 1em;
	text-indent: -1em;
	line-height:1.2em;
	margin-top:0.5em;
}


