html {margin:0; padding:0}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #000;
	margin: 10px 0 0 10px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,dl {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 100%; /*仮*/
}
form, input { margin: 0; padding: 0; }
a img { border: 0; }
a { outline-width: 0; }

#container {
	position: relative;
	width: 770px;
}
#head {
	height: 25px; /*仮*/
}
#head #logo {
	position: absolute;
	margin: 0;
	top: 25px; /*仮*/
	width: 195px;
	height: 62px;
	background: #000 url(../images/logo.gif) no-repeat 15px 5px;
}
#head #logo a {
	display: block;
	margin-top: 5px;
	margin-left: 15px;
	height: 44px;
	width: 155px;
}
#head form {
	text-align: right;
	font-size: 12px;
}
#head input {
	height: 18px;
	vertical-align: middle;
}
#head input#search {
	width: 150px;
	border: 1px #666 solid;
}

/* #main class wraps enclosing block element around inner floated elements */
#main {
	background: url(../images/mainBg.gif) no-repeat bottom right;
	min-height: 570px;
}
#main:after {
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html #main { display: inline-block; }
/* no ie mac \*/
* html #main { height: 570px; }
#main { display: block; }
/* */

#content {
	float: right;
	width: 560px;
	background: url(../images/innerHead.gif) no-repeat;
	color: #FFF;
}
#cntHead a:link {color: #FCC;}
#cntHead a:visited {color: #999;}
#cntHead a:hover {color: #F09;}
#cntHead a:active {color: #F33;}

#cntHead {
	padding-left: 10px;
	height: 80px;
}
#brdNav {
}
#content h1 {
	padding-left: 15px;
	margin-bottom: 0;
	background: url(../images/h1Chld.gif) no-repeat left bottom;
}
#content ul#pNav {
	list-style-image: url(../images/lstChld.gif); /* 仮 */
	text-align: right;
	margin-right: 15px;
}
#cntBody {
	font-family : "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","Verdana","Helvetica","Arial","ＭＳ Ｐゴシック",sans-serif;
	background: url(../images/cntBodyBg.gif) no-repeat top ;
	color: #000;
	padding: 20px 10px;
}
#about #content h1,
#discography #content h1,
#live #content h1,
#voices #content h1 {
	background: url(../images/h1Abt.gif) no-repeat left bottom;
}
#bbs #content h1,
#mailmag #content h1,
#link #content h1,
#contact #content h1 {
	background: url(../images/h1Othr.gif) no-repeat left bottom;
}
#cntBody h2,
#cntBody h3 {
	margin-bottom: 0;
}

#cntBody ul.abtMenu {
	list-style-image: url(../images/lstAbt.gif);
}
#cntBody ul.chldMenu {
	list-style-image: url(../images/lstChld.gif);
}
#cntBody h2,
#cntBody h3,
#cntBody .chldArrw {
	background: url(../images/chldArrw.gif) left center no-repeat;
	padding-left: 16px;
}
#cntBody .abtArrw {
	background: url(../images/abtArrw.gif) left center no-repeat;
	padding-left: 16px;
}

/* menu */
#menu {
	position: relative;
	top: 61px;
	width: 195px;
	min-height: 509px;
	height: auto!important;/*IE7は？*/
	height: 509px;
	background: url(../images/indexBg.gif) no-repeat right bottom;
}
#menu h2 {
	width: 195px;
	height: 61px;
	background: url(../images/menu.gif) no-repeat;
}
#menu ul {
	margin-left: 23px;
	padding-left: 0;
}
#menu li.about {
	list-style-image: url(../images/lstAbt.gif);
}
#menu li.children {
	list-style-image: url(../images/lstChld.gif);
}
#menu li.mailmag,
#menu li.bbs,
#menu li.link,
#menu li.contact {
	list-style-image: url(../images/lstGnrl.gif);
}
#menu li.about ul li,
#menu li.children ul li {
	list-style-image: none;
}

/* foot */
#foot {
	clear: both;
	color: #FFF;
}
#foot address {
	font-style: normal;
	text-align: right;
}

/* table */
table,td,th {
	border: 1px solid #333;
	border-collapse: collapse;
}
th {
	background-color: #CFF;
}
th.w5em {
	width: 5em;
}

/*//////////// Each Contents ////////////*/
/* Cd */
div.capBox {
	width: 205px;
	margin-left: 1em;
}
dl.dt8em dt {
	width: 8em;
	float: left;
}
dl.dt8em dd {
	margin-left: 8.5em;
}

/* Children */
#children div.chldPhoto {
	text-align: center;
}

/* Support */
#support div.bg {
	background: url(../children/images/phiMap.gif) no-repeat center center;
}

/* Photo */
#photo #content .lrgPhoto {
	border-top: 10px solid #000;
	line-height: 0;
	text-align: center;
	background-color: #000;
}
#photoList #cntBody img  {
	margin: 5px 18px;
}

/* Pamph */
#pamphInner #head #logo {
	position: relative;
	top: 0;
}
#pamphInner div#main {
	background-image: none;
	color: #fff;
}
#pamphInner div#main h1 {
	margin-left: 220px;
	padding-left: 15px;
	margin-bottom: 1em;
	background: url(../images/h1Chld.gif) no-repeat left bottom;
}

/* Mailmag */
#mailmag div#subscribeBox {
	margin-bottom: 1em;
	padding: 1em;
	border: #999 solid 1px;
}

/* general */
.a-center {
	text-align: center;
}
.a-right {
	text-align: right;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
.bMrgn0 {
	margin-bottom: 0;
}
.bMrgn1em {
	margin-bottom: 1em;
}

/* hide text */
#logo,#menu h2 {text-indent: -999px; text-decoration:none;}

/* font-size */
#content h1 {font-size: 120%;}
#cntHead, #cntBody, #pNav, #album, #foot, #subscribeBox {font-size: 90%}
#brdNav {font-size: 80%}
#content {line-height:1.5;}
#menu {line-height: 1.2;}
#menu {font-size:75%;}/* safari */
#menu {font-size:90%;#}