@charset "UTF-8";

/*==============================================

released: 2009.3.9

-contents-

01. initialize
02. link set
03. text set
04. top page format
05. 2nd page format

===============================================*/


/*----------------------------------------------
	01. initialize
----------------------------------------------*/

/*__ center fix __*/

#wrap,
#head,
#topcont,
#foot,
#contwrap {
	margin: 0 auto 0 auto;
	text-align: center;
}

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	/*vertical-align: bottom;*/
}

a {
	outline: 0;
}

a,
img {
	border: 0;
}

img {
	vertical-align: top;
}

html,
body {
	height:100%;
}

body {
	font-family: "ＭＳ ゴシック", "Osaka-等幅","Hiragino Kaku Gothic Pro", sans-serif;
	text-align: center;
	background-color: #E3E3E3;
}

.clear {
	clear: both;
}

/*__ cf __*/

.cf:after {
	content:".";
	display:block;
	clear:both; 
	height:0;
	visibility:hidden;
}
.cf {
	display:inline-block;
}
/* exlude MacIE5 \*/
* html .cf {
	height:1%;
}
.cf {
	display:block;
}
/* end MacIE5 */
.cf + *{
	clear: both;
}

/*----------------------------------------------
	02. link set
----------------------------------------------*/

body a,
body a:link,
body a:visited {
	color: #67B530;
	text-decoration: none;
}

body a:active {
	color: #000000;
}

body a:hover {
	color: #94dc64;
}


/*----------------------------------------------
	03. Text set
----------------------------------------------*/

.red {
	color: #920000;
}

.glay {
	color: #666666;
}

.black {
	color: #000000;
}

.white {
	color: #FFFFFF;
}


/*----------------------------------------------
	04. toppage format
----------------------------------------------*/

#wrap {
	width: 964px;
	height: 100%;
	min-height: 100%;
	background-color: #E3E3E3;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	position: relative;
}

/*__ wrap bg height by IE6 __*/
body > #wrap {
	height: auto;
}

.allow {
	width: 28px;
	height: 30px;
	position: absolute;
	bottom: 20px;
	left: 936px;
}

#head {
	width: 900px;
	height: 137px;
}

.rogo {
	width: 207px;
	height: 112px;
	position: absolute;
	top: 11px;
	left: 52px;
}

#submenu {
	width: 364px;
	height: 13px;
	position: absolute;
	top: 59px;
	left: 567px;
}

#submenu ul li {
	list-style-type: none;
}

.submenubt {
	float: left;
}

.moriblog {
	width: 90px;
	height: 50px;
	position: absolute;
	top: -35px;
	left: 274px;
}

#gmenu {
	width: 618px;
	height: 40px;
	position: absolute;
	top: 83px;
	left: 313px;
}

#gmenu ul li{
	float: left;
	list-style-type: none;
}

#topcont {
	width: 900px;
	height: auto;
}

#news {
	float: left;
	padding: 26px 0px 0px 26px;
	width: 552px;
	height: auto;
}

#news h3 {
	width: 61px;
	height: 21px;
}

.newscol {
	width: 512px;
	padding: 10px 20px 13px 20px;
	height: auto;
	border: 1px solid #d9d9d9;
}

.newscol ul li {
	padding-top: 5px;
	list-style-type: none;
	font-size: 70%;
	line-height: 150%;
}

.day {
	font-weight: bold;
}

#banner {
	float: right;
	padding-top: 26px;
	width: 297px;
	height: auto;
}

#banner img {
	float: left;
}

#foot {
	clear: both;
	padding: 40px 26px 14px 26px;
	width: 900px;
	height: auto;
}

#foot address {
	padding-top: 6px;
	padding-right: 6px;
	text-align: right;
	font-size: 70%;
	color: #727272;
	border-top: 1px solid #67B530;
}


/*----------------------------------------------
	05. 2nd page format
----------------------------------------------*/

#contwrap {
	padding-top: 55px;
	width: 848px;
	height: auto;
}

#leftcont {
	float: left;
	width: 255px;
	height: auto;
}

#leftcont h2 {
	padding-bottom: 42px;
}

.cafett {
	padding-left: 70px;
}

.leftphoto {
	padding-bottom: 5px;
	width: 207px;
	height: 155px;
}

#rightcont,
#rightcontartist {
	float: right;
	padding-top: 0px;
	width: 593px;
	height: auto;
}

#rightcont h3 {
	padding-bottom: 26px;
	font-size: 75%;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 150%;
}

#rightcont h4 {
	padding-bottom: 13px;
	font-size: 75%;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 150%;
}

#rightcont p {
	padding-bottom: 20px;
	font-size: 75%;
	line-height: 200%;
	color: #000;
}

#rightcont p em,
#rightcont ul em {
	color: #000;
	font-weight: bold;
}

#rightcont dl {
	padding-top: 10px;
	padding-bottom: 42px;
	font-size: 80%;
}

#rightcont dl dt {
	padding: 5px 5px 5px 1em;
	margin: 10px 0px 10px 0px;
	width: auto;
	height: auto;
	font-size: 100%;
	color: #999;
	border: 1px solid #dbdbdb;
	background-color: #f4f4f4;
}

#rightcont dd {
	padding: 0px 0px 5px 0px;
	text-indent: 1em;
}

#rightcont ul li {
	font-size: 75%;
	line-height: 200%;
	list-style-type: none;
}

.accessmap {
	float: left;
	margin-right: 10px;
	border: 1px solid #dbdbdb;
}

.supporttt {
	padding-top: 42px;
}


/*___ artist __*/

.artistwrap {
	width: 593px;
	height: auto;
}


.artistbox {
	margin-right: 7px;
}

.artistbox,
.artistboxright {
	float: left;
	margin-bottom: 7px;
	width: 143px;
	height: auto;
	background-color: #edeee2;
}

.artistbox img,
.artistboxright img {
	padding: 2px 0px 6px 2px;
}

.cap {
	padding: 0px 2px 6px 2px;
	font-size: 9px;
	line-height: 10px;
	text-align: center;
}

