body {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* IE6用 */
* html #to_ptop {
	position:absolute;
	right:0px;
	top: 70%;
	margin: 0px;
}
/* ここまで */
#to_ptop {
	width: 70px;
	position: fixed;
	right: 0px;
	margin: 0px;
	height: 140px;
	top: 70%;
}
#to_ptop a {
	display: block;
	width: 70px;
	height: 140px;
	float: left;
	text-indent: -9999px;
	background-image: url(../img/bt_order.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#to_ptop a:hover {
	width: 70px;
	height: 140px;
	float: left;
	text-indent: -9999px;
	background-image: url(../img/bt_order.jpg);
	background-position: -70px 0;
	background-repeat: no-repeat;
}
#wrapper {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	height: 85px;
	width: 100%;
	background-color: #339933;
}
#wrapper #header #top {
	height: 60px;
	width: 100%;
	background-image: url(../img/top_hed_2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#wrapper #header #top #logo {
	height: 60px;
	width: 150px;
	padding-right: 650px;
}

#wrapper #header #bottom {
	height: 21px;
	width: 642px;
	padding-bottom: 4px;
	padding-left: 158px;
}


/* TOP BUTTONS DEBUT */
#header #bts {
    width: 642px;
	height: 21px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#header #bts li {    
	display: inline;
	width: 107px;
	height: 21px;
	float: left;
}
#header #bts li a {    
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	width: 107px;
	height: 21px;
	background-image: url(../img/bts.jpg);
}
#menu1 a { background-position: 0 0 ; }
#menu2 a { background-position: -107px 0 ; }
#menu3 a { background-position: -214px 0 ; }
#menu4 a { background-position: -321px 0 ; }
#menu5 a { background-position: -428px 0 ; }
#menu6 a { background-position: -535px 0 ; }

#header #bts li a:hover {    
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	width: 107px;
	height: 21px;
	background-image: url(../img/bts.jpg);
}
#menu1 a:hover { background-position: 0 -21px ; }
#menu2 a:hover { background-position: -107px -21px ; }
#menu3 a:hover { background-position: -214px -21px ; }
#menu4 a:hover { background-position: -321px -21px ; }
#menu5 a:hover { background-position: -428px -21px ; }
#menu6 a:hover { background-position: -535px -21px ; }
#wrapper #leftside {
	float: left;
	height: auto;
	width: 145px;
	padding-right: 15px;
}


