@charset "UTF-8";
@import url(reset.css);
@import url(textsettings.css);

/* ---------------------------------------------------------------- *
	全体に関する設定
 * ---------------------------------------------------------------- */

body {
	background: #181A44 url(../images/bg.jpg) repeat-x;
	margin: 0;
}
#container {
	background: transparent;
	/* ★全体幅 */
	width: 900px;
	/* 全体マージン。0のみで左寄せ、0 autoでセンタリング */
	margin: 0 auto;
}
#container, #main, #mainbox {
	/* 配置の基準の設定 */
	position: relative;
}

#contentswrapper {
	background: #FFFFFF url(../images/bg_contents.jpg) repeat;
	padding: 0 20px 0 20px;
	margin: 0;
}

/* ---------------------------------------------------------------- *
	メインコンテンツの設定
 * ---------------------------------------------------------------- */

#main {
	/* ★padding-leftをサイドメニュー幅＋マージン。padding-rightをサイドコンテンツの幅＋マージン */
	padding-left: 0px;
	padding-right: 220px;

	background: tranparent;
	margin-top: 0;
	margin-bottom: 0;
}

/* ---------------------------------------------------------------- *
	左カラムの設定
 * ---------------------------------------------------------------- */
 
#leftside {
	/* ★左カラム(LeftSide)幅 */
	width: 200px;
  
	/* ★左に寄せる場合はleft: 0; right: auto;右の場合はleft: auto; right: 0; */
	left: 0;
	right: auto;
	padding-top: 0;
	padding-bottom: 0;
	/* ここでの背景設定はメニュー部分の内容がある部分にしか適用されない。leftside部分全体に背景を適用させる場合コンテンツコンテナの背景として背景を作る */
	background: #FFFFFF;
	/* 絶対配置で左カラムが選択できなくなってしまうため、他のカラムより上のレイヤーに配置する設定 */
	z-index: 1;
}
#leftside {
	/* 左カラム絶対配置 */
	position: absolute;
	left: 0;
}

/* ---------------------------------------------------------------- *
	右カラムの設定
 * ---------------------------------------------------------------- */

#rightside {
	/* ★右カラム(RightSide)幅 */
	width: 200px;
  
	background: transparent;
}
#rightside {
	/* 右カラム絶対配置 */
	position: absolute;
	top: 0;
	right: 0;
	height:100%;
}
.snav {
margin-bottom:10px;
}
/* ---------------------------------------------------------------- *
	基本要素の設定
 * ---------------------------------------------------------------- */

p {
	margin-top: 0;
	margin-bottom: 0.5em;
}
ul, ol, dl {
	margin-top: 0;
	margin-bottom: 0;
}
h1 {
	margin-top: 0px;
	padding: 0 0 3px 10px;
	border-bottom: 1px solid #000000;
	margin-bottom:15px;
}
h1 span {
	font-size: 12px;
	line-height: 1.4;
	color: #CCCCCC;
	font-weight: bold;
	margin-left: 10px;
}
.sv_contents h1 {
	margin-top: 20px;
	padding: 0 0 3px 10px;
	/*border-top: 1px solid #000000;*/
	margin-bottom:15px;
	border-bottom: 1px solid #CCCCCC;
}
/*h2 {
	margin-top: 0;
	margin-bottom: 10px;
	padding: 6px 0 3px 10px;
	border-bottom: 1px solid #CCCCCC;
	background: #F5F5F5;
}*/
h2 {
	margin-top: 0;
	margin-bottom: 8px;
	padding: 6px 0 3px 10px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #999999;
	background: #F5F5F5;
}
.sv_contents h2 {
	margin-top: 0;
	margin-bottom: 8px;
	padding: 6px 0 3px 10px;
	border-bottom: 1px solid #efefef;
	border-top: 0px solid #ccc;
	background: #fff;
}
h2 span {
	font-size: 12px;
	line-height: 1.4;
	color: #CCCCCC;
	font-weight: bold;
	margin-left: 10px;
}

