body {
	background:url(/images_shared/bg.jpg) repeat-x top #000;
	font: 75% Arial,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #CFCFCF;
	line-height: 140%;
	text-align: center;
}

a:link {
  color:#999999;
  text-decoration: none;
}

a:visited {
  color:#999999;
    text-decoration: none;
}
a:hover {
  color:#EFEFEF;
  text-decoration: none;
}

a:active {
  color:#EFEFEF;
  text-decoration: none;
}
h2.ptit {
	margin:0 0 20px 0;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	clear:both;
}
h3 {
	margin:1em 0 1em 0;
	padding:0 0 0.5em 0;
	font-size: 16px;
	font-weight: bold;
	clear:both;
	color:#cceecc;
}
* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	display: block;
}

/***********************************************************************
	 デフォルト設定
************************************************************************/
/* マージン */

.mgNo {
	margin:0 !important;
}

.mgL05 {
	margin-left:5px !important;
}
.mgL10 {
	margin-left:10px !important;
}
.mgL20 {
	margin-left:20px !important;
}
.mgL40 {
	margin-left:40px !important;
}

.mgR05 {
	margin-right:5px !important;
}
.mgR10 {
	margin-right:10px !important;
}
.mgR20 {
	margin-right:20px !important;
}
.mgR40 {
	margin-right:40px !important;
}

.mgT05 {
	margin-top:5px !important;
}
.mgT10 {
	margin-top:10px !important;
}
.mgT20 {
	margin-top:20px !important;
}
.mgT40 {
	margin-top:40px !important;
}

.mgB05 {
	margin-bottom:5px !important;
}
.mgB10 {
	margin-bottom:10px !important;
}
.mgB20 {
	margin-bottom:20px !important;
}
.mgB40 {
	margin-bottom:40px !important;
}

/* パディング */

.pdNo {
	padding:0 !important;
}

.pdL05 {
	padding-left:5px !important;
}
.pdL10 {
	padding-left:10px !important;
}
.pdL20 {
	padding-left:20px !important;
}
.pdL40 {
	padding-left:40px !important;
}

.pdR05 {
	padding-right:5px !important;
}
.pdR10 {
	padding-right:10px !important;
}
.pdR20 {
	padding-right:20px !important;
}
.pdR40 {
	padding-right:40px !important;
}

.pdT05 {
	padding-top:5px !important;
}
.pdT10 {
	padding-top:10px !important;
}
.pdT20 {
	padding-top:20px !important;
}
.pdT40 {
	padding-top:40px !important;
}

.pdB05 {
	padding-bottom:5px !important;
}
.pdB10 {
	padding-bottom:10px !important;
}
.pdB20 {
	padding-bottom:20px !important;
}
.pdB40 {
	padding-bottom:40px !important;
}

/* 横幅 */
.wid10 {
	width:10px;
}
.wid20 {
	width:20px;
}
.wid30 {
	width:30px;
}
.wid40 {
	width:40px;
}
.wid50 {
	width:50px;
}
.wid70 {
	width:70px;
}
.wid100 {
	width:100px;
}
.wid200 {
	width:200px;
}
.wid400 {
	width:400px;
}
.wid600 {
	width:600px;
}
.wid650 {
	width:650px;
}

/* 縦幅 */
.hit10 {
	height:10px;
}
.hit20 {
	height:20px;
}
.hit30 {
	height:30px;
}
.hit40 {
	height:40px;
}
.hit50 {
	height:50px;
}
.hit70 {
	height:70px;
}
.hit100 {
	height:100px;
}
.hit200 {
	height:200px;
}
.hit400 {
	height:400px;
}

/* センタリング */

.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}



/***********************************************************************
	 header (EC用)
************************************************************************/
#header {
	position: relative;
	margin: 30px auto 0 auto;
	padding: 6px 0px 0px 0px ;
	width: 900px;
	height:65px;
	text-align: left;
	z-index: 10;
}
#header h1 {
	float:left;
	margin-top:10px;
	margin-right:30px;
}

#naviarea {
	padding-top:0.8em;
}
#navi li ,#register {
	float: left;
	line-height:40px;
	vertical-align:middle;
	list-style:none;
	margin-right:10px;
	font-weight:bold;
	font-size:10px;
	padding:6px 3px 3px 3px;
}
#navi li a, #register a {
	padding:3px 6px 3px 6px;
}
#navi li a.on, #register a.on {
	color:#0099FF;
}
#navi li a:hover, #register a:hover {
}

#cart_disp {
	float:right;
	border:1px #555 solid;
	background-color:#333;
}
#cart_disp a {
	float:left;
	display:bloc;
	color:#999;
	width:160px;
	height:45px;
}
#cart_disp a:hover {
	color:#bbb;
}
#cart_ttl {
	float:left;
	padding-top:13px;
	padding-left:10px;
	font-size:10px;
	font-weight:bold;
	cursor:pointer;
}
#item_price {
	float:right;
	padding-right:10px;
	padding-top:5px;
	text-align:right;
	cursor:pointer;
}
/***********************************************************************
	 container
************************************************************************/
#container {
	position: relative;
	width: 1000px;
	overflow:auto;
	margin: 0 auto;
	background:url(/images_shared/bg_logo.jpg) no-repeat top right;
	text-align: left;
}
#pop_container {
	position: relative;
	width: 1000px;
	overflow:auto;
	margin: 0 auto;
	background:url(/images_shared/bg_logo.png) no-repeat right;
	text-align: left;
}
* html #pop_container {
	background:url(/images_shared/bg_logo.gif) no-repeat right !important;
}

