@charset "shift_jis";


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	file name : about.css

 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

	
/* ********************************************************************************
 * Link
 * ******************************************************************************** */

a {
	outline: none;
}
/* a:link */
a:link {
	color: #fff;
	text-decoration: none;
}
/* a:active */
a:active {
	color: #fff;
	text-decoration: none;
}
/* a:visited */
a:visited {
	color: #fff;
	text-decoration: none;
}
/* a:hover */
a:hover {
	color: #fff;
	text-decoration: underline;
}

/* ********************************************************************************
 * Base Layout
 * ******************************************************************************** */

/* body */
body {
	background-color: #ffe50e;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Arial,Verdana,Helvetica;
	text-align: left;
	color: #000;
}

/* ********************************************************************************
 * div#content
 * ******************************************************************************** */
div#content {
	position: relative;
	width: 768px;
	height: 728px;
	margin: 0 auto;
	background: url(../images/about/bg_about.jpg) 0 0 no-repeat;
	font-size: 0;
	line-height: 0;
}
body.ds div#content {
	background: none;
}
/* div.ds */
div#content div.ds {
	display: none;
}
body.ds div#content div.ds {
	display: block;
}
/* h1 */
div#content h1 {
	position:absolute; top:135px; left:19px;
}
/* ul */
div#content ul {
	position:absolute; top:211px; left:171px;
}
div#content ul li {
	margin-bottom: 11px;
}
/* p.btn_close */
div#content p.btn_close {
	position:absolute; top:676px; left:320px;
}
