@charset "Shift_JIS";


*{margin:0; padding:0;}


body {

min-width: 880px; /* 全体の最小幅 */
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
background-color:#333333;
color: #404040;
font-size: 80%;
background-image:url(../image_blue/bg_naname.gif);

}


img{
border: none;
}


a:link { color:#6699CC; }
a:visited { color: #000090; }
a:hover { color: #c07100; }
a:active { color: #c07100; }


.clear{
clear:both;

}



/* --- コンテナ --- */
.inner{
width: 880px; /* コンテナの幅 */
margin: 0 auto; 
}



.left{
float:left;
}

.right{
float:right;
}



/* --- ▼ヘッダ内の設定開始 --- */

/* --- ヘッダ --- */
#header{
border-top: 5px #666666 solid; /* ヘッダの上境界線 */
}


/* --- トップエリア --- */
#top {
padding: 10px 0 5px;
background-color:#ffffff; /* トップエリアの背景色 */
border-top: 1px #ffffff solid; 
border-bottom: 1px #402900 solid; 
}


#top div.inner {
position: relative; /* 相対配置（ガイドメニューのために設定） */
}


/* --- サイトタイトル --- */
#header h1.siteTitle,
#header p.siteTitle {
margin: 0 0 7px 0;
font-size: 200%; 
}



/* --- キャッチフレーズ --- */
.catch {
font-weight: normal;
font-size:80%;
}



/* --- ガイドメニュー --- */
#header .toiawase{
	position: absolute; /* 絶対配置 */
	top: 16px; /* 上からの距離 */
	right: 10px; /* 右からの距離 */
	margin: 0;
	padding: 0;
	font-size:120%;
	text-align:right;

}

#header .toiawase strong{
font-size:200%;
}




/* --- ページイメージ --- */
#opening {
padding: 8px 0;

background: #eee2d0 url(../image/bg01.jpg); /* オープニングエリアの背景 */
border-bottom: 1px #C6247D solid; /* オープニングエリアの下境界線 */
}


/* --- ヘッダメニュー --- */
#nl {
background: #e0449a url(../image_blue/hor_menu_off.gif) repeat-x top; /* ヘッダメニューの背景 */
border-top: 1px #FF99CC solid; 
border-bottom: 2px #FF66CC solid;
}

/* --- メニュー本体 --- */
#nl ul {
width: 878px; /* メニュー本体の幅（コンテナの幅から2px引いた値） */
border-left: 1px #C6247D solid;
border-right: 1px #FF99CC solid; 
list-style-type: none;
text-align: center;
}


/* メニュー項目 */
#nl ul li {
width: 146px; /* 項目の幅 */
float: left;
line-height: 100%;
}


/* 最初の項目と最後の項目 */
#nl ul .first,
#nl ul .last{
width: 147px; /* 項目の幅 */
}


/* リンクエリア */
#nl ul li a {
display: block;
position: relative; /* IE6用 */
padding: 10px 2px 7px 2px;
border-left: 1px #FF99CC solid; /* リンクエリアの左境界線 */
border-right: 1px #C6247D solid; /* リンクエリアの右境界線 */
text-decoration: none; 
font-weight: bold; 
color: #ffffff; 
}


/* 英字部分 */
.en {
display: block;
margin-top: 2px; 
font-size: 85%; 
font-weight: normal; 
color: #eee8aa; 
}


/* ポイント時とアクティブ時の設定 */
#nl ul li a:hover,
#nl li.active a {
background: #f462b2 url(../image_blue/hor_menu_on.gif) repeat-x top; /* ポイント時（アクティブ時）の背景 */
}


#nl ul li a:hover span.en,
.en_active {
display: block;
margin-top: 2px; 
font-size: 85%; 
font-weight: normal; 
color: #fde337; /* ポイント時（アクティブ時）の英字の文字色 */
}


/* --- トピックパス（下層ページ） --- */

#pankuzu {
margin: 0;
padding: 7px 2px;
background-color:#eeeeee;/* トピックパスの背景色 */
}


#pankuzu ul {
list-style-type: none;
}


#pankuzu ul li {
display: inline;
}


/* リンクエリア */
#pankuzu ul li a {
padding-right: 12px;
background: url(../image_blue/topic_path_gray.gif) no-repeat right; /* 区切り記号*/
}


/* --- 罫線 --- */
#header hr.none {
display: none; /* 表示形式（なし） */
}