/***********************************************************************
	 navi
************************************************************************/
#navigation {
	float:left;
}
/***********************************************************************
	 loading
************************************************************************/
#loading {
	float:left;
}
/***********************************************************************
	 buttons(arrow)
************************************************************************/
#btn_up a {
	display:block;
	position:absolute;
	top:70px;
	left:530px;
	width:17px;
	height:27px;
	text-indent:-9999px;
	background:url("/images_shared/btn_up.gif") no-repeat;
	border:0;
}
#btn_up a:hover {
	background:url("/images_shared/btn_up_on.gif") no-repeat;
}
#btn_up a:focus {
	outline:none;
}

#btn_down a {
	display:block;
	position:absolute;
	top:630px;
	left:530px;
	width:17px;
	height:27px;
	text-indent:-9999px;
	background:url("/images_shared/btn_down.gif") no-repeat;
	border:0;
}
#btn_down a:hover {
	background:url("/images_shared/btn_down_on.gif") no-repeat;
	cursor:pointer;
}
#btn_down a:focus {
	outline:none;
}

#btn_left a {
	display:block;
	position:absolute;
	top:350px;
	left:150px;
	width:27px;
	height:17px;
	text-indent:-9999px;
	background:url("/images_shared/btn_left.gif") no-repeat;
	border:0;
	cursor:pointer;
}
#btn_left a:hover {
	background:url("/images_shared/btn_left_on.gif") no-repeat;
}
#btn_left a:focus {
	outline:none;
}
#btn_right a {
	display:block;
	position:absolute;
	top:350px;
	left:890px;
	width:27px;
	height:17px;
	text-indent:-9999px;
	background:url("/images_shared/btn_right.gif") no-repeat;
	border:0;
}
#btn_right a:hover {
	background:url("/images_shared/btn_right_on.gif") no-repeat;
}
#btn_right a:focus {
	outline:none;
}

/***********************************************************************
	 pankuz
************************************************************************/
div.breadcrumbs {
	overflow:hidden;
	margin:0;
	padding:0;
	height:30px;
	line-height:30px;
	color:#888888;
	border:0px solid #eee;
	margin-bottom:20px;
}
div.breadcrumbs a, div.breadcrumbs em, div.breadcrumbs span {
	float:left;
	overflow:hidden;
	height:30px;
	padding:0 8px;
	font-style:normal;
}
div.breadcrumbs span {
	background:url(/images_shared/bg-breadcrumb.png) no-repeat left center;
	overflow:hidden;
	padding:0 0 0 10px;
	width:0px;

	filter:alpha(opacity=40);
	opacity:0.4;
}
* html div.breadcrumbs span {
	background:url(/images_shared/bg-breadcrumb.gif) no-repeat left center !important;
}

/***********************************************************************
	 contents
************************************************************************/
#pankuzu {
	clear:both;
	padding-top:60px;
	font-size: 8px;
	text-align:right;
}
#pop_contents {
	padding:110px 0 20px 0;
	width:900px;
	margin:0 auto;
}
#pop_contents_ec {
	width:900px;
	margin:0 auto;
}

/* ポップアップ画面用高さ調整
*/
.pop_left {
	float:left;
	max-width:899px;
}
.pad_bottom {
	padding-bottom:20px;
}

#contents {
	float: left;
	width:670px;
	height:500px;
	padding:0;
	margin:115px 0 0 50px;
}

#contents ul {
	clear:both;
	list-style:none;
	padding:0;
	margin:0;
}
#contents li {
	padding:0;
	margin:0;
	width:670px;
	height:500px;
	overflow:hidden;
}

#contents dt, #pop_contents dt, #pop_contents_ec dt {
	color:#7cfc00;
	padding-bottom: 3px;
	clear:both;
	margin:0px 0px 0px 6px;
}
#contents dd, #pop_contents dd, #pop_contents_ec dd {
	margin-left: 170px;
	margin-top: -1.7em;
	padding-bottom: 1.5em;

}
#contents dd.policy, #pop_contents dd.policy, #pop_contents_ec dd.policy {
	margin-left: 20px;
	margin-top: 0;
	padding-bottom: 1.5em;

}
#contents dd.new, #pop_contents dd.new, #pop_contents_ec dd.new {
	margin-left: 75px;
	margin-top: -1.7em;
	padding-bottom: 1.5em;

}
#contents ol.kiyaku, #pop_contents ol.kiyaku, #pop_contents_ec ol.kiyaku {
	margin-left:25px;
}
#contents div.kiyaku, #pop_contents div.kiyaku, #pop_contents_ec div.kiyaku {
	margin:7px 0;
}
#contents ol.kiyaku ul li, #pop_contents ol.kiyaku ul li, #pop_contents_ec ol.kiyaku ul li {
	list-style-type:disc;
}


