@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 {
		background-color: #fff;
		background-image: url(../imgs/bg.gif);
		background-repeat: repeat;
		background-position: center top;
	}
	.page {
		padding-bottom: 20px;
		color: #666666;
		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: #0000ff;
		text-decoration: underline;
	}
	a:visited {}
	a:hover {
		color: #ff0000;
		background-position: bottom right;
		text-decoration: underline;
	}
	a:active {}

/* heading */
	.siteTitle {
		float: left;
	}
	.contentTitle {
		/*dont use <h2> selector*/
	}
	.section .title {
		/*dont use <h3> selector*/
	}
	.section .className .title {
		/*dont use <h4> selector*/
	}

/* cap */
	.cap,
	.caption {
		background: none;
		color: #999;
		font-size: 10px;
		line-height: 15px;
	}
	.cap {
		padding-top: 5px;
	}

/**
 * 4. Layout
 */
	body #container {
		width: 940px;
		margin-right: auto;
		margin-left: auto;
		background-color: transparent;
		text-align: left;
	}
	body #gHeader {
		padding: 4px 11px 11px 9px;
	}
	body #gFooter {
		clear: both;
		position: relative;
	}
	body #gNav {
		clear: both;
	}
	body #gNav li {
		height: 70px;
	}
	body #mainContent {
		clear: both;
	}
	body #explanation {
		clear: both;
		margin-left: 0px;
		margin-right: 30px;
	}
	body #explanation .fr {
		margin-top: 6px;
	}
	/* public class */
	.nav li {
		float: left;
		overflow: hidden;
	}
	.relative {
		position: relative;
	}
	.absolute {
		position: absolute;
	}
	.pageTop {
		position: absolute;
		right: 11px;
		top: 23px;
	}
	.copyright {
		padding-top: 8px;
	}
	.txtLinks,
	.txtLinks a {
		color: #333;
		text-decoration: none;
		font-size: 10px;
		line-height: 15px;
	}
	.txtLinks a:hover {
		color: #333;
		text-decoration: underline;
	}
/**
 * 5. EachPageStyle
 */
/* pageID */
	body #mainImgArea {
		height: 330px;
	}
	body #index h1{
		display: none;
	}

/* howto */
	body #howto #container {
		background: url(../../howto/imgs/bg.gif) no-repeat right 166px;
	}

/* about */
	body #about #container {
		background: url(../../about/imgs/bg.gif) no-repeat right 166px;
	}

/* open */
	body #open #container {
		background: url(../../open/imgs/bg.gif) no-repeat right 166px;
	}

/* photo */
	body #photo #container {
		background: url(../../photo/imgs/bg.gif) no-repeat right 166px;
	}

/* news */
	body #news .newsArea li {
		float: left;
		padding-top: 17px;
		padding-bottom: 17px;
		width: 488px;
		display: block;
		background: url(../../news/imgs/dot.gif) repeat-x center top;
		}
	body #news .newsBox {
		background: url(../../news/imgs/dot.gif) repeat-x center bottom;
	}
	body #news .newsArea.days {
		width: 588px;
	}
	body #news .newsArea li.days {
		width: 100px;
		color: #3f3f3f;
		font-weight: bold;
	}

/* pop kurashi */
	body#kurashi {
		color: #666666;
		padding-bottom: 20px;
		background: #e6f7fb url('../../kurashi/imgs/bg.gif') repeat-x top left;
	}
	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');
	}
