﻿body
{
background-color: #ffffff;

  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
}

a:link { color:#990066;text-decoration:none;  }
a:active { color:#006699;text-decoration:underline; }
a:visited { color:#660066;text-decoration:none;  }
a:hover { color:#cc0066;text-decoration:underline; }

h1 {         font-size: 8px;
              margin: 0px;
              line-height:0pt;
}

/* トップページの記事タイトル　*/
h2 {
               font-size:14px;
               letter-spacing : 1px;
               padding-bottom : 0px 0px 0px 0px;
               color : #004080;
               margin-bottom : 0px 0px 0px 0px;
}

/* タイトル　*/
h3 {
               font-size:16px;
               background-image : url(./img/p-title_bg.gif);
               background-repeat:no-repeat;
               padding : 14px 0px 0px 40px;
               width : 540px;
               height : 45px;
               color : #004080;
}


h4 {
	margin:0 0px 10px 0;
	padding:3px 0px 3px 10px;
	font-size:12px;
	background-color:#e6e6e6;
	border-left:5px solid #7baeef;
	border-bottom:1px solid #7baeef;
	border-top:0px solid #7baeef;
	border-right:0px solid #7baeef;
}




td{
                font-size:13px;
                letter-spacing : 1px;
                line-height : 16px;
}

p{
                font-size:12px;
                letter-spacing : 1px;
                line-height : 16px;
}



/* ヘッダーの設定*/
#head{
display:none;
}
/* ラッパーの設定*/
#wrap{
	position:relative;
	width:750px;
	background-color:#ffffff;
}
/* 左側の設定*/
.left{
                font-size:12px;
                letter-spacing : 1px;
                line-height : 16px;
                text-align : left;
/*	width:545px;  */
	width:640px;
	margin:2px 2px 2px 2px;
                padding:0px 3px 0px 3px;
	float:left;
	background-color:#ffffff;
}
/* 右側の設定*/
.right{
display:none;
}

.c-both{
	clear:both;
}

/* フッターの設定*/
#foot{
	position:relative;
        font-size:11px;
	width:750px;
	height:60px;
	background-color:#CC9999;
	clear:both;
}


/* パンくず　*/
#pnkz{
	position:relative;
                font-size:10px;
	background-color:#ffffff;
	margin:4px 0px 4px 5px;
	clear:both;
}


/* トップページ　トピックス　*/
#topics-top {
               background-color: #eff3ff; /* 背景色 */
	height:25px;
               width : 320px;
               background-image : url(./img/t_topics_bg.gif);
               margin : 5px 0px 0px px;
}

#topics {
               width:320px;
               background-color: #eff3ff; /* 背景色 */
               margin :0px 5px 0px 5px;
}

#topics-n {
               width:320px;
               padding:10px 5px 7px 5px;
               font-size:12px; /* 文字サイズ */
               border-bottom: 1px dotted #003d5e;
}


/* メインメニュー
--------------------------------------------------------*/
#menu
{
display:none;
}

#menu ul
{
	background-image: url(../img/bg_menu.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	position:relative;
	height:45px;
	width:750px;
	margin: 0;
	padding: 0;
}

#menu li
{
	width:125px;
	height: 45px;
	list-style-type:none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu li a
{
	display: block;
	width:125px;
	height: 45px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999em;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#menu li a:hover { background-position: 0 -45px;}

#menu li#menu01 a { background-image: url(../img/bt_floor.gif);}
#menu li#menu02 a { background-image: url(../img/bt_shop.gif);}
#menu li#menu03 a { background-image: url(../img/bt_event.gif);}
#menu li#menu04 a { background-image: url(../img/bt_blog.gif);}
#menu li#menu05 a { background-image: url(../img/bt_inst.gif);}
#menu li#menu06 a { background-image: url(../img/bt_access.gif);}


.clear_both
{
	content: "";
	clear:both;
	display:block;
}


/* サブカテゴリ　ボタン
--------------------------------------------------------*/
#subct-btn {
width:120px;
height:40px;
float:left;
margin:2px 2px 2px 2px;
}
#subct-btn a {
width:120px;
padding:0.5em;
display:block;
text-align:center;
font-size:0.8em;
border:1px solid #cccccc;
background-color:#e1e1e1;
text-decoration:none;
}
#subct-btn a:hover {
background-color:#ccdeff;
} 

/* フロア用　ショップ名リンク
--------------------------------------------------------*/
#f-shop-btn li
{
	list-style-image : url(../img/ic-fshop.gif);
                list-style-type : disc;　/*画像が表示されない場合の設定*/
                list-style-position : outside;
　　　　　　　width:160px;
	float:left;
	margin: 0;
	padding: 5px 5px 0px 0px;
}



/* リスト
--------------------------------------------------------*/

/*--outsideを設定--*/
UL.type_1{
  list-style-image : url(../img/arrow_blue_g.gif);
  list-style-type : disc;　/*画像が表示されない場合の設定*/
  list-style-position : outside;
  margin : 0;
  padding : 10px 20px 20px 20px;
}

UL.type_2{
  list-style-image : url(../img/arrow_orenge_g.gif);
  list-style-type : disc;　/*画像が表示されない場合の設定*/
  list-style-position : outside;
  margin : 0;
  padding : 10px 20px 20px 20px;
}

li.style_1{
  font-size:12px;
  line-height : 150%;　                /*リストの行間調整*/
  padding : 2px 0;　           /*リストとリストの間隔調整*/
}

.sisetu-basyo {
	background-color : #e7ebef;
	padding : 10px 10px 10px 10px;
	width : 200px;
}

/*　ショップ リスト用
--------------------------------------------------------*/
.shop-list1	{
		border-bottom-width : 1px;
		border-bottom-style : dotted;
		border-bottom-color : gray;
		float : left;
		width : 150px;
		height : 40px;
		padding : 4px 0px 4px 0px;
		margin : 5px 0px 5px 5px;
		}

.shop-list2	{
		border-bottom-width : 1px;
		border-bottom-style : dotted;
		border-bottom-color : gray;
		width : 370px;
		height : 45px;
		padding : 4px 0px 4px 0px;
		margin : 5px 0px 5px 0px;
		}



/*お問い合わせ
--------------------------------------------------------*/
.form .moreinfo li{
	list-style:none;
	height:1.5%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 8px;
	background:url(../img/arrow_gray.gif) no-repeat 0px 5px;
}



/*これから下は使用していない
--------------------------------------------------------*/


#foot
{
background-color: white;
text-align: center;
height: 50px;
}

#foot p
{
color: silver;
font-size:1.2em;
background-color: white;
margin-top: 2em;
}



#container
{ 
background-color: white; margin-right: auto; margin-left: auto; border: solid 0 #ffffff; width: 752px; height: auto 
;}

#title
 {
background: #fff url(../images/head_bg.jpg) no-repeat left center;
width:752px;
height: 219px;
margin-right: auto;
margin-left: auto;
border-style: none;
}

#contents
{
background-color: #fff;
height: 100%;
}

#contents p
{
color: #333;
font-size:1.2em;
margin: 1em 1em 1em 200px;
}

.site_title 
{
font-size:1.2em;
font-weight: bolder;
color: white;
text-align: right;
}