#contents .notes, #pop_contents .notes, #pop_contents_ec .notes {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-size:90%;
}

#contents p, #pop_contents p, #pop_contents_ec p {
	margin:0 0 2em 0.5em;
}

#contents .tel, #pop_contents .tel, #pop_contents_ec .tel {
	font-size:18px;
	font-weight:bold;
	margin-bottom: 0.5em;
}
#pop_contents ul {
	margin-left:24px;
	margin-bottom:6px;
	list-style-type:inherit;
}
#pop_contents ul.abc {
	margin-left:24px;
	margin-bottom:6px;
	list-style-type:lower-alpha;
}
#pop_contents li {
	margin-bottom: 0.25em;
}


.clear {
	clear:both;
}

#contents .disp_date, #pop_contents .disp_date, #pop_contents_ec .disp_date {
	font-size:90%;
	margin:0 0 12px 0;
}

#contents .news_photo {
	float:right;
	background-color:#DEDEDE;
	margin:3px 3px 3px 24px;
	padding:3px;
}

#contents .team_photo {
	float:right;
	background-color:#DEDEDE;
	margin:3px 3px 3px 24px;
	padding:3px;
}
div.err {
	padding:10px;
	background-color:#ffd0d0;
	border:solid 1px #f00;
	color:#f00;
	margin:10px 0;
}



/***********************************************************************
	 INDEX
************************************************************************/
#top {
	float:left;
}

#likebox_wrapper {
    line-height: 0;
    width: 330px;
    height: 60px;
    overflow: hidden;
    margin-top:20px; margin-bottom:10px; margin-left:41px;
    position: relative;
}
#likebox_wrapper iframe{
    left:-1px;
    top: -1px;
    position: relative;
}

#twitter {
    position:relative; margin-bottom:20px; margin-left:100px;
}

table.snstop  {
   position:relative;left:650px; margin-bottom:10px; font-size: 10px;
}

#snsaccount td{
	position:relative; width:180px;
}

#twitterlink td{
	position:relative;
}

#facebooklink td{
	position:relative;
}
/***********************************************************************
	 BRAND
************************************************************************/
#brandarea img {
	display:inline !important;
}

#brandarea .center {
	clear:both;
	width:100%;
	text-align:center;
}
#brandarea .pad {
	padding:16px 0;
}

#brandarea #b_btn_what {
	clear:both;
	width:100%;
	margin-top:40px;
	text-align:right;
}
#brandarea #b_btn_history {
	clear:both;
	width:100%;
	margin-top:20px;
	text-align:left;
}



/***********************************************************************
	 ONLINE STORE
************************************************************************/
#storearea img {
	display:inline !important;
}

#storearea .images {
	width:100%;
}
#storearea .left {
	float:left;
	width:420px;
}
#storearea .right_link {
	float:left;
	padding:80px 0 0 0;
	width:250px;
	text-align:center;
}
#storearea .right_link a {
	clear:both;
}
#storearea .right_link img {
	clear:both;
	display:inline !important;
	margin-top:20px;
}
/***********************************************************************
	 TEAM SPALDING
************************************************************************/
#teamarea #team_detail {
	float:left;
}
/***********************************************************************
	 DOWNLOADS
************************************************************************/
#downloadarea #index {
	margin-top:80px;
}
#downloadarea .left_info {
	float:left;
	padding:50px 10px 0px 10px;
}
#downloadarea #index a {
	cursor:pointer;
}
#downloadarea .left {
	float:left;
}

#downloadarea p {
	text-align:left;
	margin-bottom:20px !important;
}
#downloadarea .main {
	width:450px;
	text-align:center;
}
#downloadarea .main img {
	display:inline !important;
}
#downloadarea .right {
	float:left;
	width:215px;
	padding-top:100px;
}
#downloadarea .right dl {
	width:220px;
}
#downloadarea .right dt {
	padding:0 0 0 40px;
	margin:0;
	width:70px;
}
#downloadarea .right dd {
	padding:0 0 0 20px;
	margin:-14px 0 0 120px;
}
#downloadarea .right .txt_center {
	text-align:center;
	width:100%;
}
#downloadarea .caution {
	width:100%;
	text-align:left;
}
#downloadarea #btn_more {
	clear:both;
	margin:50px 0 0 20px;
}
#downloadarea #btn_more a {
	cursor:pointer;
}

#pop_contents #dllist_mainarea {
	float:left;
	width:719px;
}
#pop_contents #dllist_subarea {
	float:right;
	width:180px;
}
#pop_contents dt.dl {
	padding-bottom: 3px;
	clear:both;
	margin:0px 0px 0px 30px;
	width:80px;
	text-align:center;
}
#pop_contents dd.dl {
	margin-left: 150px;
	margin-top: -3.5em;
	padding-bottom: 3.3em;
}
#pop_contents dd.dl .date {
	padding-right:40px;
}
#pop_contents #dllist_subarea ul {
	margin:0;
	padding:0;
	clear:both;
}
#pop_contents #dllist_subarea li {
	list-style:none;
	height:30px;
}
#pop_contents #dllist_subarea li a {
	padding:5px 8px;
	display:block;
}
#pop_contents #dllist_subarea li a:hover {
	border:1px #eee solid;
}
#pop_contents #dllist_subarea li a.on {
	border:1px #eee solid;
}