#wrapper #lsts {
	font-size: 12px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#wrapper #lsts .tab {
	font-size: 10px;
	padding-left: 7px;
	margin-left: 12px;
	background-image: url(../img/li1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#wrapper #lsts .tabend {
	font-size: 10px;
	padding-left: 7px;
	margin-left: 12px;
	background-image: url(../img/liend.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}



/* TOP BUTTONS FIN */
.txt {
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
.txt_orange {
	font-size: 12px;
	color: #FF6600;
	line-height: 20px;
}
.txt_pink {
	font-size: 12px;
	color: #FF6699;
	line-height: 20px;
}
.txt_blue {
	color: #006699;
}
.txt_pink2 {
	color: #FF0033;
	font-size: 12px;
	line-height: 20px;
}
.txt_deepgreen {
	color: #009900;
}



.h_bar {
	margin-bottom: 10px;
}


.txt_big {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #006699;
}
.txt_big_blue_line {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #006699;
	padding-right: 40px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #006699;
	border-bottom-color: #006699;
	padding-top: 5px;
	padding-bottom: 5px;
}

.txt_big_green_line {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #66CC00;
	padding-right: 40px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #66CC00;
	border-bottom-color: #66CC00;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txt_big_g {
	font-size: 14px;
	line-height: 20px;
	color: #66CC00;
}
.txt_big_dg {
	color: #669900;
	font-size: 14px;
	line-height: 20px;
}

.txt_big_pink_line {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #FF3366;
	padding-right: 40px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF3366;
	border-bottom-color: #FF3366;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txt_big_p {
	font-size: 14px;
	line-height: 20px;
	color: #FF3366;
}



.txt_big_orange {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #FF9900;
}

.txt_big_orange2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #FF6600;
}

.txt_big_orange_spa {
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	color: #FF6600;
	padding-right: 60px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	padding-top: 5px;
}
.txt_big_black {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
}
.txt_big_purple {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #352E8E;
}

.txt_big_grey {
	font-size: 16px;
	color: #333333;
	line-height: 20px;
}


.zoom {
	height: 11px;
	width: 60px;
	padding-left: 140px;
}
.border_link {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B29900;
	border-bottom-color: #B29900;
	margin-bottom: 1px;
}
.border_link_p {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F074FA;
	border-bottom-color: #F074FA;
	margin-bottom: 15px;
}
.border_link_b {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0672CD;
	border-bottom-color: #0672CD;
}
.border_link_lg {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8BC31A;
	border-bottom-color: #8BC31A;
	margin-bottom: 15px;
}


.infobox {
	height: 395px;
	overflow: auto;
	line-height: 14px;
	font-size: 10px;
	padding-left: 10px;
}
.txt_mini {
	font-size: 10px;
	line-height: 18px;
}
.txt_mini_lh {
	font-size: 10px;
}

.txt_mini_g {
	color: #009900;
	font-size: 10px;
}
.txt_mini_p {
	color: #FF3366;
	font-size: 10px;
}

.txt_mini_b {
	color: #0672CD;
	font-size: 10px;
}
.txt_mini_o {
	color: #FF6600;
	font-size: 10px;
}
.txt_mini_r {
	color: #CC0000;
	font-size: 10px;
}
.txt_gl {
	color: #30363A;
}
.txt_green {
	color: #669900;
	font-size: 12px;
	line-height: 20px;
}





.txt_box {
	padding-top: 15px;
}
.txt_leftspace {
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	padding-left: 17px;
}
.txt_huge_p {
	font-size: 20px;
	line-height: 20px;
	color: #FF3366;
}


.table_border {
	border: 4px solid #FFFFFF;
	border-collapse:collapse;
}
.table_border_spa {
	border: 4px solid #FFFFFF;
	border-collapse:collapse;
	background-color: #FEF2C1;
	background-image: url(../img/ansin.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.table_border_shmp {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFCC00;
}
.ttle_dtl {
	width:375px;
	padding-top:7px;
	padding-bottom:7px;
	background-color:#333399;
	margin-top: 10px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 5px;
}
#amzns {
	height: 170px;
	width: 800px;
}
.top_items1 {
	background-image: url(../img/top_item1.jpg);
	height: 90px;
	width: 136px;
	background-repeat: no-repeat;
	float: left;
	padding-right: 5px;
	padding-left: 60px;
	font-size: 10px;
	color: #000000;
	line-height: 14px;
	padding-top: 47px;
	padding-bottom: 13px;
}

.top_items2 {
	background-image: url(../img/top_item2.jpg);
	height: 90px;
	width: 136px;
	background-repeat: no-repeat;
	float: left;
	padding-right: 5px;
	padding-left: 60px;
	padding-top: 47px;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	padding-bottom: 13px;
}
.top_items3 {
	background-image: url(../img/top_item3.jpg);
	height: 90px;
	width: 136px;
	background-repeat: no-repeat;
	float: left;
	padding-right: 5px;
	padding-left: 60px;
	padding-top: 47px;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	padding-bottom: 13px;
}
.top_items4 {
	background-image: url(../img/top_item4.jpg);
	height: 90px;
	width: 136px;
	background-repeat: no-repeat;
	float: left;
	padding-left: 60px;
	padding-top: 47px;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	padding-bottom: 13px;
}
.txt_top_items {
	width: 136px;
	height: 60px;
}
.txt_top_items2 {
	width: 130px;
	height: 60px;
	padding-left: 6px;
}

.bt_amazon {
	height: 30px;
	width: 125px;
	padding-top: 2px;
	padding-right: 11px;
}
#airsilk {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
}
#airsilk li {
	background-image: url(../img/doghand.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 12px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #333333;
	padding-top: 12px;
	padding-left: 13px;
	padding-bottom: 3px;
}
.ozone {
	font-family: "メイリオ";
	font-size: 14px;
	color: #2591D2;
	font-weight: bold;
	background-image: url(../img/mark_os.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	padding-left: 22px;
	padding-top: 4px;
	line-height: 16px;
	padding-bottom: 5px;
}
.ozone2 {
	font-family: "メイリオ";
	font-size: 14px;
	color: #2591D2;
	font-weight: bold;
	background-image: url(../img/mark_os2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	padding-left: 22px;
	padding-top: 4px;
	line-height: 16px;
	padding-bottom: 5px;
}
.txt_lb {
	font-family: "メイリオ";
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #2591D2;
}
.txt_lb_14 {
	font-family: "メイリオ";
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #2591D2;
}
#wrapper #bottom_end {
	background-color: #CCCCCC;
	height: 12px;
	width: 797px;
	font-size: 10px;
	color: #333333;
	text-align: right;
	padding-right: 3px;
	line-height: 12px;
	padding-top: 2px;
	clear: both;
}
#wrapper #bottom_end a {
    color:#333333;
}
#wrapper #bottom_end a:hover {
    color:#339900;
}
#wrapper .middle_end {
	background-color: #CCCCCC;
	height: 12px;
	width: 637px;
	font-size: 10px;
	color: #333333;
	text-align: right;
	padding-right: 3px;
	line-height: 12px;
	padding-top: 5px;
	clear: both;
	padding-bottom: 3px;
}
#wrapper .middle_end a {
    color:#333333;
}
#wrapper .middle_end a:hover {
    color:#339900;
}
#ox_box {
	width: 768px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EA5F00;
	border-right-color: #EA5F00;
	border-bottom-color: #EA5F00;
	border-left-color: #EA5F00;
	height: 342px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 30px;
}
#ox_box #lft {
	float: left;
	width: 414px;
}
#ox_box #rgt {
	float: right;
	width: 354px;
	text-align: right;
}
.waku {
	height: 350px;
	width: 638px;
	border: 1px solid #339933;
	padding-top: 9px;
	padding-bottom: 9px;
}

.salonbox {
	height: 350px;
	overflow: auto;
	line-height: 30px;
	font-size: 12px;
	width: 620px;
	padding-right: 7px;
	padding-left: 11px;
}
.salonbox a {
	font-weight: bold;
}
.bx_txt {
	font-size: 14px;
	line-height: 14px;
	color: #F08000;
	padding: 4px;
	height: 14px;
	margin-right: 5px;
	border: 1px solid #F08000;
	font-weight: bold;
}