h3 {
	margin-top: 0;
	margin-bottom: 8px;
	padding: 6px 0 3px 10px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #999999;
	background: #F5F5F5;
}
h3 span {
	font-size: 12px;
	line-height: 1.4;
	color: #CCCCCC;
	font-weight: bold;
	margin-left: 10px;
}
h4 {
	margin-top: 0;
	margin-bottom: 0;
}
h5 {
	margin-top: 0;
	margin-bottom: 0;
	display:block;
}
h5 span {
	font-weight: bold;
	background-image:url(../images/contact_bg.gif);
	background-repeat: no-repeat;
	text-indent:63px;
	padding-left:140px;
	margin-left:15px;
}
h5 .telnamber {
	font-weight: bold;
	background-image:url(../images/contact_bg2.gif);
	background-repeat: no-repeat;
	text-indent:63px;
	padding-left:140px;
	margin-left:15px;
}
h6 {
	margin-top: 0;
	margin-bottom: 0;
}
/* ハイパーリンク付き画像は枠なし */
a img {
	border: none;
}
pre {
	padding: 8px;
	border: 1px solid #DFDFDF;
	width: auto;
	_width: 90%;
	overflow: auto;
	_overflow: scroll;
	color: #333333;
	background-color: #F6F6F6;
	font-family: "Courier New","ms pgothic", monospace;
}

/* ---------------------------------------------------------------- *
	ヘッダ
 * ---------------------------------------------------------------- */

#header {
	background: transparent;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#header h1 {
	float: left;
	border-bottom: 0px solid #CCCCCC;
	padding: 0px;
}
#header .logotitle {
	float: left;
}

/* ---------------------------------------------------------------- *
	グローバルナビゲーション
 * ---------------------------------------------------------------- */

#naviwrapper {
	float: right;
	margin-top: 30px;
}
#navi {
	background: transparent;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#navi ul {
	margin: 0;
	padding: 0;
}
#navi ul li {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}
#navi ul li a {
	margin: 0;
	display: block;
	background: transparent;
}
#navi a:hover {
	background: transparent;
}
/* フロートしているナビゲーションアイテムのフロート解除をクリアする設定（clearfix） */
#navi ul:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.nav {
margin-top:0px;
width:860px;
background:#000 url(../images/nav_bg.jpg) no-repeat;
margin-bottom:15px;
}
.nav ul {
overflow:hidden;
width:862px;
border-left:1px solid #000;
}
.nav ul li {
float:left;
margin-right:1px;
border-right:1px solid #000;
}
.nav ul:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/* ---------------------------------------------------------------- *
	左カラム内の設定
 * ---------------------------------------------------------------- */

#leftside ul {
    margin: 0;
    padding: 8px;
    background: transparent;
}
#leftside ul li {
    margin: 0;
    padding: 5px 20px 5px 25px;
    border-bottom: 1px solid #0086b9;
    background: transparent;
    list-style-type: none;
}

/* バグ回避のため、同じ値での指定を2回行う */
[id="leftside"]#leftside {
	/* ★上マージンを設定 */
	/* ★コンテンツ部分の上マージンと同じ値を設定 */
	margin-top: 0;
}
html:lang(ja) #leftside {
	/* ★直前の指定と同じ値を設定 */
	margin-top: 0;
}

/* ---------------------------------------------------------------- *
	メインコンテンツ内の設定
 * ---------------------------------------------------------------- */

.contents {
	background: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0.7em;
	padding-right: 0.7em;
	padding-bottom: 2em;
	padding-left: 0.7em;
}
.contents2 {
	background: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 8px;
	padding-right: 0.7em;
	padding-bottom: 8px;
	padding-left: 0.7em;
}