/* --- ▲ヘッダ内の設定終了 --- */





/* --- ▼コンテンツ内の設定開始 --- */

/* --- コンテンツ --- */
#contents {
padding: 20px 0 30px;
background-color:#FFFFFF;
margin:0 auto;

}




/* --- ▼メインカラム内の設定開始 --- */

/* --- メインカラム --- */
#main {
float: right;
width: 640px; /* メインカラムの幅 */
padding-left:20px;
min-height:800px;

}


/* --- ページタイトル（下層ページ） --- */
.pageTitle {
margin: 0 0 15px 0; 
padding: 6px 10px; 
background-color: #00b7f0;
background-image:url(../image_blue/bg_naname.gif);
font-size: 170%;
color: #ffffff; 

}



/* --- セクション（共通設定） --- */
#main div.section {
margin-bottom:2em; 
}


/* --- 強調セクション --- */
.emphasis {
padding: 7px;
background: #E7FAFE url(../image_blue/emphasis_back.gif); 
}


.emphasis_inner {
padding: 1.1em 10px 1px 10px; /* 内部のパディング */
background-color:#ffffff;/* 内部の背景色 */
}


 /* 見出し */
.emphasis h2 {
margin: 0 0 0.8em 0; 
font-size: 130%; 
color: #333333;
border-bottom:1px solid #0099CC;
padding-left:10px;
}




/* --- TOP店舗情報 --- */
.update{
width: 620px; /* 幅（メインカラムの幅から40px引いた値） */
margin: 0 auto; /* センタリング */
}



.update dt {
width: 10em; 
float: left;
padding: 7px 0 6px 3px;
line-height: 120%;
font-weight:bold;
}


/* 本文エリア */
.update dd {
padding: 7px 3px 6px 6.6em; /* 本文エリアのパディング*/
border-bottom: 1px #c0c0c0 dotted;
line-height: 120%;
}


/* --- ▲メインカラム内の設定終了 --- */




/* --- ▼サイドバー内の設定開始 --- */

/* --- サイドバー --- */
#nav {
float: left;
width: 220px; /* サイドバーの幅 */
margin:0 auto;
}






/* --- サブメニュー --- */




/* サブメニュー内の見出し */
#nav div.subMenu h2 {
margin: 0; /* 見出しのマージン（上書き） */
padding: 6px 9px; /* 見出しのパディング（上書き） */
background-color:#abe9fc; /* 見出しの背景色 */
}


/* メニューエリア */
.side_nl {
margin: 0;
padding: 4px 6px 2px 6px;
background-color: #0880af;
list-style-type: none;
}


/* メニュー項目 */
.side_nl li {
margin-bottom: 2px; /* 項目の下マージン */
background: #f9f9f9 url(../image/ver_menu3_back.gif) repeat-x top; /* 項目の背景 */
border: 1px solid; /* 項目の境界線（太さ、スタイル） */
border-color: #ffffff #065a7b #065a7b #ffffff; /* 項目の境界線色（上右下左） */
}


/* リンクエリア */
.side_nl li a {
display: block;
position: relative; /* IE6用 */
padding: 12px 5px 12px 15px;
background: url(../image/ver_menu3_off.gif) no-repeat 4px; /* リンクエリアの背景（三角マーク） */
color: #404040; 
text-decoration: none;
}


/* ポイント時の設定 */
.side_nl li a:hover {
background: url(../image/ver_menu3_on.gif) no-repeat 4px; /* ポイント時の背景（三角マーク） */
text-decoration: underline;
}


/* --- お問い合わせ --- */

/* 電話番号 */
.tel {
margin-bottom: 0.1em;
font-size: 150%;
font-weight: bold;
color: #2b2b2b; 
}


/* フォームへのリンク */
.form {
margin-top: 0.7em; 
padding: 3px; /* 段落のパディング（白フチの幅） */
background-color: #ffffff;
border: 1px solid; 
border-color: #e0e0e0 #cccccc #cccccc #e0e0e0;
text-align: center;
line-height: 100%; 
}


/* リンクエリア */
.form a {
display: block;
position: relative; /* IE6用 */
padding: 12px 2px; /* リンクエリアのパディング（上下、左右） */
background: #dc3a01 url(../image_blue/form_back_off.gif) repeat-x top; /* リンクエリアの背景 */
font-size: 110%;
font-weight: bold;
color: #ffffff; 
text-decoration: none; /* テキストの下線（なし） */
}


