<style type="text/css">

body, ul, li, img, form, label, input, select{
	margin: 0px;
	padding: 0px;
}
body,td,th {
	font-family: ＭＳ Ｐゴシック, sans-serif;
	color: #333333;
}
html{
    height:100%;
}
body {
	margin: 0;
	background-color: #DAFF80;
	height: 100%;
	padding-left: 1px;
	background-image: url(../img/haikei.gif);
}
#container {
	background-image: url(../img/back.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: auto;
	font-family: "ＭＳ Ｐゴシック, sans-serif";
	line-height: 140%;
}
#container2 {
	background-image: url(../img/back2.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: auto;
	font-family: "ＭＳ Ｐゴシック, sans-serif";
	line-height: 140%;
}
#wrapper {
	width: 750px;
	height: auto;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
    margin: 0 auto;
}
#header {
	height: 100px;
	width: 750px;
	background-image: url(../img/top.gif);
}
/* header内 class */
.shoplogos {
	width: 400px;
	margin: 30px 0px 0px 5px;
	position: absolute;
    top: 0px;
    float: left;
	z-index: 1;
}
.add {
	margin: 45px 5px 0px;
	float: right;
	font-size: x-small;
	color: #666666;
	text-align: right;
	line-height: 140%;
}
/* 問い合わせ class */
.icon01 {
	height: 15px;
	background-image: url(../img/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	padding-right: 0px;
}
.icon01 a {
	font-size: small;
	color: #666666;
	text-decoration: none;
	line-height: 160%;
}
.icon01 a:hover {
	color: #FF6600;
	text-decoration: underline;
}
/* 問い合わせ class <END> */

/* header内 class <END> */

#menu{
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 750px;
	border-top: 1px solid #666666;
	background-color:#FFFF00;
	border-bottom: 1px solid #666666;
	color: #333333;
	line-height:27px;
}
#menu ul {
	float:left;
	margin:1px 10px;
	padding:0px;
	width: 300px;
	border: 0px solid #ff6600;
}
li {
	float: left;
	font-size: small;
	display: block;
	margin: 0px;
	padding:0px;
}
li a {
	color: #333333;
	text-decoration: none;
	margin:0px 0px;
	padding: 0px 10px;
}
li a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#menu ul.login_menu {
	float:right;
	width: 400px;
	text-align:left;
	border: 0px solid #ff6600;
}
ul.login_menu li{
	margin:0px;
	padding:0;
	float:right;
	display: block;
}
ul.login_menu li.btn_login a{
	margin:3px 5px 0px 10px;
	padding:0;
	display: block;
	height: 21px;
	width:68px;
	text-indent:-9999px;
	overflow:hidden;
	background-image: url(../img/btn_login.gif);
}
ul.login_menu li.btn_logout a{
	margin:3px 5px 0px 10px;
	padding:0;
	display: block;
	height: 21px;
	width:68px;
	text-indent:-9999px;
	overflow:hidden;
	background-image: url(../img/btn_logout.gif);
}
ul.login_menu li.btn_login a:hover,ul.login_menu li.btn_logout a:hover{
	background-position: 0 -21px;
}
ul.login_menu li.bar_point{
	margin:0px 0px 0px 10px;
}
.point, .login_name{
	font-weight:bold;
	margin:0px 3px;
}