.staff {
	background: #FFFFFF;
	padding-top: 0.6em;
	padding-right: 0.7em;
	padding-bottom: 0.6em;
	padding-left: 0.7em;
	margin-top: 1.2em;
	margin-right: 0.7em;
	margin-bottom: 2em;
	margin-left: 0.7em;
	border: 1px solid #CCCCCC;
}
.staff p {
	line-height: 160%;
	font-size: 100%;
}
.staff dl {
	float:left;
	margin-right:20px;
}
.staff dt {
	font-weight: bold;
	font-size: 115%;
	margin-bottom:4px;
	width: 110px;
}
.staff dd {
	color: #666666;
	margin-bottom:5px;
	width: 110px;
	height:4em;
}
#line2 {
	background: #CC0066;
	font-size: 9px;
	color: #999999;
	margin-top:7px;
	margin-bottom:7px;
	height:1px;
}

#news ul li {
	width: 550px;
	border-bottom: 1px dotted #CCCCCC;
	padding: 3px 0 3px 8px;
	border-left: 3px solid #274572;
	margin-bottom: 4px;
}

.contents dl {
margin-top: 15px;
margin-bottom: 15px;
}
.contents dt {
	font-weight: bold;
	width: 130px;
	float: left;
	margin-bottom: 8px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 2px;
}
.contents dd {
	margin-bottom: 8px;
	border-bottom: 1px dotted #CCCCCC;
	width: 480px;
	padding-bottom: 2px;
	padding-left:5px;
}

html[xmlns]>/**/body .contents dd {
	margin-bottom: 8px;
	border-bottom: 1px dotted #CCCCCC;
	width: 480px;
	padding-bottom: 2px;
	padding-left:140px;
}

#shop dl {
margin-top: 0px;
margin-bottom: 15px;
}
#shop table {
	float: left;
	margin: 2px 0 40px 0;
	width: 355px;
	border-left: 0;
	border-top: 0;
}
#shop .first {
	font-weight: normal;
	width: 210px;
	float: left;
	border-bottom: 1px solid #DDDDDD;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	padding: 4px 2px 2px 2px;
	font-size: 90%;
	text-align: left;
}
#shop td {
	border-bottom: 1px solid #DDDDDD;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	padding: 4px 2px 2px 2px;
	text-align: right;
	font-size: 90%;
}

#salon table {
	float: left;
	margin: 2px 0 40px 0;
	width: 355px;
	border-left: 0;
	border-top: 0;
}
#salon .first {
	font-weight: normal;
	width: 110px;
	float: left;
	border-bottom: 1px solid #DDDDDD;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	padding: 4px 2px 2px 2px;
	font-size: 90%;
	text-align: left;
}
#salon td {
	border-bottom: 1px solid #DDDDDD;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	padding: 4px 2px 2px 2px;
	text-align: left;
	font-size: 90%;
}

.menuhead {
	font-weight: normal;
	float: left;
	margin-bottom: 8px;
	border-bottom: 1px solid #666666;
	padding-bottom: 2px;
	width:355px;
	font-weight:bold;
}

.contents table {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-top: 30px;
}
.contents td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding:1px 5px 1px 5px;
}
.contents .bottomnone {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #F7F7F7;
	padding:1px 5px 1px 5px;
}
.contents th {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding:1px 5px 1px 5px;
	background-color: #F7F7F7;
}
.contents .tablename {
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	padding:1px 5px 1px 5px;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #344983;
	font-size: 110%;
}

/* ---------------------------------------------------------------- *
	コンテンツ画像の設定
 * ---------------------------------------------------------------- */

.contents img.fig {
	/* 画像の回り込みleftまたはrightを指定 */
	float: left;
	/* 回り込みがleftのとき→左マージン0、rightのとき→右マージン0 */
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0;
}

/* ---------------------------------------------------------------- *
	右カラム内の設定
 * ---------------------------------------------------------------- */

