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

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

	全ページ共通 スタイル

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

body {
	margin:0;
	padding:0;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴPro";
	
}

a {
	outline: none;
}

h1, h2, h3, p, ul, li {
	margin: 0;
	padding: 0;
}

ul, li {
	list-style: none;
}

.clear {
	clear: both;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

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

	LAYOUT 

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

#navi {
	width: 100%;
	height:60px;
}

#wraper {
	width: 920px;
	margin: 0 auto;
	text-align: left;
}

#main {
	width:920px;
}

#footer {
	width: 100%;
}

#primary {
	width: 165px;
	float: left;
}

#content {
	width: 725px;
	float: right;
	margin-bottom: 32px;
}


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

	LEFT NAVIGATION STYLE 

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

#globalnavi {
	margin-bottom: 18px;
}

#primary li a {
	display: block;
	height: 20px;
	text-indent: -9999px;
}
#globalnavi li {
	margin-bottom: 12px;
}
#subnavi {
	margin-top: 12px;
	
}
#subnavi li {
	margin-bottom: 8px;
}
#subnavi li.last {
	margin-bottom: 0;
}
#navi_01 a { background: url(../images/common/nav_home.gif) left top no-repeat; }
#navi_02 a { background: url(../images/common/nav_material.gif) left top no-repeat; }
#navi_03 a { background: url(../images/common/nav_archive.gif) left top no-repeat; }
#navi_04 a { background: url(../images/common/nav_haiku.gif) left top no-repeat; }
#navi_05 a { background: url(../images/common/nav_about.gif) left top no-repeat; }
#navi_06 a { background: url(../images/common/nav_contact.gif) left top no-repeat; }
#navi_07 a { background: url(../images/common/nav_gs.gif) left top no-repeat; }


#navi_01 a:hover, #navi_01 a.stay { background: url(../images/common/nav_home.gif) left -22px no-repeat; }
#navi_02 a:hover, #navi_02 a.stay { background: url(../images/common/nav_material.gif) left -22px no-repeat; }
#navi_03 a:hover, #navi_03 a.stay { background: url(../images/common/nav_archive.gif) left -22px no-repeat; }
#navi_04 a:hover, #navi_04 a.stay { background: url(../images/common/nav_haiku.gif) left -22px no-repeat; }
#navi_05 a:hover, #navi_05 a.stay { background: url(../images/common/nav_about.gif) left -22px no-repeat; }
#navi_06 a:hover, #navi_06 a.stay { background: url(../images/common/nav_contact.gif) left -22px no-repeat; }
#navi_07 a:hover, #navi_07 a.stay { background: url(../images/common/nav_gs.gif) left -22px no-repeat; }

#navi_04_s1 a { background: url(../images/common/nav_haiku_s1.gif) left top no-repeat; }
#navi_04_s2 a { background: url(../images/common/nav_haiku_s2.gif) left top no-repeat; }
#navi_04_s3 a { background: url(../images/common/nav_haiku_s3.gif) left top no-repeat; }
#navi_04_s4 a { background: url(../images/common/nav_haiku_s4.gif) left top no-repeat; }

#navi_04_s1 a:hover, #navi_04_s1 a.stay { background: url(../images/common/nav_haiku_s1.gif) left -22px no-repeat; }
#navi_04_s2 a:hover, #navi_04_s2 a.stay { background: url(../images/common/nav_haiku_s2.gif) left -22px no-repeat; }
#navi_04_s3 a:hover, #navi_04_s3 a.stay { background: url(../images/common/nav_haiku_s3.gif) left -22px no-repeat; }
#navi_04_s4 a:hover, #navi_04_s4 a.stay { background: url(../images/common/nav_haiku_s4.gif) left -22px no-repeat; }



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

	CONTENR AREA STYLE 共通スタイル

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

h1#soundlab {
	text-indent: -9999px;
	height: 68px;
	background: url(../images/common/h1_soundlab.jpg) no-repeat;
	margin-bottom:5px;
}
h1#soundlab a {
	display: block;
	width: 264px;
	height: 68px;
	
}
#headIMG {
	margin-bottom: 25px;
}

#content h2 {
	text-indent: -9999px;
	height: 26px;
	width: 725px;
	margin-bottom: 22px;
}

#content p {
	font-size: 12px;
	line-height: 1.8;
	margin-bottom: 15px;
}

#content a {
	color: #000000;
}

#content a:hover {
	color: #B91440;
}

#content p.lastp {
	margin-bottom: 20px;
}

#content .lastdiv {
	margin-bottom: 43px;
}

#content p.lastp0 {
	margin-bottom: 0;
}

#content p.lastp5 {
	margin-top: 5px;
}

#content p.lastp_l {
	margin-bottom: 230px;
}

.pagetop {
	height: 13px;
	position: relative;
}
.pagetop a {
	display: block;
	width: 66px;
	height: 13px;
	background: url(../images/common/btn_pagetop.gif) no-repeat right top;
	text-indent: -9999px;
	position: absolute;
	right: 0;
}

.pagetop a:hover {
	background: url(../images/common/btn_pagetop.gif) no-repeat right -16px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mt10 {
	margin-top: 10px;
}
.ml6 {
	margin-left: 6px;
}
.pl10 {
	padding-left: 10px;
}
.pl20 {
	padding-left: 20px;
}



/*anchor link*/

ul.anchor {
	margin-bottom:20px;
	padding:10px 10px;
	font-size:80%;
	background:#f6f6f6;

}
ul.anchor li {
	float:left;
	padding:0 23px 0 10px;
	background:url(../images/common/arrow_anchor.gif) no-repeat center left;
}








.header_contents{
	width:956px; !important
}


.footer_contents{
	width:920px; !important
}















