@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

html {
	overflow-y: scroll;
}

img {
	border: 0px;
}


body {
	color: #222;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(bg2.jpg);
	background-repeat: repeat;
}

a {text-decoration : none ; }
a:link    { color:#a97094; text-decoration:none;}	
a:visited { color:#a97094; text-decoration:none;}	
a:active  { color:#ef6565; text-decoration:none;}
a:hover   { color:#ef6565; text-decoration:none;}

h1 {
	width: 720px;
	height: 520px;
	margin-left: 20px;
	background-image: url(img_main.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

h2 {
	width: 500px;
	height: 280px;
	margin-left: 130px;
	background-image: url(img_story.jpg);
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

h3 {
	width: 320px;
	margin: 50px 220px;
	color: #978691;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}


h4 {
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}


h5 {
	font-family: "Century Gothic",sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #a17591;
	padding: 5px 0px 10px 0px;
}

address {
	width: 720px;
	text-align: center;
	height: 30px;
	padding-top: 100px;
	font-style: normal;
	font-size: 10px;
}


/* ----- Layout ------------------------------------------ */

#wrapper {
	width: 760px;
	margin: 0px auto;
	background-image: url(bg_body.png);
	background-position: center;
	background-repeat: repeat-y;
}

#cdInfoWrap {
	margin-left: 70px;
	width: 260px;
	float: left;
}

#cdInfo {
	width: 220px;
	padding: 10px 20px 30px 20px;
	background-color: #fff;
	background-image: url(img_cdinfo_close.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#cdInfo td {
	line-height: 1.8em;
}

.jk {
	text-align: center;
}

.jk img{
	border: #eee 5px solid;
	margin: 7px;
}

.list {
	font-weight: bold;
	color: #66453f;
	padding-right: 20px;
	padding-top: 2px;
}

.line {
	height: 1px;
	background-color: #ccc;
}

#staffWrap {
	width: 340px;
	margin-left: 20px;
	float: left;
}

#staff {
	width: 300px;
	padding: 10px 20px 30px 20px;
	background-color: #fff;
	background-image: url(img_staff_close.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

.list2name {
	padding-right: 20px;
}

#aboutWrap {
	width: 580px;
	margin: 0px 70px 0px 70px;
	padding: 60px 0px 0px 0px;
	clear: both;
}

#about {
	width: 500px;
	padding: 0px 40px;
	margin-top: 20px;
}

#about img {
	margin-bottom: 5px;
}
	


/* ----- H4 ------------------------------------------ */

h4.cdInfoTitle { width: 260px; background-image: url(h4-cdinfo.jpg); }
h4.staffTitle { width: 340px; background-image: url(h4-staffcast.jpg); }
h4.aboutTitle { width: 630px; background-image: url(h4-about.jpg); }