/* メインコンテンツから変更する部分を設定。変更不要のプロパティはコメントアウト */
#rightside .contents {
	background: #F2F2F2;
	/* ボックス内の最初のボックスの上マージンは折りたたまれないので0を指定 */
	margin-top: 0;
}
#rightside .contents ul {
	margin: 0 0 0 1.4em;
	padding: 0;
}
#rightside .contents ul li {
	margin-bottom: 0.5em;
}

/* ---------------------------------------------------------------- *
	画像のみのボックス
 * ---------------------------------------------------------------- */

.imgbox {
	background: #FFFFFF;
	margin-top: 0;
	margin-bottom: 3px;
}

/* 右・左カラム内の画像のみボックス。変更する部分を設定 */
#rightside .imgbox, #leftside .imgbox {
	background: transparent;
	/* margin-top: 3px; */
	/* margin-bottom: 3px; */
}

/* ---------------------------------------------------------------- *
	コンテンツフッタナビ
 * ---------------------------------------------------------------- */

#footernavi {
	background: url(../images/navi_cf_bg.gif) repeat;
	margin: 0;
	padding: 0;
}
#footernavi ul {
    margin-bottom: 4px;
    padding: 0;
}
#footernavi ul li {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}

/* ---------------------------------------------------------------- *
	フッタ
 * ---------------------------------------------------------------- */

#footer {
	background: transparent;
	margin: 0;
	padding: 0;
}
#footer ul {
    margin-bottom: 4px;
    padding: 0;
}
#footer ul li {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}

/* ---------------------------------------------------------------- *
	複数セレクタ共通項目
 * ---------------------------------------------------------------- */

/* ナビゲーション，フッタでは折り返しを抑制 */
#navi, #footer {
	white-space: nowrap;
}

/* ナビゲーション，フッタの箇条書きは横並びリスト */
#navi ul, #footer ul {
	margin: 0;
	list-style: none;
}

/* ナビゲーション用カラムのコンテンツマージン */
#leftside p, #leftside ul, #leftside ol, #leftside dl,
#navibox p, #navibox ul, #navibox ol, #navibox dl {
	margin-top: 0;
	margin-bottom: 0;
}

/* 回り込み解除設定 */
#header, #navi, .contents, #footer {
	clear: both;
}

/* 画像のみのボックスのパディングは 0 とする */
.imgbox {
	padding: 0; 
}

/* 画像のみのボックスの画像の余白は「なし」にしておく */
.imgbox img {
	margin: 0;
	padding: 0;
	border: none;
}

/* サムネイルリストはマーカなし，余白なし */
#thumbslist {
	list-style: none;
	margin: 0;
	padding: 0;
}

#thumbslist li {
	float: left;
	margin: 0;
	overflow: hidden;
	display: block;
	text-align: center;
}

/* サムネイルはボックスの中央に */
.thumbnail {
	margin: 0 auto;
}

/* ---------------------------------------------------------------- *
	ハック
 * ---------------------------------------------------------------- */

/* IE6 で画像が消えることがあるバグを回避 */
.contents img {
	position: relative;
}

/* IE6/IE7 で垂直配置がずれるバグを回避 */
html[lang^="ja"] #leftside {
	margin-top: 0;
}

/* Clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-table;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-Mac */

.headimg {
	vertical-align: text-bottom;
}
.footimg {
	vertical-align: text-top;
}

/* ---------------------------------------------------------------- *
	フォームメール用設定
 * ---------------------------------------------------------------- */
 
.contact {
	background: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0.7em;
	padding-right: 0.7em;
	padding-bottom: 2em;
	padding-left: 0.7em;
}
.contact dl {
margin-top: 15px;
margin-bottom: 15px;
}
.contact dt {
	font-weight: bold;
	width: 130px;
	float: left;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 15px;
	padding-bottom: 6px;
	display:block;
	height: 26px;
}
.ft {
	font-weight: bold;
	width: 130px;
	float: left;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 12px;
	padding-bottom: 7px;
	line-height: 22px;
}
.contact dd {
	margin-bottom: 15px;
	border-bottom: 1px dotted #CCCCCC;
	width: 480px;
	padding-bottom: 6px;
	padding-left:5px;
	display:block;
	float: left;
	height: 26px;
}
.contact dd.comm {
	margin-bottom: 15px;
	border-bottom: 1px dotted #CCCCCC;
	width: 480px;
	padding-bottom: 6px;
	padding-left:5px;
	display:block;
	float: left;
	height: 180px;
}

 
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}

