@charset "utf-8";
/* CSS Document */

/*　基本設定　*/

html{
    height: 100%;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	background-image: url(../common/img/back01.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	height:100%;
	color: #FFFFFF;
	line-height: 140%;
}


ul,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	text-indent: 0;
	line-height: 0;
	list-style-type: none;
	}
img {
	border: 0;
	}

p {
	margin: 0;
	padding: 0;
	}

h2,h3,h4,h5,h6 {
	display: none;
	visibility: hidden;
	}

strong {
	font-style:normal;
	font-weight: normal;
	font-variant: normal;
}

#contena {
	width: 900px;
	height: 100%;
	margin: 0 auto 10px auto;
	height:auto;
	background: #000000;
}

/*　基本幅　*/
.defW {
	width: 900px;
	}

/*リンク - ホワイト*/

.link_white a:link {
color:#FFFFFF;
text-decoration:underline;
}

.link_white a:visited {
color:#FFFFFF;
text-decoration:underline;
}

.link_white a:active {
color:#FFFFFF;
text-decoration:underline;
}

.link_white a:hover {
color:#CCCCCC;
text-decoration:underline;
}

/*　ヘッダーはheader.cssへ（H1含む）　*/

#header .toTop a{
	background-image: url(../common/head/to_top_bg.jpg);
	width: 59px;
	height: 13px;
	margin: 0;
	display: block;
}

#header  {
	width: 59px;
	height: 13px;
}

#header a:hover{
	background-color: transparent;
}

#header a:hover img{
	visibility: hidden;
	}

/*　FLASH　*/
#FLA {
	padding: 2px 0 0 0;
	background: #993400;
}

/*　フッター　*/

#footer {
	width: 900px;
	height: 37px;
	text-align: left;
	background: #000000;
}

#footer span {
	display: none;
	visibility: hidden;
}

.copy {
	margin: 0 0 0 auto;
}

/*　画像のロールオーバー　*/

.bImg a{
	display: block;
	}
.bImg a:hover{
	background-color: transparent;
	}
.bImg a:hover img{
	visibility: hidden;
	}
.bImg a span{
	display: none;
	visibility: hidden;
	}
	
/*　オンラインへ　*/
.ONLINE {
	background-image: url(../top/shop_r.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	}

/*　KIMONOKAGU小　*/
.KIMONOs {
	background-image: url(../news_event/080707/news_kimono_r.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	}
	
	/*　ギャッベ　*/
.GABBEH {
	background-image: url(../top/bt_gabbeh_r.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	}