html {
	overflow-y:scroll;
	margin: 0px;
	padding: 0px;
}

body {
	line-height: 1.5;
	color: #666666;
	background-color: #FFFFFF;
	letter-spacing: 0.9px;
	font-family: meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	background-repeat: repeat-x;
	background-position: center 0px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../../img/kage2.png);
	position: relative;
}


/*ロゴ
----------------*/
#logo {
	font-size: 9px;
	height: 110px;
	width: 950px;
	margin: 0px;
	padding: 0px;
}
/*リンク色
----------------*/
a:link {
	color : #6699FF;
	background-color: inherit;
	text-decoration: none;
}

a:visited {
	color : #6600FF;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color : #FF9900;
	background-color: inherit;
	text-decoration: none;
}

/*見出し
--------------*/
h1 {
	text-align: left;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	position: absolute;
	top: 75px;
	left: 0px;

}
h2 {
	background-image: url(../../img/osusume.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 45px;
	width: 740px;
	color: #FF00CC;
	font-size: 20px;
	text-indent: 45px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	text-align: left;
}
h3 {
	text-indent: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: left;
}

h6 {
}

/*
--------------*/
strong {
	font-weight: normal;
}
em {
	font-style: normal;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
address {
}
.center {
	text-align: center;
}
/*全体囲み
--------------*/
#container {
	width: 950px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
	text-align: left;
	position: relative;
	background-image: url(../../img/bg.png);
	background-repeat: no-repeat;
	background-position: center -10px;
	padding: 0px;


}
#main {
	width: 740px;
	float: left;
	height: auto;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
	padding: 0px;
}

/*トップへ戻る
-------------------*/
#topback {
	padding: 0px;
	position: fixed;
	margin: 0px;
	height: 32px;
	z-index: 99;
	right: 0px;
	width: 32px;
	bottom: 0px;
}
/*ヘッドAD
-------------------*/
#head-ad {
	font-size: 12px;
	width: 468px;
	display: inline;
	padding: 0px;
	margin: 0px;
	height: 90px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	text-decoration: none;
}

/*サイドAD
-------------------*/
#side-ad {
	height: auto;
	width: 200px;
	margin: 0px;
	text-align: center;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#side-ad img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

div.sidebanner {
	height: 40px;
	width: 246px;
	text-align: center;
	margin-top: 10px;
	padding: 0px;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/*パンくずリスト
-----------------*/
ul#pankuzu {
	height:1.4em;
	padding: 0px;
	list-style-type: none;
	width: 950px;
	font-size: 84%;
	position: absolute;
	left: 0px;
	top: 110px;
	margin: 0px;
}
ul#pankuzu li {
	float:left;
	line-height:1.4em;
	padding-left:.85em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
ul#pankuzu li a {
	display:block;
	background-image: url(../../img/crumbs.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 0px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0;
}


ul#pankuzu li a:link,ul#pankuzu li a:visited {
	text-decoration:none;
}
a:link, a:visited,ul#pankuzu li a:hover,ul#pankuzu li a:focus {
	text-decoration: none;
}
/*インフォメーション
--------------------------------------*/
#info {
	height: 300px;
	overflow: auto;
	width: 188px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#info span {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: right;
	display: block;
}
#info-img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -7px;
	margin-left: 0px;
}


/*グローバルナビゲーション
--------------------------------------*/
#gnavi {
	width: 950px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	float: left;
	background-image: url(../../img/stripe.png);
}
#gnavi ul {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	height: auto;
}
#gnavi li {
	list-style-type:none;
	display: inline;
}
#gnavi li a:link, #gnavi li a:visited {
	display:block;
	text-decoration:none;
	color: #CCCCCC;
	margin: 0px;
	float: left;
	padding: 0px;
}
#gnavi li a:hover {
	color: #FF9900;
}
#gnavi li#on a:link, #gnavi li#on a:visited {
	color: #FFFFFF;
	background-color: #FF9900;
}

#gnavi li span {
	display: block;
	text-align: center;
	padding-right: 0.5em;
	padding-left: 0.5em;
	margin: 0px;
}