.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: inline;/*(06)*/
	color: #CC3333;
	border: 1px solid #CC3333;
	padding: 0 3px 0 3px;
}

.textfieldValidState input, input.textfieldValidState {
	background-color: #B8F5B1;/*(07)*/
	border: 1px solid #999999;
	padding: 1px;
}

input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	background-color: #FF9F9F;/*(08)*/
	border: 1px solid #CC3333;
	padding: 1px;
}


.textfieldFocusState input, input.textfieldFocusState {
	background-color: #E8F2FF;/*(09)*/
	border: 1px solid #999999;
	padding: 1px;
}

.textfieldFlashText input, input.textfieldFlashText {
	color: red !important;
	border: 1px solid #999999;
	padding: 1px;
}

.textfieldHintState input, input.textfieldHintState {
	/*color: red !important;*/
	border: 1px solid #999999;
	padding: 1px;
}

.focus {
	background-color: #E8F2FF;
	border: 1px solid #999999;
	padding: 1px;
}

.normal {

}

/* ---------------------------------------------------------------- *
	背景画像置き換えリンクメニュー
 * ---------------------------------------------------------------- */

#navi .profile {
	background: url(../images/navi_h01.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 66px;
	height: 17px;
}
#navi .profile:hover {
	background: url(../images/navi_h01.gif) no-repeat bottom;
}
#navi .inquiry {
	background: url(../images/navi_h02.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 54px;
	height: 17px;
}
#navi .inquiry:hover {
	background: url(../images/navi_h02.gif) no-repeat bottom;
}
#navi .home {
	background: url(../images/navi_h03.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 50px;
	height: 17px;
}
#navi .home:hover {
	background: url(../images/navi_h03.gif) no-repeat bottom;
}

