@charset "utf-8";
/* CSS Document */

/***** base *****/

html, body {margin:0;padding:0;font-size:90%;line-height:1.4; font-family:Arial, Helvetica, sans-serif;}
img { border:none; }
form {margin:0;padding:0;}
h1,h2,h3,h4,h5,h6 {margin:0;padding:0;}

/***** color *****/
.c_blk {
color:#000000;
}
.c_red {
color:#ff0000;
}

.c_ocr {
color:#d5ba7c;
}

/***** fontsize *****/
.f_10 {
font-size:80%;
}

.display_no
{
	display: none; /* 本番はnone */
}
.display_show
{
	display: show;
}

/***** float *****/

.a-center { text-align:center; }
.a-right { text-align:right; }
.a-left { text-align:left; }
.fl-right { float:right; }
.fl-left { float:left; }
.clear { clear:both; font-size:0; margin:0; padding:0; }

/***** margin *****/
.mt2 { margin-top:2px;}
.mt11 { margin-top:11px;}
.mt10 { margin-top:10px;}
.mt13 { margin-top:13px;}
.mt16 { margin-top:16px;}
.mt20 { margin-top:20px;}
.mt23 { margin-top:23px;}
.mb1 { margin-bottom:1px;}
.mb2 { margin-bottom:2px;}
.mb10 { margin-bottom:10px;}
.mb13 { margin-bottom:13px;}
.mb16 { margin-bottom:16px;}
.mb20 { margin-bottom:20px;}

/***** padding *****/
.pt10 { padding-top:10px;}
.pb10 { padding-bottom:10px;}

/***** body *****/

#wrapper{
text-align:center;
}

#top {
width:900px;
text-align:left;
margin-left:auto;
margin-right:auto;
/* padding-left:6px;
padding-right:6px;
background:url(../../common/images/shadow_l.png) repeat-y; */
}

/***** header *****/

.header_bg {
background:url(../../common/images/header_bg.gif) repeat-x;
}
.header {
width:900px;
text-align:center;
margin-left:auto;
margin-right:auto;
}

.header_logo {
float:left;
width:480px;
padding:14px 0;
text-align:left;
}

.header_list {
float:left;
width:207px;
padding-top:17px;
text-align:left;
}

.header_word {
float:left;
width:213px;
text-align: right;
}

.header_menu {
width:900px;
}

#dropdown{
list-style: none;
margin:0;
padding:0;
}

#dropdown li{
float:left;
text-align:left;
width:225px;
height:31px;
margin:0;
padding:0;
_line-height: 0;
_font-size: 0;
}

#dropdown li span {position: absolute; overflow:hidden; width:225px; display:none; z-index:200; opacity:0}

.shop_menu_title{
display:block;
float:left;
width:136px;
margin:1px 0;
}

#shop_menu{
list-style: none;
margin:0;
padding:0;
}

#shop_menu li{
float:left;
margin:0;
padding:0;
height:67px;
}

#shop_menu li img{
margin:1px 4px 1px 0;
}

.confi_detail {
width:451px;
padding-top:12px;
background:url(../../common/images/confi_tip_t.png) no-repeat;
}

.confi_detail_c {
width:451px;
background:url(../../common/images/confi_tip_c.png);
}
.confi_detail_u {
width:451px;
background:url(../../common/images/confi_tip_b.png) no-repeat bottom;
height:12px;
}

.confi_det_l {
float:left;
width:212px;
padding:0 25px 0 11px;
}
.confi_det_l img{
border:1px solid #ffffff;
}

.confi_det_r {
float:left;
width:192px;
min-height:157px;
color:#FFFFFF;
padding:0 11px 0 0;
overflow:auto;
}

.confi_title {
font-weight:bold;
margin:16px 0;
}

/***** main *****/

.top_area {
position: relative;
}

.top_logo {
position: absolute; top: 0px; left: 0px;
width:300px;
height:162px;
}

.top_season {
position: absolute; top: 0px; left: 735px;
}

.topicpath {
background:url(../../common/images/icon_topic.gif) no-repeat left center;
margin-left:16px;
padding:12px 0 12px 21px;
}

.main_left{
display:block;
width:608px;
padding-bottom:15px;
float:left;
}

.main_right{
display:block;
width:277px;
padding-bottom:15px;
float:left;
}

/***** under *****/

.footer {
display:block;
background:url(../../common/images/footer_bg.gif) repeat-x;
width:100%;
height:42px;
text-align:center;
}

.footer_txt {
width:900px;
margin-left:auto;
margin-right:auto;
padding:12px 0 0 0;
}

.footer_link {
display:block;
width:435px;
padding-left:15px;
float:left;
text-align:left;
color:#413530;
}

.footer_link a:link {	color:#95918f;text-decoration:none;}
.footer_link a:visited {color:#95918f;text-decoration:none;}
.footer_link a:hover {	color:#95918f;text-decoration:underline;}
.footer_link a:active {	color:#95918f;text-decoration:underline;}

.footer_copy {
display:block;
width:435px;
padding-right:15px;
float:right;
text-align:right;
color:#95918f;
}

/* unitip css */

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #fff;
	font: normal normal 1.1em/15px Verdana, Arial, Helvetica, sans-serif;
	display: none;
}

	#unitippoint, #unitipmid, #unitipcap {
		position: relative;
		top: 0px; 
		left: 0px;
		width: 250px;
		display: block;
	}
	
	#unitippoint { 
		background: url(../images/TipPoint.png) no-repeat; 
		height: 19px; 
		overflow: hidden; 
	}
	
	#unitipmid { 
		background: url(../images/TipMid.png) repeat; 
		height: auto; 
		width: 220px;
		padding: 5px 15px;
		line-height: 1.4;
	}
	
	#unitipmid img{ 
		margin:3px 0;
	}
	
	#unitipcap { 
		background: url(../images/TipCap.png) no-repeat; 
		height: 7px; 
		overflow: hidden; 
	}

/* google map */
#googlemap {
	width: 361px;
	height:229px;
}

/* SN ADD
================================================================================*/
.lh_min {
	font-size: 90%;
	line-height: 1.2;
}
