/* Body Style ------------------------------------- */

body { 
	font-size: small; 
	color : #333333;
	margin: 0; 
	padding: 0;
}
div#wrapper {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
	position:relative;
}
.c-both {
	clear: both;
}
img {
	border: none;
}

/* Link Style ------------------------------------- */

a,
a:link,
a:visited {
	color: #0000CD;
	text-decoration: none;
}
a:focus,
a:hover,
a:active {
	color: #FF8C00;
	text-decoration: underline;
}


/* Header Style ----------------------------------- */

div#header {
	clear: both;
	width: 780px;
	margin: 0px auto 10px;
}

/* Header Section  Page Top */
div#header div#pagetop {
	clear: both;
	width: 780px;
	height: 21px;
	background: #191970;
	margin-bottom: 5px;
}

/* Header Section  Top Left */
div#header div#pagetop div#left {
	float : left;
	width: 460px;
	text-align: left;
	margin-top: 4px;
	display: inline; 
}

/*Header Section  Font h1 */
div#header div#pagetop div#left h1 {
	font-weight: lighter;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
}

/* Header Section  Top Right */
div#header div#pagetop div#right {
	float : left;
	width: 320px;
	text-align: right;
	margin-top: 4px;
	display: inline; 
}

/* Header Section  Font h3 */
div#header div#pagetop div#right h3 {
	font-weight: lighter;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
}

div#header div#pagetop div#right h3 a,
div#header div#pagetop div#right h3 a:link,
div#header div#pagetop div#right h3 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

div#header div#pagetop div#right h3 a:focus,
div#header div#pagetop div#right h3 a:hover,
div#header div#pagetop div#right h3 a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Logo Style ------------------------------------- */
div#header div#logo {
	width: 780px;
	height: 46px;
	font-size: 12px;
	background:  url(/_img/header_catchphrase.gif) no-repeat 175px 8px;
}
div#header div#logo img {
    float: left;
	margin: 0; 
}
div#header div#logo ul {  
	position: relative;
	top:  25px;
	list-style-type: none;
	vertical-align: baseline;	 
	margin: 0;
	padding-left: 380px;
}

div#header div#logo li {	 
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: 8px;
	padding: 10px 0px 10px 25px;
	display: inline;
}
div#header div#logo ul li.icon01 {
	background-image:  url(/_img/icon_mobile.gif) ;
	background-position: 0px 5px;	
}
div#header div#logo ul li.icon02 {
	background-image:  url(/_img/icon_scrap3.gif) ;
	background-position: 0px 5px;
}
div#header div#logo ul li.icon03 {
	background-image:  url(/_img/icon_sitemap.gif) ;
	background-position: 0px 5px;
}


/* TabMenu Style ---------------------------------- */

div#header_02 {
	clear: both;
	width: 780px;
	margin: 0px auto;
}
div#tabmenu {
	width: 780px;
	height: 27px;
	background: #FFCC66;
	margin: 0px auto;
	padding: 0px;
}
div#tabmenu ul {
	margin: 0;
	padding: 6px 0px 0px 2px;
}

div#tabmenu li {
	float: left;
	list-style-type: none;
	margin-left: 2px;
	display: inline; 
}
div#tabmenu li img {
  display: block;
} 

div#tabmenu_bottom_1 {
	clear: both;
	height: 3px;
	background: #FF4500;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
div#tabmenu_bottom_2 {
	clear: both;
	width: 780px;
	height: 5px;
	background: #FF5400;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
div#tabmenu_bottom_3 {
clear: both;
	width: 780px;
	height: 5px;
	background: #FF6633;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div#tabmenu_bottom_yaeyama_1 {
	clear: both;
	height: 3px;
	background: #0033CC;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
div#tabmenu_bottom_yaeyama_2 {
	clear: both;
	width: 780px;
	height: 5px;
	background: #0066CC;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
div#tabmenu_bottom_yaeyama_3 {
	clear: both;
	width: 780px;
	height: 5px;
	background: #0099FF;
	margin: 0;
	padding: 0;
	overflow: hidden;
}


/* Navigation Style ------------------------------- */

.navigation {
	width: 780px;
	background: #FFFACD;
	font-weight: lighter; 
	line-height : 1.8;	
	text-indent: 5px;
	margin: 0 auto;
} 


/* All Column Style ------------------------------- */

#main { 
	width: 900px; 
	margin: 0; 
}


/* 2 Column Style --------------------------------- */

#contents {
	float: left;
	width: 610px;
	margin: 14px 8px 14px 0;
	display: inline; 
}
#side {
	float: left;
	width: 160px; 
	display: inline; 
}


/***********************************************/
/*フッター用(旧)　　　　　       */
/***********************************************/

div#footer {
	clear: both;
	line-height: 1.3;
	width: 780px;
	margin: 30px auto 0px;
}
div#footer h4 {
	font-weight: lighter;
	font-size: x-small;
	line-height: 1.7;
	margin-bottom: 0px;
}
div#footer h4 a,
div#footer h4 a:link,
div#footer h4 a:visited {
	color: #333333;
	text-decoration: none;
}
div#footer h4 a:focus,
div#footer h4 a:hover,
div#footer h4 a:active {
	background-color: #FF8C00;
	color: #FFFFFF;
	text-decoration: none;
}

