@charset "utf-8";


/*
sound
============================== */
div.sound#content {
/*	background-image:url("images/bodyIMG.jpg"); 元画像時 */
	background-image:url("images/bodyIMG_S.jpg");
	background-position:100px 0;
	background-repeat:no-repeat;
	text-align:left;
	padding-top:0;
	height:850px;
	position:relative;
/* relative にしたので、マージンが必要みたい。 */
	margin-top:45px;
}

ul#gloNavi{
	margin-top:35px;
/* 上述、relative の影響？ */
}


/* ==============================
div.contact#content {
	position:relative;
	height:500px;
	background-image:url("images/bodyIMG.jpg");
	background-position:0;
	background-repeat:no-repeat;
}
============================== */

div.sound#content h2{
	text-indent:-9999px;
}

div.sound#content p{
	margin-left:20px;
	margin-right:20px;
	
}

div.sound#content h2,
div.sound#content p{
	line-height:160%;
	
}

/*
gloNavi paging
============================== */

ul#gloNavi li#soundBTN a{
	background-image:url("../../draft/common/images/naviBTN_f2.gif");
}



/*
サウンドページへのリンク（スピーカ部分）
本当にコレで行くなら、IE7向けにポジションを補正する必要アリ。
============================== */

p.toLink {
	position:absolute;
/* ==============================
元画像時
	right:220px; 
	top:305px;
============================== */
	right:300px;
	top:245px;
	background-image:url("images/contactBTN_f2.gif");
	background-repeat:no-repeat;
}

* html body p.toLink { /* IE6 lower */
/* ==============================
	position:absolute;
	right:260px;
hack
============================== */
}

*+html body p.toLink { /* IE7 */
/* ==============================
	position:absolute;
	right:240px;
============================== */
}

p.toLink a {
	display:block;
/* ==============================
元画像時
	width:320px;
	height:325px;
============================== */
	width:256px;
	height:260px;
	background-image:url("images/contactBTN.gif");
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;

}



div#tipDiv{
}


