@charset "utf-8";
/**
 * style 
 * (c) FOURDIGIT Inc.
 *
 * 1. import
 * 2. html, body
 * 3. HTMLtag, siteCommonClass
 * 4. Layout
 * 5. EachPageStyle
 *
 */
/**
 * 1. import
 */
@import "import/reset.css";
@import "import/util.css";
/* @import "../ext_{bukkenID}/{bukkenID}.css"; */

/**
 * 2. html, body
 */
	body {
		background-color: #fff;
		background-image: url(../imgs/space.gif);
		background-repeat: repeat-x;
		background-position: center top;
	}
	.page {
		color: #333333;
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: 0.1em;
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}
/**
 * 3. HTMLtag, siteCommonClass
 */
/* anchor */
	a {
		background-color: transparent;
		background-image: none;
		background-repeat: no-repeat;
		color: #0000ff;
		text-decoration: underline;
	}
	a:visited {}
	a:hover {
		color: #ff0000;
		text-decoration: underline;
	}
	a:active {}

/* heading */
	.siteTitle {
		/*dont use <h1> selector*/
	}
	.contentTitle {
		/*dont use <h2> selector*/
	}

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

/**
 * 4. Layout
 */
	
	.wrap {
		width: 960px;
		margin-left: auto;
		margin-right: auto;
	}

@media only screen and (max-width:960px) {
	.wrap {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* container */
	body #container {
		padding-top: 60px; margin-bottom: 30px;
	}

/* gFooter */
	body #gFooter {
		text-align: center; clear: both;
	}
	body #gFooter .btClose {
		margin-bottom: 35px;
	}
	body #gFooter .btClose a {
		display: inline-block; padding: 15px 40px; background-color: #000; text-align: center; color: #fff; font-size: 14px; line-height: 14px; text-decoration: none; background-image: url(../imgs/bg-close.png); background-position: 15px 50%; background-repeat: no-repeat;
	}
	body #gFooter .btClose a:hover {
		background-color: #333;
	}
	body #gFooter .copyright {
		font-size: 10px; line-height: 24px; color: #666;
	}