@charset "utf-8";
/**
 * style 
 * (c) FOURDIGIT Inc.
 *
 * 1. import
 * 2. html, body
 * 3. HTMLtag, siteCommonClass
 * 4. Layout
 * 5. EachPageStyle
 *
 */
/**
 * 1. import
 */
@import "extension/init/std.css";
/*@import "extension/init/strict.css";*/
@import "extension/util.css";
@import "extension/accessibility.css";
@import "extension/noscript.css";
@import "extension/fnav/normal.css";
@import "extension/logtag.css";

/**
 * 2. html, body
 */
 	html, body, .page {
		min-height: 100%;
		height: 100% !important;
		height: auto;
 	}
 	body {
		background-color: #1d1808;
		/*background-image: url(../imgs/bg-dot.png);*/
		background-repeat: repeat;
		background-position: center top;
	}
	.page {
		min-height: 100%;
		height: 100% !important;
		height: auto;
		/*background: transparent url(../imgs/bg.png) no-repeat center top;*/
		color: #333333;
		font-size: 12px;
		line-height: 18px;
	}
/**
 * 3. HTMLtag, siteCommonClass
 */
/* anchor */
	a {
		background-color: transparent;
		background-image: none;
		background-repeat: no-repeat;
		background-position: top left;
		color: #e18987;
		text-decoration: underline;
	}
	a:visited {}
	a:hover {
		color: #e18987;
		background-position: bottom right;
		text-decoration: none;
	}
	a:active {}
	iframe {
		border: 0px;
	}
/* heading */
	.siteTitle {
		/*dont use <h1> selector*/
	}
	.contentTitle {
		/*dont use <h2> selector*/
	}
	.section .title {
		/*dont use <h3> selector*/
	}
	.section .className .title {
		/*dont use <h4> selector*/
	}

/* cap */
	.cap,
	.caption {
		background: none;
		color: #666666;
		font-size: 10px;
		line-height: 15px;
	}
	.cap {
		padding-top: 5px;
	}

/**
 * 4. Layout
 */
	body #container {
		width: 955px;
		margin-right: auto;
		margin-left: auto;
		background-color: transparent;
		background-image: url(../imgs/space.gif);
		background-repeat: repeat-y;
		background-position: center top;
		text-align: left;
	}
	body #gHeader {}
	body #nav01 {
		margin-top: 20px;
		margin-bottom: 6px;
	}
	body #nav02 {
		margin-bottom: 24px;
	}
	body #gFooter {}
/**
 * 5. EachPageStyle
 */
/* misc_comment */
	#misc_comment {
		background: url(../../misc_comment/imgs/bg.gif) repeat center top;
	}
	body #pageWrap {
		position: relative;
		height: 100%;
	}
	#misc_comment .page {
		background: url(../../misc_comment/imgs/bg-page.gif) no-repeat center top;
	}
	#misc_comment #container {
		width: 800px;
	}
	#misc_comment #content {
		position: relative;
		width: 760px;
		margin: 40px auto 0;
	}
	#misc_comment #mainContent {
		width: 500px;
		color: #ffffff;
		margin-left: 260px;
	}
	#misc_comment #mainContent dt {
		margin-bottom: 20px;
	}
	#misc_comment #mainContent dd {
		margin-bottom: 35px;
		padding-bottom: 35px;
		color: #def2ff;
		border-bottom: 1px #3e4848 solid;
	}
	#misc_comment #mainContent dd.last {
		margin-bottom: 60px;
		border-bottom: 0;
	}
	#misc_comment #sideArea {
		position: absolute;
		top: 385px;
		left: 0;
		width: 220px;
		height: 382px;
		padding-top: 40px;
	}
	#pageTop {
		width: 100%;
		text-align: right;
	}
	#misc_comment #footer {
		background: url(../../misc_comment/imgs/bg-ftr.gif) no-repeat center top;
		text-align: center;
	}
	


/* misc_lyrics */
	#misc_lyrics {
		background: url(../../misc_comment/imgs/bg.gif) repeat center top;
	}
	#misc_lyrics .page {
		background:#132323 center top;
	}
	#misc_lyrics #container {
		width: auto;
		text-align:center;
	}
	#misc_lyrics #imgArea {
		width:auto;
		background:#FFF url(../../misc_lyrics/imgs/blank.gif) repeat-x center top;
	}
	#misc_lyrics #content {
		position: relative;
		width: 760px;
		margin: 40px auto 0;
	}
	#pageTop {
		width: 100%;
		text-align: right;
	}
	#misc_lyrics #footer {
		background: url(../../misc_comment/imgs/bg-ftr.gif) no-repeat center top;
		text-align: center;
	}