#footernavi .salon {
	background: url(../images/navi_cf01.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 56px;
	height: 22px;
	margin-top: 22px;
}
#footernavi .salon:hover {
	background: url(../images/navi_cf01.gif) no-repeat bottom;
}
#footernavi .hikawa {
	background: url(../images/navi_cf02.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 36px;
	height: 22px;
	margin-top: 22px;
}
#footernavi .hikawa:hover {
	background: url(../images/navi_cf02.gif) no-repeat bottom;
}
#footernavi .sumiyoshi {
	background: url(../images/navi_cf03.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 36px;
	height: 22px;
	margin-top: 22px;
	display:none;
}
#footernavi .sumiyoshi:hover {
	background: url(../images/navi_cf03.gif) no-repeat bottom;
	display:none;
}
#footernavi .akos {
	background: url(../images/navi_cf04.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 46px;
	height: 22px;
	margin-top: 22px;
}
#footernavi .akos:hover {
	background: url(../images/navi_cf04.gif) no-repeat bottom;
}
#footernavi .aim {
	background: url(../images/navi_cf05.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 46px;
	height: 22px;
	margin-top: 22px;
}
#footernavi .aim:hover {
	background: url(../images/navi_cf05.gif) no-repeat bottom;
}
#footernavi .daishi {
	background: url(../images/navi_cf06.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 34px;
	height: 22px;
	margin-top: 22px;
}
#footernavi .daishi:hover {
	background: url(../images/navi_cf06.gif) no-repeat bottom;
}
#footernavi .lima {
	background: url(../images/navi_cf07.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 36px;
	height: 22px;
	margin-top: 22px;
	display:none;
}
#footernavi .lima:hover {
	background: url(../images/navi_cf07.gif) no-repeat bottom;
	display:none;
}
/*#footernavi .jd {
	background: url(../images/navi_cf08.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 113px;
	height: 22px;
	margin-top: 22px;
}
#footernavi .jd:hover {
	background: url(../images/navi_cf08.gif) no-repeat bottom;
}*/
#footernavi .jd {
	background: url(../images/navi_cf15.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 76px;
	height: 22px;
	margin-top: 22px;
}
#footernavi .jd:hover {
	background: url(../images/navi_cf15.gif) no-repeat bottom;
}
#footernavi .vent {
	background: url(../images/navi_cf09.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 89px;
	height: 22px;
	margin-top: 22px;
}
#footernavi .vent:hover {
	background: url(../images/navi_cf09.gif) no-repeat bottom;
}
#footernavi .studio {
	background: url(../images/navi_cf10.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 36px;
	height: 22px;
	margin-top: 22px;
}
#footernavi .studio:hover {
	background: url(../images/navi_cf10.gif) no-repeat bottom;
}
#footernavi .nail {
	background: url(../images/navi_cf11.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 37px;
	height: 22px;
	margin-top: 22px;
	display:none;
}
#footernavi .nail:hover {
	background: url(../images/navi_cf11.gif) no-repeat bottom;
}
#footernavi .esthetic {
	background: url(../images/navi_cf12.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 63px;
	height: 22px;
	margin-top: 22px;
	display:none;
}
#footernavi .esthetic:hover {
	background: url(../images/navi_cf12.gif) no-repeat bottom;
}
#footernavi .kidsroom {
	background: url(../images/navi_cf13.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 62px;
	height: 22px;
	margin-top: 22px;
	display:none;
}
#footernavi .kidsroom:hover {
	background: url(../images/navi_cf13.gif) no-repeat bottom;
}
#footernavi .footlogo {
	background: url(../images/navi_cf14.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 108px;
	height: 44px;
	float: right;
}


#footer .home {
	background: url(../images/navi_f01.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 38px;
	height: 23px;
	margin-bottom:40px;
}
#footer .home:hover {
	background: url(../images/navi_f01.gif) no-repeat bottom;
}
#footer .profile {
	background: url(../images/navi_f02.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 44px;
	height: 23px;
}
#footer .profile:hover {
	background: url(../images/navi_f02.gif) no-repeat bottom;
}
#footer .inquiry {
	background: url(../images/navi_f03.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 64px;
	height: 23px;
}
#footer .inquiry:hover {
	background: url(../images/navi_f03.gif) no-repeat bottom;
}
#footer .policy {
	background: url(../images/navi_f04.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 99px;
	height: 23px;
}
#footer .policy:hover {
	background: url(../images/navi_f04.gif) no-repeat bottom;
}
#footer .sitemap {
	background: url(../images/navi_f05.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 64px;
	height: 23px;
}
#footer .sitemap:hover {
	background: url(../images/navi_f05.gif) no-repeat bottom;
}
#toplink {
	background: url(../images/navi_f06.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 84px;
	height: 23px;
	margin-left:15px;
}
#toplink:hover {
	background: url(../images/navi_f06.gif) no-repeat bottom;
}
address {
	background: url(../images/copy.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 212px;
	height: 23px;
	float: right;
}

/* ---------------------------------------------------------------- *
	トップページティッカー
 * ---------------------------------------------------------------- */

#ticker {
	background: #000000;
	font-size: 9px;
	color: #999999;
	margin-top:0px;
	margin-bottom:15px;
}
#line {
	background: #000000;
	font-size: 9px;
	color: #999999;
	margin-top:0px;
	margin-bottom:7px;
	height:3px;
	
}
html>/**/body #ticker {
	background: #000000;
	font-size: 11px;
	color: #999999;
	margin-top:0px;
	margin-bottom:15px;
}

.g_info h4,
.g_info ul {
display:none;
}

.camera_src img {
width:680px !important;
}



#navi {display:none;}