#downloadarea .m_main {
	margin-right:30px;
}
#downloadarea .m_right {
	float:left;
	padding-top:50px;
	width:400px;
}
#pop_contents #downloadarea .m_right {
	float:left;
	padding-top:50px;
	width:530px;
}
#downloadarea .strong {
	font-weight:bold;
}
#downloadarea #m_btn_more {
	clear:both;
	margin:40px 0 0 60px;
}
#downloadarea #m_btn_more a {
	cursor:pointer;
}
/***********************************************************************
	 PRODUCTS
************************************************************************/
#productarea #product{
	float:left;
}
#productarea #index {
	margin-top:80px;
}
#productarea .left {
	float:left;
	padding:50px 10px 0px 10px;
}
#productarea #index a {
	cursor:pointer;
}

.social_btn {
margin: 10px 0px 0px 0px;
padding: 0px;
width:300px;
}

.social_btn .twitter {
float: left;
margin: 0px 10px 0px 0px;
padding: 0px;
display: inline;
width: 80px;
}

.social_btn .facebook {
float: left;
margin: 0px 10px 0px 0px;
padding: 0px;
display: inline;
width: 120px;
}


/***********************************************************************
	 CLINIC
************************************************************************/
#clinicarea p {
	margin-bottom:10px;
}
#dada_clinic {
	float:left;
	margin-bottom:1em;
}
#clinic_movie {
	float:left;
	width:430px;
	height:290px;
}

#clinic_right {
	float:left;
}
#pop_contents h4 {
	clear:both;
	padding:5px 0;
}
#pop_contents .c_leftarea {
	float:left;
	width:440px;
	margin-right:30px;
}
#pop_contents #page1 .c_rightarea {
	float:left;
	width:400px;
	height:400px;
	margin-bottom:20px;
}
#pop_contents #page2 .c_rightarea {
	float:left;
	width:400px;
	margin-bottom:20px;
}
#pop_contents #page2 .c_rightarea ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#pop_contents #page2 .c_rightarea li {
	padding-left:0;
	float:left;
	margin-right:1em;
}



#clinic_new {
	clear:both;
	float:left;
	width:310px;
	margin-top:0.5em;
}
#clinic_new dl {
	margin:5px 0 0 0;
	padding:0;

}
#clinic_new dt {
	padding-bottom: 3px;
	margin:0;
}
#clinic_new dd {
	width:260px;
	margin-left: 50px;
	margin-top: -1.7em;
	padding-bottom: 0.3em;
}
#clinic_sch {
	float:left;
	width:350px;
	margin-top:0.5em;
	margin-left:10px;
}

#clinic_sch dl {
	margin:5px 0 0 0;
	padding:0;

}
#clinic_sch dt {
	padding-bottom: 3px;
	margin:0;
}
#clinic_sch dd {
	width:300px;
	margin-left: 90px;
	margin-top: -1.7em;
	padding-bottom: 0.3em;
}

#clinic_coach .photo img {
	float:left;
	background-color:#CCCCCC;
	padding:1px;
	margin:5px 20px 5px 5px;
}

#clinic_coach dl {
	margin:0;
	padding:0;
}
#clinic_coach dd {
	margin:0;
	padding:0;
}
#clinic_coach dd a {
	display:block;
	width:240px;
	height:66px;
	margin-bottom:5px;
}
#clinic_coach .ttl {
	color:#7cfc00;
}
#clinic_coach .text {
	margin-top:12px;
	margin-left:10px;
}


#clinic_coach_detail img {
	float:left;
	background-color:#CCCCCC;
	padding:2px;
	margin:5px;
}
#clinic_coach_detail .cont_up {
	margin:40px 0 30px 0;
}
#clinic_coach_detail .line {
	margin-bottom:5px;
}
#clinic_coach_detail .ttl {
	color:#7cfc00;
}






#clinic_date li{
	list-style-type:none;
	clear:left;
	margin:0.5em 0 0.5em 0;
	padding:0;
}
#clinic_date .date{
	display:block;
    padding:5px 10px 6px 7px; /* Links */
}

#tab_pro {
	clear:both;
	width:899px;
	height:30px;
	margin-left: 0;
	padding-left: 0;
	margin: 1em 0 1em 0;
}
#tab_pro ul {
	margin: 0;
	padding: 0;
}
#tab_pro li {
	float: left;
	list-style-type:none;

}
#tab_pro li a {
	display: block;
	width: 120px;
	padding:6px 0 6px 0;
	border: 1px solid #777;
	background-color:#333;
	color: #999;
	text-align: center;
}
#tab_pro li a:hover,
#tab_pro li.present a {
	color: #eee;
	border: 1px solid #CCC;
	border-bottom: 0;
	background-color:transparent;
}
/***********************************************************************
	 EC-STORE
************************************************************************/
#pop_contents_ec #topic {
	float:right;
	width:465px;
}
#pop_contents_ec #QR {
	padding:15px 10px 10px 0;
	width:90px;
	float:right;
}
#pop_contents_ec #QR img {
	text-align:center;
	padding:10px 0;
}