/* sub内 class */
#sub {
	clear:both;
	margin: 0px;
	padding: 10px;
	height: 100%;
	width: 175px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 30px;
}
.sub_title {
	font-size: 14px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	line-height: 30px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
}
.sub_icon {
	width: 155px;
	background-image: url(../img/icon.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 12px 20px;
	line-height: 17px;
}
.sub_box {
	font-size: 12px;
	color: #333333;
}
.sub_box a {
	color: #333333;
	text-decoration: none;
}
.sub_box a:hover {
	color: #FF6600;
	text-decoration: underline;
	text-align: right;
}
.push_box{
	float:left;
	margin:5px 0px 0px 2px;
	border: 0px solid #888;
}
ul.push{
	float:left;
	margin:0px;
	padding:0px;
}
ul.push li{
	float:left;
	margin:10px 0px;
	font-size:12px;
	text-align:center;
	border: 0px solid #666666;
}
ul.push li img{
	margin:10px 0px 5px 0px;
	padding:0px;
	border: 1px solid #888;
}
ul.push li a {
	padding:0px;
}
ul.push .price {
	font-weight: bold;
	color: #666666;
	padding: 0px;
}
ul.push .price2 {
	color: #666666;
	text-decoration: line-through;
	padding: 0px;
}
ul.push .sprice {
	font-weight: bold;
	color: #FF0000;
}
ul.push .push_name{
	float:left;
	width:170px;
	margin:0px;
	padding:0px;
	line-height: 18px;
}

/* sub内 class <END> */

/* main内 class */
#main {
	clear: right;
	margin: 0px;
	float: right;
	width: 535px;
	height: 100%;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 10px;
	padding-left: 1px;
}
#main2 {
	margin: 0px;
	width: 735px;
	height: 100%;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 9px;
	padding-left: 1px;
	text-align: center;
	font-size: 12px;
}
.main_img {
	height: 300px;
	width: 535px;
}
.main_title {
	font-size: 14px;
	color: #333333;
	font-weight: bolder;
	line-height: 40px;
	text-align: center;
	background-image: url(../img/title.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.main_info {
	height: 200px;
	width: 515px;
	overflow: auto;
	border: 1px solid #CCCCCC;
	color: #666666;
	background-color: #FFFFFF;
	font-size: 12px;
	padding: 10px;
	line-height: 18px;
}
.info_date {
	font-size: 12px;
	color: #666666;
	font-weight: bolder;
	line-height: 25px;
}
.main_new {
	height: auto;
	width: 535px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.new_table {
	width: 535px;
	text-align: center;
}
.new_td {
	width: 170px;
	vertical-align: top;
	text-align: center;
}
.new_name {
	font-size: 12px;
	padding-top: 10px;
}
.new_name a {
	color: #333333;
	display: inline;
	height: 1.5em;
	text-decoration: none;
	text-align: right;
	padding: 5px;
}
.new_name a:hover {
	color: #FF6600;
	text-decoration: underline;
	text-align: right;
}
.price {
	font-weight: bold;
	color: #666666;
	padding-top: 10px;
}
.price2 {
	color: #666666;
	text-decoration: line-through;
	padding-top: 10px;
}
.sprice {
	font-weight: bold;
	color: #FF0000;
}
.icon_new {
	height: 15px;
	background-image: url(../img/new.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 10px;
}
.icon_up {
	height: 15px;
	background-image: url(../img/up.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 10px;
}

/* main内 class <END> */
#footer {
	font-size: small;
	line-height: 20px;
	background-color: #FFFF00;
	text-align: center;
	width: 750px;
	height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	color: #333333;
	text-decoration: none;
	bottom: 0px;
	clear: both;
}


/* other.php */
.other_date {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 8px;
	padding-top: 8px;
}
table.table01 {
	margin-top: 0.2em;
	margin-bottom: 1em;
	width: 535px;
	border-collapse: collapse;
	border: solid 1px #666666;
	font-size: 12px;
}

table.table01 caption {
	margin-top: 1em;
	text-align: left;
}

table.table01 th,
table.table01 td {
	border: solid 1px #666666;
	padding: 4px 6px;
}

table.table01 th {
	background: #FFFF99;
	text-align: center;
	white-space: nowrap;
	color: #333333;
	width: 535px;
}

table.table01 td.course {
	text-align: center;
	font-weight: bolder;
	background-color: #FFFFFC;
}
table.table01 td {
	text-align: left;
	background-color: #FFFFFC;
}
table.table01 td.lef {
	text-align: left;
	width: 425px;
}
table.table01 td.cen {
	text-align: center;
	white-space: nowrap;
	width: 110px;
}
table.table01 td.cen2 {
	text-align: center;
	white-space: nowrap;
	width: 80px;
}
.ng {
	font-weight: bold;
	font-size: 12px;
	color: #FF0000;
}
table.table01 a {
	font-size: small;
	color: #666666;
	text-decoration: underline;
	line-height: 160%;
}
table.table01 a:hover {
	color: #FF6600;
	text-decoration: underline;
}
/* other.php END */

/* items.php */
.main_items {
	height: auto;
	width: 535px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.items_img {
	height: 100px;
	width: 535px;
	padding-bottom: 10px;
}
.items_title {
	color: #666666;
	font-size: 12px;
	line-height: 30px;
	padding-left: 10px;
	background-image: url(../img/title.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 5px;
}
.items_title2 {
	color: #666666;
	font-size: 12px;
	line-height: 18px;
	padding-left: 2px;
}
.items_num {
	color: #666666;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	padding-left: 15px;
}
.brand_info {
	height: auto;
	width: 515px;
	overflow: auto;
	border: 1px solid #CCCCCC;
	color: #666666;
	background-color: #FFFFFF;
	font-size: 12px;
	padding: 10px;
	line-height: 18px;
}
.bun_box {
	font-size: 12px;
	color: #666666;
}
.bun_box a {
	color: #666666;
	text-decoration: none;
}
.bun_box a:hover {
	color: #FF6600;
	text-decoration: underline;
	text-align: right;
}
/* items.php END */

/* shohin.php */
.shohin_title {
	color: #666666;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 10px;
}
.shohin_name {
	font-size: 12px;
	padding-top: 10px;
}
img.shohin {
	padding-top: 2px;
	padding-right: 5px;
}
table.table02 {
	margin-top: 0.2em;
	margin-bottom: 1em;
	width: 220px;
	border-collapse: collapse;
	border: solid 1px #666666;
	font-size: 12px;
	color: #333333;
}
table.table02 caption {
	margin-top: 1em;
	text-align: left;
}

table.table02 th,
table.table02 td {
	border: solid 1px #666666;
	padding: 4px 6px;
}

table.table02 th {
	background: #FFFF99;
	text-align: center;
	white-space: nowrap;
	color: #333333;
}
table.table02 td {
	background-color: #FFFFFC;
}
table.table02 td.course {
	text-align: center;
	font-weight: bolder;
}
table.table02 td.ri {
	text-align: right;
}
table.table02 td.lef {
	text-align: left;
	background-color: #FFFFFC;
}
table.table02 td.lef2 {
	text-align: left;
	font-size: 10px;
}
table.table02 td.lef3 {
	text-align: left;
	font-weight: bold;
	color: #FF0000;
}
.com {
	font-size: 10px;
}
table.cart_logo {
	margin-bottom: 10px;
	width: 220px;
	border-collapse: collapse;
	font-size: 12px;
	color: #333333;
	text-align: center;
}
.s_price {
	font-weight: bold;
	color: #666666;
}
.s_price2 {
	color: #666666;
	text-decoration: line-through;
}
.s_sprice {
	font-weight: bold;
	color: #FF0000;
}
table.img {
	margin-top: 0.2em;
	margin-bottom: 1em;
	width: 280px;
	border-collapse: collapse;
	font-size: 12px;
	color: #333333;
}
table.img th,
table.img td {
	padding: 0px 6px 4px;
}
table.img td {
	text-align: center;
}
.shohin_info {
	width: 280px;
	border: 1px solid #CCCCCC;
	color: #666666;
	background-color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	padding: 10px;
	line-height: 18px;
	color: #333333;
}
table.img2 {
	margin-top: 0.2em;
	margin-bottom: 1em;
	width: 535px;
	border-collapse: collapse;
	font-size: 12px;
	color: #333333;
}
table.img2 th,
table.img2 td {
	padding: 4px 6px;
}
table.img2 td {
	text-align: center;
}
.shohin_info2 {
	width: 500px;
	border: 1px solid #CCCCCC;
	color: #666666;
	background-color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	padding: 10px;
	line-height: 18px;
}

/* shohin.php END */

/* cart.php */
.cart_title {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding: 10px;
	font-weight: bold;
	text-align: left;
}
.cart_title_cen {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding: 10px;
	font-weight: bold;
	text-align: center;
}
table.cart {
	margin-top: 0.2em;
	margin-bottom: 1em;
	margin-left: 10px;
	width: 725px;
	border-collapse: collapse;
	border: solid 1px #666666;
	font-size: 12px;
}

table.cart caption {
	margin-top: 1em;
	text-align: left;
}

table.cart th,
table.cart td {
	border: solid 1px #666666;
	padding: 4px 6px;
}

table.cart th {
	background: #FFFF99;
	text-align: center;
	white-space: nowrap;
	color: #333333;
}

table.cart td.course {
	text-align: center;
	font-weight: bolder;
	background-color: #FFFFFC;
}
table.cart td {
	text-align: center;
	background-color: #FFFFFC;
}
table.cart td.img {
	text-align: center;
	width: 120px;
}
table.cart td.name {
	text-align: left;
	width: 350px;
}
table.cart td.pri {
	text-align: center;
	width: 70px;
}
table.cart td.kazu {
	text-align: center;
	width: 50px;
}
table.cart td.but {
	text-align: center;
	width: 65px;
}
table.cart_button {
	width: 746px;
	margin:10px 0px;
	border-collapse: collapse;
}
table.cart_button td {
	padding-right:10px;
	text-align: right;
}
table.cart_button td.cen {
	padding-right:10px;
	text-align: center;
}
table.total {
	margin-bottom: 1em;
	margin-left: 10px;
	width: 350px;
	border-collapse: collapse;
	border: solid 1px #666666;
	font-size: 12px;
}

table.total caption {
	margin-top: 1em;
	text-align: left;
}

table.total th,
table.total td {
	border: solid 1px #666666;
	padding: 4px 6px;
}

table.total th {
	background: #FFFF99;
	text-align: center;
	white-space: nowrap;
	color: #333333;
	width: 140px;
}

table.total td.course {
	text-align: center;
	font-weight: bolder;
	background-color: #FFFFFC;
}
table.total td.pri {
	text-align: center;
	background-color: #FFFFFC;
	width: 145px;
	font-weight: bold;
}
table.total td.but {
	text-align: center;
	background-color: #FFFFFC;
	width: 65px;
}
.new_name2 {
	font-size: 12px;
	padding-top: 10px;
}
.new_name2 a {
	color: #333333;
	display: inline;
	height: 1.5em;
	text-decoration: underline;
	text-align: right;
}
.new_name2 a:hover {
	color: #FF6600;
	text-decoration: underline;
	text-align: right;
}
.cart_img {
	width: 720px;
	padding: 10px;
	margin-left: 5px;
}

/* cart.php END */
/* cart2.php */
table.cart2 {
	margin-top: 0.2em;
	margin-bottom: 1em;
	margin-left: 10px;
	width: 725px;
	border-collapse: collapse;
	border: solid 1px #666666;
	font-size: 12px;
}

table.cart2 caption {
	margin-top: 1em;
	text-align: left;
}

table.cart2 th,
table.cart2 td {
	border: solid 1px #666666;
	padding: 4px 6px;
}

table.cart2 th {
	background: #FFFF99;
	text-align: center;
	white-space: nowrap;
	color: #333333;
	width: 150px;
}

table.cart2 td.course {
	text-align: center;
	font-weight: bolder;
	background-color: #FFFFFC;
}
table.cart2 td {
	text-align: left;
	background-color: #FFFFFC;
}
.rei {
	font-size: 9px;	
}
.red {
	text-align: left;
	font-size: 12px;	
	color: #333333;
	padding-left: 10px;
}
.red2 {
	text-align: right;
	font-size: 12px;	
	color: #333333;
	padding-left: 10px;
}

/* cart2.php END */
/* mailzine */
.mailzine_date {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 15px;
	padding-top: 8px;
	width: 500px;
	text-align: left;
}
table.mailzine {
	margin-top: 0.2em;
	margin-bottom: 1em;
	width: 500px;
	border-collapse: collapse;
	border: solid 2px #666;
	font-size: 12px;
}
table.mailzine th,
table.mailzine td {
	border: solid 1px #666666;
	padding: 4px 6px;
}
table.mailzine td {
	text-align: left;
	background-color: #FFFFFC;
}
table.mailzine td.lef {
	text-align: left;
	width: 425px;
}
table.mailzine td.cen {
	text-align: center;
	white-space: nowrap;
	width: 100px;
	background-color: #FFFF99;
}
table.mailzine_btn {
	margin-bottom: 10px;
	font-size: 12px;
	color: #333333;
	width: 515px;
	border: solid 0px #666;
	margin-left:10px;
}
/* mailzine END */

/* user_login */
.title_long{
	font-size: 14px;
	width:720px;
	height:30px;
	margin:5px 0px 0px 13px;
	padding:2px 0px 0px 0px;
	background: url(../img/title_long.gif) no-repeat;
	text-align:center;
	font-weight:bold;
}
.user_com{
	margin:10px 0px;
}
.user_com_left{
	margin:10px 10px 10px 25px;
	text-align:left;
	border: solid 0px #666;
}
table.login {
	margin:auto;
	padding:0px;
	margin-top:10px;
	width: 400px;
	border-collapse: collapse;
	border: solid 1px #666666;
	font-size: 12px;
}

table.login th,
table.login td {
	border: solid 1px #666666;
	padding: 4px 6px;
}

table.login th {
	background: #FFFF99;
	text-align: center;
	white-space: nowrap;
	color: #333333;
	width: 150px;
}

table.login td {
	text-align: left;
	background-color: #FFFFFC;
}
.btn_submit{
	margin:20px 0px 0px 0px;
}
.login_form{
	margin:10px 0px 20px 0px;
}
.btn_login_new a{
	margin:0 auto;
	padding:0;
	margin-bottom:10px;
	display: block;
	height: 31px;
	width:100px;
	text-indent:-9999px;
	overflow:hidden;
	background-image: url(../img/btn_login_jp_new.gif);
}
.btn_login_new a:hover{
	background-position: 0 -31px;
}
/* user_login END */

/* user_new_entry */
.user_infomation{
	margin:10px 0px 20px 0px;
}
table.user_info {
	margin-top: 8px;
	margin-bottom: 10px;
	margin-left: 25px;
	width: 700px;
	border-collapse: collapse;
	font-size: 12px;
}

table.user_info caption {
	margin-top: 1em;
	text-align: left;
}

table.user_info th,
table.user_info td {
	border: solid 1px #666666;
	padding: 4px 6px;
}

table.user_info th {
	background: #FFFF99;
	text-align: center;
	white-space: nowrap;
	color: #333333;
	width: 150px;
}
table.user_info td {
	text-align: left;
	background-color: #FFFFFC;
}
.alt{
	font-size:10px;
	color:#0099FF;
}
.error_title{
	text-align:left;
	margin:5px 10px 5px 25px;
}
.error{
	font-size:10px;
	color:#FF3300;
}

/* user_new_entry END */
/* point.php */
.point_date {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding:8px 0px 15px 10px;
	width: 515px;
	text-align: left;
}
.point_date img{
	margin:5px 5px -5px 5px;
}
.caution{
	text-decoration: underline;
}
table.table_point {
	margin-top: 0.2em;
	margin-bottom: 1em;
	width: 515px;
	border-collapse: collapse;
	border: solid 1px #666666;
	font-size: 12px;
}

table.table_point caption {
	margin-top: 1em;
	text-align: left;
}

table.table_point th,
table.table_point td {
	border: solid 1px #666666;
	padding: 4px 6px;
}

table.table_point th {
	background: #FFFF99;
	text-align: center;
	white-space: nowrap;
	color: #333333;
	width: 535px;
	height:20px;
}

table.table_point td {
	text-align: left;
	background-color: #FFFFFC;
}
.scroll{
	width: 520px;
	height: 400px;
	overflow:auto;
}
.point_index{
	padding:5px 0px;
	text-decoration:underline;
}
/* point.php END */
</style>
