@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
 */
	body {
		color: #333333;
		font-size: 12px;
		line-height: 18px;
		background-color: #fff;
		background-image: url(../imgs/bg.gif);
		background-repeat: repeat;
		background-position: center top;
	}
	.page {}

/* pop kurashi */
	body#kurashi {
		color: #666666;
		padding-bottom: 20px;
		background: #e6f7fb url('../../kurashi/imgs/bg.gif') repeat-x top left;
	}

/**
 * 3. HTMLtag, siteCommonClass
 */
/* anchor */
	a {
		background-color: transparent;
		background-image: none;
		background-repeat: no-repeat;
		background-position: top left;
		color: #666666;
		text-decoration: none;
	}
	a:visited {}
	a:hover {
		color: #e7141a;
		background-position: bottom right;
		text-decoration: underline;
	}
	a:active {}
	body #index #mainContent {
		background: transparent url(../imgs/bg-nav.png) no-repeat center top;
		padding-top: 5px;
	}
	body #index #infoArea {
		margin-top: 10px;
	}
	body #index #infoArea a {
		color: #e7141a;
		padding-left: 10px;
		background-color: #fff;
		background-image: url(../imgs/bg-link.gif);
		background-repeat: no-repeat;
		background-position: left top;
		text-decoration: underline;

	}
	body #index #infoArea a:hover {
		text-decoration: none;
	}
	body #ftrCompany {
		width: 685px;
		color: #333333;
		font-size: 10px;
		line-height: 15px;
	}
	body #ftrCompany a {
		color: #333333;
	}
	body #ftrCompany span {
		color: #333333;
	}

/* heading */
	.siteTitle {
		color: #333333;
		font-weight: bold;
	}
	.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: 940px;
		padding-bottom: 20px;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
	}
	body #noScript {
		padding: 50px;
		text-align: center;
	}
	body #gHeader #gNav ul {
		width: 940px;
		margin: 0 auto;
	}
	body #gHeader #gNav li {
		float: left;
	}
	body #gHeader #gNav li img {
		vertical-align: top;
	}
	body #gFooter {
		position: relative;
	}
	body #pagetop {
		position: absolute;
		top: 21px;
		right: 11px;
	}

/* pop */
	body.pop #container {
		width: 650px;
		background: url(../../misc_contact/imgs/bg-all.gif) repeat-y center top;
		padding: 0;
	}
	body.pop #mainContent {
		width: 560px;
		margin-right: auto;
		margin-left: auto;
	}

/**
 * 5. EachPageStyle
 */
/* pageID */
/* index */
	body #index #container {
		width: 940px;
	}
	body #index #infoArea {
		font-size: 10px;
		line-height: 20px;
	}

/* misc_entry */
	#entry #container {
		padding-bottom: 0px;
		width: 520px;
		text-align: center;
	}
	#entry #mainContent {
		width: 520px;
	}
/* misc_dl */
	#dl ul {
		display: block;
		margin-bottom: 20px;
	}
	#dl li {
		background: url(../../dl/imgs/bg-li.gif) no-repeat left top;
		width: 588px;
		height: 35px;
		line-height: 0;
		vertical-align: bottom;
	}
	#dl li a {
		display: block;
		color: #666666;
		line-height: 14px;
		text-decoration: underline;
		padding: 11px 0 0 30px;
	}
	#dl li a:hover {
		text-decoration: none;
	}
	#dl h3 {
		font-weight: bold;
		margin: 0 0 5px 5px;
	}


/* pop kurashi */
	body#kurashi #container {
		width: 640px;
		margin-bottom: 20px;
		padding-bottom: 0px;
		background: transparent url('../../kurashi/imgs/bg-all.gif') repeat top center;
	}
	body#kurashi #bgBox1 {
		background: transparent url('../../kurashi/imgs/bg-top.gif') no-repeat top center;
	}
	body#kurashi #bgBox2 {
		padding-bottom: 10px;
		background: transparent url('../../kurashi/imgs/bg-bottom.gif') no-repeat bottom center;
	}
	
	body#kurashi h3 { margin-bottom: 10px;}
	
	body#kurashi .questionBox {
		padding: 0 0 10px;
		background-position: left bottom;
		background-repeat: repeat-x;
	}
	body#kurashi .questionList01 .questionBox {
		background-color: #f6fbfc;
		background-image: url('../../kurashi/imgs/bg-question01.gif');
	}
	body#kurashi .questionList02 .questionBox {
		background-color: #fafcfe;
		background-image: url('../../kurashi/imgs/bg-question02.gif');
	}
	body#kurashi .answerBox {
		display: none;
		padding: 20px 10px 10px;
		text-align: center;
	}
	body#kurashi .questionList01 .questionBox {
		background-color: #f6fbfc;
	}
	body#kurashi .questionList01 .answerBox {
		background-color: #e8f6f9;
	}
	body#kurashi .questionList02 .questionBox {
		background-color: #fafcfe;
	}
	body#kurashi .questionList02 .answerBox {
		background-color: #e8f0f9;
	}
	body#kurashi a.btAnswer,
	body#kurashi a.btClose {
		outline: 0;
		text-indent: -9999px;
		display: block;
		height: 15px;
		background-position: center top;
		line-height: 15px;
		text-align: left;
	}
	body#kurashi a:hover.btAnswer,
	body#kurashi a:hover.btClose {
		background-position: center bottom;
	}
	body#kurashi a.btAnswer {
		width: 100px;
	}
	body#kurashi a.btClose {
		width: 70px;
	}
	body#kurashi .questionList01 .btAnswer {
		background-image: url('../../kurashi/imgs/bt-answer01.gif');
	}
	body#kurashi .questionList02 .btAnswer {
		background-image: url('../../kurashi/imgs/bt-answer02.gif');
	}
	body#kurashi .questionList01 .btClose {
		background-image: url('../../kurashi/imgs/bt-close01.gif');
	}
	body#kurashi .questionList02 .btClose {
		background-image: url('../../kurashi/imgs/bt-close02.gif');
	}

/* pop prize*/
	body.pop#prize #mainContent {
		width: 620px;
	}

/* pop_entry */
	.pop#entry #mainContent {
		width: 450px;
		padding: 20px;
		background: #ffffff;
	}

/* pop_event02 */
	.child {
		position: absolute;
	}