#pop_contents_ec h3.top_ttl {
	border-bottom:1px #555 solid;
	font-size:100%;
	font-weight:normal !important;
	color:#ccc !important;
	padding:0 0 2px 0 !important;
	margin:0 0 5px 0 !important;
}
#pop_contents_ec #news {
	border:0px #555 solid;
	padding:15px;
	float:right;
}
#pop_contents_ec #news ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
#pop_contents_ec #news li {
	clear:both;
}
#pop_contents_ec #news .date {
	color:#7cfc00;
	float:left;
	width:30px;
}
#pop_contents_ec #news .arrow {
	float:left;
	width:20px;
}
#pop_contents_ec #news .arrow img {
	margin-top:4px;
	margin-left:8px;
}

#pop_contents_ec #news .news_ttl {
	width:280px;
	float:left;
}
#pop_contents_ec h4 {
	margin-top:15px;
	color:#cceecc;
	clear:both;
}
#pop_contents_ec h4.pro_title {
	background:url(/images_shared/title_bg.png) no-repeat left;
	padding:5px;
	margin:0;
	clear:both;
}
* html #pop_contents_ec h4.pro_title {
	background:url(/images_shared/title_bg.gif) no-repeat left !important;
}

#pop_contents_ec ul.pro_list {
	clear:both;
	padding:0;
	margin:3px 5px;
}
#pop_contents_ec ul.pro_list li {
	float:left;
	list-style:none;
	position:relative;
}
#pop_contents_ec ul.pro_list li a {
	width:204px;
	height:57px;
	padding:5px;
	margin:3px;
	border:1px #666 solid;
	background-color:transparent;
	color:#999;
	font-size:10px;
	display:block;
}
#pop_contents_ec ul.pro_list li a:hover {
	border:1px #ccc solid;
	background-color:#333;
	color:#ccc;
}
#pop_contents_ec ul.pro_list img {
	float:left;
	margin-right:8px;
}
#pop_contents_ec ul.pro_list .note {
	float:left;
	cursor:pointer;
}
#pop_contents_ec ul.pro_list .name {
	width:116px;
}
#pop_contents_ec ul.pro_list .price {
}
#pop_contents_ec ul.pro_list .newtag {
	position:absolute;
	left:9px;
	top:9px;
}
#pop_contents_ec .quantity {
	display:block;
	margin-top:10px;
}
#pop_contents_ec table.input {
	margin-top:20px;
}
#pop_contents_ec table.input th {
	padding-bottom:5px;
	padding-top:6px;
	font-weight:normal;
	width:40px;
	vertical-align:top;
}
#pop_contents_ec table.input td {
	padding-bottom:10px;
}
#pop_contents_ec #products_img {
	float:left;
	margin-right:30px;
	margin-bottom:20px;
	width:450px;
}
#pop_contents_ec #products_img img {
	border:4px solid #666;
}
#pop_contents_ec #products {
	float:left;
	width:410px;
}
#pop_contents_ec ul.disc_list li {
	list-style:none;
	float:left;
	margin-right:15px;
	margin-bottom:5px;
}
#pop_contents_ec ul.disc_list li img {
	border:1px #888 solid;
}

/*
     -------カート及び会員情報操作部分---------
*/

#pop_contents_ec #one_content {
	clear:both;
	margin:10px 129px 0 130px;
	width:640px;
}

#pop_contents_ec h2.store_ttl_s {
	/*background: url("/images_store/ttl_bg_s.png") no-repeat left;
	*/
	border:1px #999 solid;
	margin:0 0 20px 0;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 0 5px 20px;
	clear:both;
}

#pop_contents_ec h3.store_ttl_arrow {
	background: url("/images_store/arrow.png") no-repeat left;
	margin:0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0 5px 20px;
	clear:both;
}

#pop_contents_ec #main_content {
	float:left;
	margin-top:10px;
	padding-left:50px;
	width:640px;
}
#pop_contents_ec #side_content {
	float:left;
	margin-top:10px;
	width:209px;
}

/* 枠つきエリア
*/
#linearea {
	width:558px;
	margin:0 auto;
}
#linearea .top {
	margin:0;
	padding:0;
	width:100%;
	height:20px;
}
#linearea .detail {
	background:url("/images_shared/line_bg.gif") repeat-y;
	margin:0;
	padding:0;
	width:100%;
}
#linearea .detail p {
	padding:5px 0;
	margin:0 25px;
}
#linearea .under {
	margin:0;
	padding:0;
	width:100%;
	height:20px;
}
/********************************************************
ページャー設定
******************************************************/
#pager {
	width:100%;
	text-align:left;
}
#pager .buttons {
	margin:0;
	padding:0;
	display: inline-block;  /* 正当な指定。インラインブロックとして振る舞う */
	display: -moz-inline-box;     /* Firefox2.xは上に未対応なので独自のやつで。 */
	zoom: 1; *display: inline;    /* hasLayoutをかまし、さらにIEだけにinline指定。 */
}
#pager button {
	margin:0;
}
#pager a {
	line-height:110% !important;
	vertical-align:middle !important;
	display: block !important;
	padding:3px;
	font-size:110%;
	float:left;
}
#pager .btn {
	display: inline-block !important;
	float:left;
}
#pager .on {
	font-weight:bold;
	color:#0099FF;
	line-height:110% !important;
	vertical-align:middle !important;
	display: inline-block !important;
	padding:3px;
	font-size:110%;
	float:left;
}
/********************************************************
カート内の商品
******************************************************/