/* ポイント時の設定 */
.form a:hover {
background: #e14a03 url(../image_blue/form_back_on.gif) repeat-x top; /* ポイント時の背景 */
}

/* --- ▲サイドバー内の設定終了 --- */



/* --- 罫線 --- */
#contents hr.clear {
clear: right; /* 右フロートのクリア */
width: 100%;
visibility: hidden; /* 非表示 */
}


/* --- ▲コンテンツ内の設定終了 --- */




/* --- ▼フッタ内の設定開始 --- */

/* --- フッタ --- */
#footer {
padding: 20px 0; 
background-color:#333333;
background-image:url(../image_blue/bg_naname.gif);
}



/* --- アドレス・コピーライト --- */
#footer address {
font-style: normal;
text-align: center;
line-height: 140%; /* 行の高さ */
color:#FFFFFF;

}



/* --- ▲フッタ内の設定終了 --- */


/* --- ▼その他の設定開始 --- */

/* --- clearfix --- */

.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}


.clearFix {
min-height: 1px;
}



.midashi01{
background: url(../image/midashi01.gif) no-repeat; /* 項目の背景（区切り線） */
width:640px;
height:35px;
color:#FFFFFF;
padding:10px 0 0 8px;
font-size:130%;
margin-bottom:10px;
}



.midashi02{
background-color:#ffffff;
font-size: 120%;
border-top: 1px #cccccc solid;   
border-right: 1px #cccccc solid;     
border-left: 5px #00b7f0 solid;
border-bottom: 3px #eeeeee solid;   

padding: 6px;
margin-bottom:10px;
}

.midashi03{
color:#148cb2;
font-size: 150%; 
border: 1px #148cb2 dotted;
background-image:url(../image_blue/ver_menu3_back.gif);
background-repeat:repeat-x;
background-position:top;
padding: 5px;
margin-bottom:10px;
min-width:340px;
}




.list01{
list-style-type:none;

}


.list01 li{
margin-bottom:5px;

}


.list02 {
list-style-type: none;
margin-left:5px;
}

.list02 li {
background:url(../image/i.gif) no-repeat;
padding-left: 25px;
margin-bottom:8px;
}







 /* 文章 */
.setsumei01{
margin: 0 0 1em 0.6em; /* 段落のマージン*/
line-height: 150%; /* 行の高さ */
}





div.setsumei02 {
padding: 10px; /* 内部のパディング */
background: url(../image_blue/box_back_gray.gif) repeat-x bottom; /* 内部の背景 */
background-color:#FFFFFF;
border:1px solid #999999;
}





 /* 表*/
 
.table01{
	border-collapse:collapse;
	margin-bottom:20px;
	line-height:130%;
}


.table01 td,
.table01 th{
border: 1px solid #999999;
padding: 0.3em;
}



.color01{
background-color:#a9eaff;

}


.color02{
background:url(../image_blue/table_head1.gif) repeat-x bottom; 
}


.color03{
background:url(../image_blue/table_head2.gif) repeat-x bottom; 
}



.f_color01{
color:#FF3399;
}



img.photo {
padding: 5px; /* パディング */
background-color: #ffffff; /* 背景色 */
border: 1px solid; /* 境界線 */
border-color: #c0c0c0 #808080 #808080 #c0c0c0; /* 境界線色（上右下左） */
margin-right:10px;
}



/*リンクボタン*/

.buttom_01 {
margin-top: 0.7em; 
padding: 3px; /* 段落のパディング（白フチの幅） */
background-color: #ffffff;
border: 1px solid; 
border-color: #e0e0e0 #cccccc #cccccc #e0e0e0;
text-align: center;
line-height: 100%;
width:250px;
margin-bottom:20px;
}



.buttom_01 a {
	display: block;
	position: relative; /* IE6用 */
	padding: 12px 2px; /* リンクエリアのパディング（上下、左右） */
	background: #dc3a01 url(../image_blue/form_back_off.gif) repeat-x top; /* リンクエリアの背景 */
	font-size: 110%;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}



/* ポイント時の設定 */
.buttom_01 a:hover{
background: #e14a03 url(../image_blue/form_back_on.gif) repeat-x top; /* ポイント時の背景 */
}



.footer_link:
{ color:#FFFFCC;}

.footer_link:visited { color:#FFFFCC;}

.footer_link:hover { color: #c07100; }
.footer_link:active { color: #c07100; }



/* --- ▲その他の設定終了 --- */
