@charset "utf-8";

@import url(base.css);

/* =========================================================
■body
========================================================= */
body {
	background: none;
}

/* =========================================================
■container
========================================================= */
div#container {
	width: 550px;
	margin: 0 auto;
	background: url(/images/about/bg_container.gif) no-repeat 0 0;
}

/* =========================================================
■header
========================================================= */
div#header {
	position: relative;
	height: 200px;
	background: url(/images/about/bg_header.gif) no-repeat 0 0;
}

div#header p a {
	display: block;
	outline: 0;
}

div#header h1,div#header p#logo,
div#header p#supported {
	text-indent: -9999px;
}

div#header p#close a {
	position: absolute;
	top: 10px;
	right: 10px;

}

/* =========================================================
■main-contents
========================================================= */
div#main-content {
	background: url(/images/cdshop-taisho/bg_contents.gif) repeat-y 0 0;
}
div#main-content-inner {
	position: relative;
	width: 470px;
	margin: 0 auto;
	top: -140px;
}

div#main-content h2 {
	margin: 0 0 5px;
}

div#main-content dl.staffList{
	margin:-30px 10px 0;
}

div#main-content dl.staffList dt{
	margin:50px 0 5px;
}

div#main-content dl.staffList dd{
	padding-top:5px;
}

div#main-content dl.staffList dd.postL{
	font-weight:bolder;
	font-size:120%;
	color:#F06;
}

div#main-content dl.staffList dd.postS{
	font-weight:bolder;
	font-size:120%;
	color:#F06;
}

div#main-content dl.staffList dd.link{
	padding-top:10px;
}

div#main-content dl.staffList dd.link a{
	padding: 2px 0 2px 15px;
	background:url(/images/about/im_stafflink.gif) no-repeat 0 3px;
}


div#main-content dl.staffList dd.link a:link,
div#main-content dl.staffList dd.link a:visited{
	color:#7C0000;
}

div#main-content dl.staffList dd.link a:hover,
div#main-content dl.staffList dd.link a:active{
	color:#069;
}


/* =========================================================
■footer
========================================================= */
div#footer {
	position: relative;
	top: -40px;
	padding: 50px 0 0;
	background: url(/images/cdshop-taisho/bg_footer.gif) no-repeat 0 0;
}
div#footer p {
	margin: 0 20px;
	text-align: right;
}