/* Footer Section  Copyright */
div#footer div#copyright {
	width: 780px;
	height: 21px;
	background: #191970;
	color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
}


/***********************************************/
/*フッター用(新)　　　　　       */
/***********************************************/


div#foot_box {
	width:100%;
	font-size:11px;
	color:#39467d;
	margin-top:30px;
}

div#foot_box ul {
	list-style: none outside none;
    margin: 0;
	padding:0;
}


div#foot_box a {
	color:#39467d;
}


div.inner_wrap {
	width:950px;
	margin:0 auto;
	text-align:left;
	position:relative;
	padding-bottom:6px;
}

div#foot_cont_link {
	width:100%;
	background:url(/_img/foot/foot_bg.gif) repeat-x top left #efefef;
	height:21px;
	padding-top:8px;
}

div#foot_cont_link ul {
	overflow:hidden;
}

div#foot_cont_link li {
	float:left;
	text-indent:10px;
	background:url(/_img/foot/foot_arrow.gif) no-repeat center left;
	margin-right:10px;
}

div#foot_cont_link p {
	position:absolute;
	bottom:0;
	right:0;
	margin:0;
	padding:0;
}


div#foot_link_wrap {
	width:100%;
	background:#efefef;
	padding:0 0 10px 0;
	border-bottom:1px solid #a6b4bf;
	overflow:hidden;
}

div#foot_link_wrap dl {
	margin:0;
	overflow:hidden;
}

p.foot_contents {
	background:url(/_img/foot/foot_balloon.gif) no-repeat left top;
	width:66px;
	height:22px;
	text-align:center;
	color:#FFF;
	padding-top:5px;
	margin:5px 0 0;
}

div#foot_link_wrap dt {
	margin:5px 0 0;
	font-weight:bold;
}

div#foot_link_wrap dd {
	margin:3px 0 0;
}

div#foot_pam_info {
	width:100%;
	background:#c4d2dc;
	padding-top:6px;
	border-top:1px solid #ffffff;
}

div#foot_pam_info li {
	float:left;
	text-indent:10px;
	background:url(/_img/foot/foot_arrow.gif) no-repeat center left;
	margin-right:10px;
}

div#foot_pam_info p {
	text-align:right;
	margin:0;
}

/* Font  Style ------------------------------------ */

.text01 { 
	font-weight: lighter; 
	font-size: xx-large; 
	margin-bottom: 0px;
}
.text02 { 
	font-weight: lighter; 
	font-size: x-large; 
	margin-bottom: 0px;
}
.text03 { 
	font-weight: lighter; 
	font-size: large; 
	margin-bottom: 0px;
}
.text04 { 
	font-weight: lighter; 
	font-size: medium; 
	margin-bottom: 0px;
}
.text05 { 
	font-weight: lighter; 
	font-size: small; 
	margin-bottom: 0px;
}
.text06 { 
	font-weight: lighter; 
	font-size: x-small; 
	margin-bottom: 0px;
}
.text07 { 
	font-weight: lighter; 
	font-size: xx-small; 
	margin-bottom: 0px;
}



/* share btn ------------------------------------ */

#share_box {
	position:absolute;
	top:2px;
	right:0;
	padding:1px 1px 0;
	overflow:hidden;
	height:20px;
}


#share_box img {
	vertical-align:top;
}

#share_box div {
	float:left;
	margin-bottom:1px;
}

#share_box #ggl_icon {
	width:33px;
	margin:0;
}

#share_box #fb_icon {
	width:60px;
	margin-left:1px;
	padding-top:1px;
}

#share_box #tw_icon {
	width:62px;
	margin-left:2px;
}

body {margin-top:0px;}

#share_box #htn_icon {
	width:18px;
	margin-left:2px;
	margin-right:2px;
}


/* share btn ------------------------------------ */

#share_box_rsb {
	overflow:hidden;
	float:right;
}


#share_box_rsb img {
	vertical-align:top;
}

#share_box_rsb div {
	float:left;
	margin-bottom:1px;
}

#share_box_rsb #ggl_icon {
	width:33px;
	margin:0;
}

#share_box_rsb #fb_icon {
	width:60px;
	margin-left:1px;
	padding-top:1px;
}

#share_box_rsb #tw_icon {
	width:55px;
	margin-left:2px;
}

body {margin-top:0px;}

#share_box_rsb #htn_icon {
	width:18px;
	margin-left:2px;
	margin-right:2px;
}

/* shop Style ------------------------------------- */

.shop_recom {
	width: 686px;
	border: 1px solid #CCCCCC;
	padding: 15px;
	margin: 15px 0px 5px;
	float: left;
	background: #FEE9BF;
}

/* ショップ（左） */
.shop_left {
	width: 338px;
	float: left;
	line-height : 1;
}

/* ショップ（右） */
.shop_right {
	width: 338px;
	float: right;
	line-height : 1;
}

/* ショップマージン */
.shop_info {
	margin: 0px 0px 8px 140px;
	width: 194px;
}

/* クーポンマージン */
.shop_cpn {
	margin: 3px 0px 0px 140px;
	width: 194px;
}