#pop_contents_ec #cart {
	width:600px;
	margin:0 auto;
	clear:both;
}

#pop_contents_ec #cart table {
	width:100%;
	table-layout:fixed;
	border-collapse:collapse;
	border-top:1px #333 solid;
}

#pop_contents_ec #cart table th {
	border-bottom:1px #333 solid;
	padding:8px;
}
#pop_contents_ec #cart table th img {
	margin:0 auto;
}
#pop_contents_ec #cart table td {
	border-bottom:1px #333 solid;
	padding:8px;
}
#pop_contents_ec #cart table .name {
	width:200px;
	text-align:left
}
#pop_contents_ec #cart table .size {
	width:30px;
	text-align:center;
}
#pop_contents_ec #cart table .cost {
	width:70px;
}
#pop_contents_ec #cart table .quantity {
	width:60px;
}
#pop_contents_ec #cart table .quantity img {
	display:inline;
	margin:0 4px;
}
#pop_contents_ec #cart table .quantity .del {
	margin:5px auto 0 10px !important;
}
#pop_contents_ec #cart table .quantity .del buttom {
	width:40px;
}
#pop_contents_ec #cart table .res_cost {
	width:70px;
}
#pop_contents_ec #cart table .total_ttl {
	border-bottom:0px;
	padding:20px 20px 20px 0;
	text-align:right;
}
#pop_contents_ec #cart table .total {
	border-bottom:0px;
}
#pop_contents_ec .cart_btn {
	margin:50px 0 0 20px;
}
#pop_contents_ec .cart_btn button {
	margin-bottom:20px;
	width:117px;
}

/********************************************************
サインイン
******************************************************/
#pop_contents_ec #login {
	width:558px;
	height:237px;
	background:url("/images_shared/login_bg.png") no-repeat top left;
	margin:0 auto 30px auto;
}
* html #pop_contents_ec #login {
	background:url("/images_shared/login_bg.gif") no-repeat top left !important;
}
#pop_contents_ec #login table.up {
	width:85%;
	margin:13px auto;
	text-align:left;
}
#pop_contents_ec #login table.up th {
	padding:15px 0;
	width:150px;
}
#pop_contents_ec #login table.up input {
	border:1px #666 solid;
	width:300px;
	ime-mode:disable;
	color:#fff;
	background-color:#333;
	line-height:20px;
	font-size:100%;
	height:20px;
}
#pop_contents_ec #login table.down {
	width:75%;
	margin:10px auto;
	text-align:left;
}
#pop_contents_ec #login table.down th {
	width:260px;
	font-size:9px;
	font-weight:normal;
}
#pop_contents_ec #login table.down th input {
	width:15px;
	height:15px;
	margin-right:5px;
}
#pop_contents_ec #login table.down td.caution {
	padding-top:20px;
	font-size:9px !important;
	font-weight:normal !important;
	text-align:left !important;
}
#pop_contents_ec #entry {
	width:100%;
}
#pop_contents_ec #entry p {
	margin:0 auto 0px auto;
	width:80%;
}

/********************************************************
お客様情報の入力
******************************************************/
#pop_contents_ec #flow {
	width:718px;
	text-align:center;
	margin:15px auto 30px auto;
}

/********************************************************
お届け先の指定
******************************************************/
#pop_contents_ec .deliv_name {
	width:80px;
}
/********************************************************
お支払い方法・お届け時間の指定
******************************************************/
#pop_contents_ec .subttl {
	margin:0 0 10px 15px !important;
	padding:0 !important;
}
#pop_contents_ec .store_contact {
	width:90%;
	margin:10px auto;
}
#pop_contents_ec .store_contact textarea {
	padding:0;
	margin:0;
	width:100%;
	height:80px;
	border:1px #666 solid;
	color:#fff;
	background-color:#333;
	font-size:100%;
}
#pop_contents_ec .pay_ecorect {
	padding-left:20px;
}
/********************************************************
ご注文内容の確認
******************************************************/
#pop_contents_ec #cart table .total_ttl_line {
	padding:10px 20px 10px 0;
	text-align:right;
}
#pop_contents_ec #cart table .total_ttl_conf {
	border-bottom:0px;
	padding:10px 20px 20px 0;
	text-align:right;
}
#pop_contents_ec #cart table .total_conf {
	border-bottom:0px;
	padding:10px 0 20px 0;
}

