@charset "utf-8";

/* 
目次
01 CSSの初期化
02 Wrap
03 ヘッダー
04 左欄部分
05 トップ中央欄部分
06 トップ右欄部分
07 二層目→　kokusai_second.css
08 フッター
09 other
10 clear
11 clearfixハック
 */


/* 
01 css初期化 */
*{
}

body {
 background-color:#FFFFFF;
	font-size:62.5%;
	font-style:normal;
    line-height:1.3;
 letter-spacing:normal;
	margin:0px;
	padding:0px;
}

head,html,body,h1,h2,h3,h4,h5,div,span,p,ol,ul,li,img,table,th,tr,td,strong,a,address {
 font-family:'ＭＳ Ｐゴシック', Osaka,'ヒラギノ角ゴ Pro W3',sans-serif;
	margin:0px;
	padding:0px;
}

h1,h2,h3,h4,h5,p,strong,span,div,ul,li,a,address{

	line-height:1.3;
	font-style:normal;
}

/* 
02 Wrap */
#Wrap {
	width:750px;
	background-color:#FFFFFF;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	vertical-align: top;
	margin-bottom: 0px;
}

/*
03 ヘッダー */
#Header {
	width:750px;
	margin:0px;
	padding:0px;
	text-align: center;
	vertical-align: top;
}
#fnavi{
	text-align: left;
	padding: 5px;
}
#fnavi img{
	margin-right: 3px;
	margin-left: 3px;
}
#fnavi2{
	text-align: left;
	height: 110px;
	width: 730px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(../img/mapnv_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}
#fnavi2 .area{
	text-align: left;
	vertical-align: top;
	padding-top: 13px;
	padding-right: 65px;
	padding-bottom: 0px;
	padding-left: 65px;

}
#fnavi2 img{
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 13px;
	margin-bottom: 12px;
}


/*
04 左欄部分 */

#contLeft{
	width:160px;
	float: left;
}
#navi{
	text-align: right;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#navi ul{
}
#navi li{
	list-style-type: none;
	margin-bottom: 4px;
}
#shoplist{
	border: 1px solid #B2B2B2;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 1.2em;
	font-weight: bold;
}
#shoplist ul{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#shoplist li{
	list-style-type: none;
	margin-bottom: 4px;
	list-style-position: outside;
	list-style-image: url(../img/bullet01.gif);
	margin-left: 10px;
}
#shoplist a:link {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #55B58A;
}
#shoplist a:visited {
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #55B58A;
}
#shoplist a:hover {
	color: #55B58A;
	text-decoration: none;
}

/*
05 トップ中央欄部分 */

#contCenter{
	width:390px;
	float: left;
	text-align: center;
	vertical-align: top;
}
#contCenter h2{
	padding-top: 10px;
}

#menu{
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#contCenter .news,.news2{
	text-align: left;
	vertical-align: top;
	width: 370px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#contCenter .news,.news2 ul{
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;

}
#contCenter .news li{
	list-style-position: outside;
	list-style-image: url(../img/bullet02.gif);
	margin-left: 10px;
	margin-right: 10px;
	color: #333333;
	margin-bottom: 3px;
	font-size: 1.2em;
	margin-top: 3px;
}
#contCenter .news2 li{
	list-style-position: outside;
	list-style-image: url(../img/bullet03.gif);
	margin-left: 15px;
	margin-right: 10px;
	color: #333333;
	margin-bottom: 3px;
	font-size: 1.2em;
	margin-top: 3px;
	font-weight: bold;
}


#contCenter .shop{
	width: 370px;
	border: 1px solid #E0DFE3;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding: 0px;
}
#contCenter .shopdata{
	float: left;
	width: 240px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	text-align: left;
	vertical-align: top;
	padding: 0px;
}
#contCenter .shopdata h3{
	font-size: 1.4em;
	font-weight: bold;
	color: #317955;
}
#contCenter .shopdata h4{
	font-size: 1em;
	font-weight: bold;
	color: #009933;
}
#contCenter .shopdata a:link,a:visited,a:hover{
	color: #317955;
}
#contCenter .shopimg{
	float: left;
	height: 120px;
	width: 90px;
	margin-top: 10px;
	margin-left: 10px;
}
#contCenter .shoptxt{
	width: 350px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	clear: both;
	font-size: 1.2em;
	text-align: left;
	vertical-align: top;
	margin: 5px;
}
#contCenter .shopdetail{
	border: 1px solid #CCCCCC;
	width: 230px;
	text-align: left;
	vertical-align: top;
	margin: 2px;
	padding: 5px;
	font-size: 1.2em;
}
#item{ /*bubbletooltips用動作範囲指定*/
}
#item .each{
	float: left;
}
#item .block01{
	width: 372px;
	margin-right: auto;
	margin-left: auto;
}

/*
06 トップ右欄部分 */

#contRight{
	width:200px;
	float: left;
	text-align: center;
	vertical-align: top;
}
#contRight .map{
	width:180px;
	padding: 0px;
	margin-bottom: 10px;
}
#contRight .bnr{
	width:180px;
	padding: 0px;
	margin-bottom: 10px;
}

#contRight .movie{
	width:180px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


/*
08 フッター */
#Footer{
	width:750px;
	margin:0px;
	padding:0px;
	text-align: center;
	vertical-align: top;
	clear: both;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 70px;
}
#Footer .menu{
	text-align: left;
	vertical-align: top;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#Footer .copyright{
	font-size: 1.1em;
	text-align: center;
	margin-top: 10px;
	color: #6F6F6F;
}

/*
09 other */
.txt-r{
	text-align: right;
}
.txt-l{
	text-align: left;
}

/*
10 clear */
.clear {
	clear:both;
	margin: 0px;
	padding: 0px;
}

/*
11 clearfixハック */
.clearfix {/*for IE 5.5-7*/
    zoom:1;
}
div.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}