/*ローカルナビゲーション
-----------------------*/
#sidecontents {
	height: auto;
	width: 200px;
	float: right;
	padding: 0px;
	border: 0px solid #CCCCCC;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
}
#sidecontents ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#sidecontents li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#sidecontents li a:link, #sidecontents li a:visited {
	text-decoration: none;
	display: block;
	width: 100%;
	height: auto;
	text-align: left;
	margin: 0px;
	padding-top: 0.2em;
	padding-right: 0px;
	padding-bottom: 0.2em;
	padding-left: 0px;
	background-image: url(../../img/lnavi_off.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-indent: 32px;
}
#sidecontents li a:hover {
	background-image: url(../../img/lnavi_hove.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#sidecontents li.on a:link, #sidecontents li.on a:visited {
	background-image: url(../../img/lnavi_hove.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FF6600;
}

/*タブ・地域別ナビゲーション
-------------------------*/
ul.tabs {
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	width: 100%;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #EEEEEE;
}
ul.tabs li a {
	text-decoration: none;
	display: block;
	border: 1px solid #FFFFFF;
	outline: none;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
}
ul.tabs li a:hover {
	background-color: #FFFFFF;
}	
ul.tabs li.active, ul.tabs li.active a:hover  {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.tab_container {
	clear: both;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	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: #CCCCCC;
	background-color: #FFFFFF;
}
.tab_content ul {
	list-style-type: none;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}
.tab_content h3 {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
	text-indent: 1em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tab_content li {
	list-style-type: none;
	float: left;
	height: auto;
	width: 145px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	background-image: url(../../img/shoplist_mark.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: -20px;
}
.tab_content li.no {
	list-style-type: none;
	float: left;
	height: auto;
	width: 125px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	background-image: url(../../img/shoplist_mark.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.tab_content ul a {
	list-style-type: none;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
}


div#shikucyo {
	margin-bottom: 30px;
	clear: both;
	height: auto;
	width: 740px;
	float: left;
}

#shikucyo ul {
	list-style-type: none;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}
#shikucyo ul a {
	list-style-type: none;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
}
#shikucyo h3 {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
	text-indent: 1em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#shikucyo li {
	list-style-type: none;
	float: left;
	height: auto;
	width: 145px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../../img/shoplist_mark.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: -20px;
}


#light {
	background-image: url(../../img/mobile_back.png);
	background-repeat: no-repeat;
	background-position: right 20px;
}
#light ul {
	list-style-type: none;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}

#light li {
	list-style:none;
	padding-top:10px;
	padding-bottom:10px;
	padding-right: 10px;
	float: left;
}
#light .button, #light .button:visited {
	background: #ffffff url(../../img/overlay.png) repeat-x;
	display: inline-block;
	text-decoration: none;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	position: relative;
	cursor: pointer;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

 
#light .button:hover {
	background-color: #ffffff;
	color: #ffffff;
}
#light .button:active {
	top: 1px;
}
#light .button, #light .button:visited {
	line-height: 1;
	text-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
#light .button:hover {
	background-color: #ff9900;
}


/*新規登録
-------------------------*/
dl#regform {
}
dl#regform dt {


}
dl#regform dd {
	padding-bottom: 20px;
}
#kiyaku {
	height: 150px;
	overflow: auto;
	line-height: normal;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#kiyaku dt {
}
#kiyaku dd {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1em;
}
#kiyaku ol {
	list-style-position: outside;
	list-style-type: decimal;
}
input.goad {
	color: #FF3399;
	width: 100%;
	font-weight: bold;
	font-size: 24px;
	margin: 0px;
	height: auto;
}

/*テーブル
-------------------------*/
table.amt {
	border-spacing: 0px;
	border-collapse: collapse;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: 1px solid #CCCCCC;
}
table.amt th {
	margin: 0em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	background-image: url(../../img/bg_dot.gif);
	background-repeat: repeat;
	background-color: #333333;
	color: #FFFFFF;
}
table.amt td {
	margin: 0em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-right: 1em;
	padding-left: 1em;
}
/*テーブル
-------------------------*/
table#adpay {
	border-spacing: 0px;
	border-collapse: collapse;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: 1px solid #CCCCCC;
}
table#adpay th {
	margin: 0em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(../../img/bg_dot.gif);
	background-repeat: repeat;
	background-color: #333333;
	color: #FFFFFF;
	white-space: nowrap;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-align: center;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}
table#adpay td {
	margin: 0em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 1em;
	padding-left: 1em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
table#adpay th.col {
	width: 300px;
}



/*フッターナビゲーション
-------------------------*/
#footer {
	height: auto;
	background-image: url(../../img/stripe.png);
	background-repeat: repeat;
	background-color: #000000;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FF66FF;
	width: 100%;
	min-width:950px;
	text-align: center;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	clear: both;
}

#footer div#footcontents {
	height: auto;
	width: 950px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	font-size: 80%;
	text-align: left;
	padding: 0px;
}

#footer ul {
	float: left;
	margin-top: 0px;
	margin-right: 2em;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-top: 0px;
	padding-right: 2em;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer li.footmenu {
	padding: 0px;
	list-style-type: none;
	color: #CCCCCC;
	font-weight: bold;
	font-size: 120%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
#footer li a {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #CCCCCC;
}

/*コピーライト
---------------*/
#copyright {
	color : #DDDDDD;
	font-size : 9px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	width: 950px;
	background-image: url(../../img/foot.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 150px;
	padding: 0px;
	clear: both;
	margin: 0px;
}

/*メールフォームの文字数
---------------*/
.limiterBox {
	border: 1px solid #000;
	border-top: none;
	background-color: #ffc;
	padding: 3px 6px;
	font-size: 10px;
}

span#limitingtext {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 18px;
	color: #CCCCCC;
}