/********************************************************
ご注文完了
******************************************************/
#pop_contents_ec #complete {
	width:558px;
	height:200px;
	background:url("/images_store/comp_bg.png") no-repeat top left;
	margin:0 auto 40px auto;
}
#pop_contents_ec #complete p {
	padding:0;
	margin:23px 25px auto 25px;
}
/********************************************************
新規会員登録
******************************************************/
#pop_contents_ec button.kiyaku, #pop_contents_ec .buttons a.kiyaku {
	font-size:120%;
	padding:6px 20px;
}
/********************************************************
MYPAGE
******************************************************/
#pop_contents_ec #mypage_menu {
	width:100%;
	padding-left:80px;
}
* html #pop_contents_ec #mypage_menu {
	width:520px !important;
	padding-left:80px !important;
}

#pop_contents_ec #mypage_menu .m_title {
  font-weight:bold;
  width:240px;
  float:left;
}
#pop_contents_ec .m_category_in{
	float:left;
	width:305px;
}
#pop_contents_ec #m_category{
	clear:both;
	width:560px;
	padding-bottom: 0px;
	border-bottom: dotted 1px #666666;
	margin-bottom:20px;
}
/********************************************************
購入履歴一覧
******************************************************/
#pop_contents_ec table.buylist {
	margin-top:10px;
	table-layout:fixed;
	border-collapse:collapse;
	clear:both;
	width:100%;
}
#pop_contents_ec table.buylist th {
	background-color:#333;
	border-top:2px #555 solid;
	border-bottom:2px #555 solid;
	text-align:center;
	padding:10px;
	font-size:110%;
}
#pop_contents_ec table.buylist td {
	border-bottom:1px #555 solid;
	padding:10px;
}
#pop_contents_ec table.buylist .btn_centering {
	width:100%;
	margin:0 0;
	text-align:center;
}
#pop_contents_ec table.buylist .btn_centering .buttons {
	margin:0;
	padding:0;
	display: inline-block;  /* 正当な指定。インラインブロックとして振る舞う */
	display: -moz-inline-box;     /* Firefox2.xは上に未対応なので独自のやつで。 */
	zoom: 1; *display: inline;    /* hasLayoutをかまし、さらにIEだけにinline指定。 */
}
#pop_contents_ec table.buylist .btn_centering button {
	margin:0;
}
/********************************************************
お届け先一覧
******************************************************/
#pop_contents_ec table.delivlist {
	margin-top:10px;
	table-layout:auto;
	border-collapse:collapse;
	clear:both;
	width:100%;
}
#pop_contents_ec table.delivlist th {
	background-color:#333;
	border-top:2px #555 solid;
	border-bottom:2px #555 solid;
	text-align:left;
	padding:10px;
	font-size:110%;
}
#pop_contents_ec table.delivlist td {
	border-bottom:1px #555 solid;
	padding:10px;
	text-align:left;
}
#pop_contents_ec table.delivlist .deliv_name {
	width:20%;
}
#pop_contents_ec table.delivlist .deliv_addr {
	width:55%;
}
#pop_contents_ec table.delivlist .deliv_btn {
	width:30%;
	text-align:center;
}

#pop_contents_ec table.delivlist .btn_centering {
	width:100%;
	text-align:center;
	margin:0;
}
#pop_contents_ec table.delivlist .btn_centering .buttons {
	margin:0;
	padding:0;
	display: inline-block;  /* 正当な指定。インラインブロックとして振る舞う */
	display: -moz-inline-box;     /* Firefox2.xは上に未対応なので独自のやつで。 */
	zoom: 1; *display: inline;    /* hasLayoutをかまし、さらにIEだけにinline指定。 */
}
#pop_contents_ec table.delivlist .btn_centering button {
	margin:0 5px;
}









/* フォーム用テーブル
*/
#pop_contents_ec table.form {
	width:95%;
	table-layout:fixed;
	border-collapse:collapse;
	border-top:1px #333 solid;
	border-right:1px #333 solid;
	margin:0 auto 20px auto;
}
#pop_contents_ec table.form th {
	padding:10px 15px;
	border-left:8px #666 solid;
	border-bottom:1px #444 solid;
	background-color:#333;
	width:25%;
	font-size:90%;
	text-align:left;
}
#pop_contents_ec table.form td {
	padding:10px 20px;
	border-bottom:1px #444 solid;
	text-align:left;
}
#pop_contents_ec input.style {
	border:1px #666 solid;
	color:#fff;
	background-color:#333;
	line-height:20px;
	font-size:100%;
	height:20px;
}
input.imeAct {
	ime-mode:active;
}
input.imeIAct {
	ime-mode:inactive;
}
input.imeDis {
	ime-mode:disabled;
}
input.w_sss {
	width:40px;
}
input.w_ss {
	width:80px;
}
input.w_s {
	width:120px;
}
input.w_l {
	width:350px;
}
.mini {
	font-size:75%;
	font-weight:normal;
}
.red {
	font-weight:normal;
	color:#ff7f50;
}

