@charset "utf-8";
/* CSS Document */

/*/////////////////////////////////////////////////////////
file name: index.css
description: 共通指定スタイルシート

1.レイアウト
2.メイン画像
3.スクールダイジェスト
4.サロンのご紹介
5.新着情報
6.お問い合わせ
7.グローバルナビ

///////////////////////////////////////////////////////// */

/* ===========  1.レイアウト  =========== */
body.home {
	background: #FFF url(../../images/bg.gif) left top repeat-x;
}

#content {
	margin: 3px 20px 40px;
	padding: 0;
	width: 900px;
}


/* ===========  2.メイン画像  =========== */
#mainImg {
	text-indent: -9999px;
	background: #FFF url(../../images/img_top.jpg) left top no-repeat;
	width: 940px;
	height: 250px;
}

.mainImg-txt {
	height: 20px;
	overflow: hidden;
}

/* ===========  3.スクールダイジェスト  =========== */
.schoolDigest {
	float: left;
	margin-right: 40px;
	width: 430px;
}

.course {
	background: #FFF url(../images/dotLine.gif) left bottom no-repeat;
	padding-bottom: 6px;
	margin: 0 0 5px;
	_padding-bottom: 3px;
}

.course-left {
	float: left;
	width: 78px;
	margin-right: 12px;
}

.course-right {
	float: left;
	width: 340px;
}

.course-txt {
	margin: 5px 0 0;
	padding: 0;
}

.course-title {
	color: #ff0084;
	font-weight: bold;
	font-size: 150%;
	border-bottom: #ff0084 1px solid;
	padding-bottom: 3px;
	height: 20px;
}

ul.btn-detail {
	width: 95px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.btn-detail a {
    display: block;
    width: 95px;
    text-indent: -9999px;
	overflow: hidden;
}

a.detail {
    background-image: url(../../images/btn_detail.gif);
	background-position: 0 0;
	height: 20px;
}

a:hover.detail {
    background-position: 0 20px;
}

/*Flash動画部分*/
#topFlash {
	height: 180px;
}




/* ===========  4.サロンのご紹介  =========== */
.salon {
	float: left;
	width: 430px;
}

.salonBox {
	background: #FFF url(../images/dotLine.gif) left bottom no-repeat;
	padding-bottom: 5px;
	margin: -8px 0 12px;
}

.salonBox-left {
	float: left;
	width: 70px;
	margin-right: 20px;
}

.salonBox-right {
	float: left;
	width: 340px;
}

.salonBox-txt {
	margin: 10px 0 0 18px;
	padding: 0;
}

.salonBox-link {
	background: #FFF url(../images/hd_link01.gif) left center no-repeat;
	padding-left: 18px;
	margin-top: 6px;
}

/* ===========  5.新着情報  =========== */
#topics {
	float: left;
	width: 430px;
}

.topics-block {
	background: #FFF url(../images/dotLine.gif) left bottom no-repeat;
	width: 430px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

dl.list-topics {
	width: 430px;
}

dl.list-topics dt {
	width: 8em;
	float: left;
	font-weight: bold;
	color: #ff017e;
}

dl.list-topics dd {
	padding-left: 8em;

}



/* ===========  6.お問い合わせ  =========== */
#contact {
	float: left;
	width: 430px;
	margin-right: 40px;
}

.contact-block {
	background: #FFF url(../../images/bg_contact.gif) right bottom no-repeat;
	width: 430px;
}

dl.list-contact {
	width: 430px;
}

dl.list-contact dt {
	width: 90px;
	float: left;
}

dl.list-contact dd {
	padding-left: 110px;
}

dl.list-contact dd.mobile {
	padding-left: 110px;
	padding-right: 105px;
	padding-top: 12px;
}

ul.btnContact {
	width: 95px;
	margin: 0;
	padding: 0;
	padding-top: 3px;
	list-style-type: none;
}

ul.btnContact a {
    display: block;
    width: 213px;
    text-indent: -9999px;
	overflow: hidden;
}

a.cnt {
    background-image: url(../../images/btn_contact.gif);
	background-position: 0 0;
	height: 22px;
}

a:hover.cnt {
    background-position: 0 22px;
}


/* ===========  7.グローバルナビ  =========== */
ul.gnavi {
    list-style-type: none;
    width: 940px;
	margin-top: 180px;
}

ul.gnavi li {
    list-style-type:none;
    width:188px;
	float: left;
}

ul.gnavi a {
    display: block;
    width: 188px;
    text-indent: -9999px;
	overflow: hidden;
}

a.gnavi-home {
    background-image: url(../images/gnavi.png);
	background-position: 0 0;
	height:50px;
}

a:hover.gnavi-home {
    background-position: 0 50px;
}

a.gnavi-home-act {
    background-image: url(../images/gnavi.png);
	background-position: 0 50px;
	height: 50px;
}


a.gnavi-school {
    background-image: url(../images/gnavi.png);
	background-position: -188px 0;
	height: 50px;
}

a:hover.gnavi-school {
    background-position: -188px 50px;
}

a.gnavi-school-act {
    background-image: url(../images/gnavi.png);
	background-position: -188px 50px;
	height: 50px;
}


a.gnavi-course {
    background-image: url(../images/gnavi.png);
	background-position: -376px 0;
	height: 50px;
}

a:hover.gnavi-course {
    background-position: -376px 50px;
}

a.gnavi-course-act {
    background-image: url(../images/gnavi.png);
	background-position: -376px 50px;
	height:50px;
}

a.gnavi-voice {
    background-image: url(../images/gnavi.png);
	background-position: -564px 0;
	height: 50px;
}

a:hover.gnavi-voice {
    background-position: -564px 50px;
}

a.gnavi-voice-act {
    background-image: url(../images/gnavi.png);
	background-position: -564px 50px;
	height: 50px;
}

a.gnavi-salon {
    background-image: url(../images/gnavi.png);
	background-position: -752px 0;
	height: 50px;
}

a:hover.gnavi-salon {
    background-position: -752px 50px;
}

a.gnavi-salon-act {
    background-image: url(../images/gnavi.png);
	background-position: -752px 50px;
	height: 50px;
}