/***********************************************************************
	FAQ
************************************************************************/
#tab_faq {
	clear:both;
	width:899px;
	height:30px;
	margin-left: 0;
	padding-left: 0;
	margin: 1em 0 1em 0;
}
#tab_faq ul {
	margin: 0;
	padding: 0;
}
#tab_faq li {
	float: left;
	list-style-type:none;

}
#tab_faq li a {
	display: block;
	padding:6px 12px 6px 12px;
	border: 1px solid #777;
	background-color:#333;
	color: #999;
	text-align: center;
}
#tab_faq li a:hover,
#tab_faq li.present a {
	color: #eee;
	border: 1px solid #CCC;
	border-bottom: 0;
	background-color:transparent;
}


/***********************************************************************
	 contents_2
************************************************************************/
#contents_2 {
	width: 680px;
	float: left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 12px 0px;
}

/***********************************************************************
 easyscroll
************************************************************************/

#easyscroll{
	background:#000;
	margin:1em 0;
	padding:1em;
	width:380px;
	/* add additional styling */
	}

	/* easyscroll navigation buttons */

	#easyscrollnav, #easyscrollnav li{
		height:28px;
		line-height:28px;
		margin:0;
		padding:0;
		}
	#easyscrollnav{
		margin:1em 0;
		}
	#easyscrollnav li{
		list-style:none;
		float:left;
		background:#333;
		margin-right:10px;
		padding:0 10px;
		color:#999;
		cursor:pointer;
		}
	#easyscrollnav li.over{
		color:#999;
		text-decoration:underline;
		}
#myContent {


}
#myContent dd {
	margin-left: 45px;
	margin-top: -1.7em;
	padding-bottom: 0.5em;
}

/***********************************************************************
	 buttons
************************************************************************/

.buttons a, .buttons button {
    display:block;
    float:left;
    margin:0 7px 0 0;

	background-color:#444;
    border:1px solid #999;
    border-top:1px solid #888;
    border-left:1px solid #888;

	filter			: alpha(opacity=80);	/* IE 用 */
	-moz-opacity	: 0.8;					/* Firefox, Netscape 用 */
	opacity			: .80;					/* Opera, Safari 用 */

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#CDCDCD;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button {
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type] {
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type] {
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img {
	margin:0 3px -3px 0 !important;
	width:16px;height:16px;padding:0 !important;
	border:none !important;
	display:inline !important;

}
/* STANDARD */

button:hover, .buttons a:hover {
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active {
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive {
    color:#E6EFC2;
}
.buttons a.positive:hover, button.positive:hover {
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active {
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative {
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover {
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active {
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
/* confirm
*/

button.confirm, .buttons a.confirm {
    color:#fff;
    background-color:#b20200;
}
.buttons a.confirm:hover, button.confirm:hover {
    background-color:#ffd1d1;
    border:1px solid #ffd1d1;
    color:#b20200;
}
.buttons a.confirm:active {
    background-color:#ff4949;
    border:1px solid #eee;
    color:#fff;
}
/* mini
*/
button.mini, .buttons a.mini {
	font-weight:normal;
	font-size:80%;
	padding:2px 7px !important;
}
/* off_white
*/
button.off_white, .buttons a.off_white {
    color:#eee;
}
/* ボタンのセンタリング
*/
.btn_centering {
	width:100%;
	margin:30px 0;
	text-align:center;
}
.btn_centering .buttons {
	margin:0;
	padding:0;
	display: inline-block;  /* 正当な指定。インラインブロックとして振る舞う */
	display: -moz-inline-box;     /* Firefox2.xは上に未対応なので独自のやつで。 */
	zoom: 1; *display: inline;    /* hasLayoutをかまし、さらにIEだけにinline指定。 */
}
.btn_centering button {
	margin:0 10px;
}
/* ボタンの左寄せ
*/
.btn_left {
	text-align:left !important;
}
.btn_left button {
	margin:0 !important;
}
/* 戻るボタン
*/
button.prev, .buttons a.prev {
	width:100px;
}
/* 次へボタン
*/
button.next, .buttons a.next {
	width:100px;
}


/***********************************************************************
	 side_col
************************************************************************/
#side_col {
	width: 200px;
	float: right;
	padding:3px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#side_col h3 {
	color:#0054BB;
	margin:0;
	padding:8px 0 0 6px;
	background:url(../images_2009/bg_tit.jpg) no-repeat left top;
	height:32px;
	font-size:12px;
}
#side_col ul {
	margin-bottom:12px;
}
#side_col li {
	text-align:right;
	padding-right:1em;
	padding-left:1em;
	background-image:url(../images_2009/arrow_left.gif);
	background-repeat:no-repeat;
	background-position:right;
	list-style:none;
}
#side_col form {
	text-align:center;
	margin-bottom:12px;
}


/***********************************************************************
	 footer
************************************************************************/
#footer {
	margin: 0px auto 0 auto;
	font-size:10px;
	color:#999999;
	clear:both;
}

#footer_contents {
	position: relative;
	width: 900px;
	margin: 0 auto 0 auto;
	z-index: 2;

}

#footer_contents ul {



}
#footer_contents li {
	font-size:9px;
	float: left;
	list-style:none;
	margin:2px 9px 0 9px;
}
#footer_contents .left_line {
	border-left:1px #444 solid;
	padding-left:9px;
}

#copyright {
	float: right;
	font-size: 9px;
	text-align:right;
	padding: 1px 0 6px 0;
}

