@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{height:100%}
	body {
		background-color: #000000;
		background-image: url(../imgs/space.gif);
		background-repeat: repeat-x;
		background-position: center top;
	}
	.page {
		color: #FFFFFF;
		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: #EEEEff;
		text-decoration: underline;
	}
	a:visited {}
	a:hover {
		color: #ff0000;
		background-position: bottom right;
		text-decoration: underline;
	}
	a:active {}

/* 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: 900px;
		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 #containerInner01 {
		background-color: transparent;
		background-image: url(../imgs/space.gif);
		background-repeat: no-repeat;
		background-position: center top;
	}
	body #containerInner02 {
		background-color: transparent;
		background-image: url(../imgs/space.gif);
		background-repeat: no-repeat;
		background-position: center bottom;
	}
	body #gHeader {}
	body #gFooter {}
/**
 * 5. EachPageStyle
 */
/* login */
	body#login {
		background: #000000 url(../../imgs/bg.gif) no-repeat center center;
	}
	body#login #mainContent {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 750px;
		height: 580px;
		margin-left: -375px;
		margin-top: -290px; 
	}
	body#login .siteTitle {
		margin-top: 110px;
		margin-bottom: 45px;
	}
	body#login #loginTable td {
		padding-bottom: 5px;
	}
	body#login .error {
		color: #826C3A;
	}
	body#login .textInput {
		width: 200px;
		border: 1px solid #999;
		background: none;
		color: #fff;
	}
/* index */
	body#index {
		background: #000000;
	}

	body#index #container {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}
	#index #gFooter {
		padding: 10px;
		background-color: transparent;
		background-image: url(../imgs/bg-ftr-01.gif);
		background-repeat: repeat-x;
		background-position: left top;
	}
	#index #gFooter #fNav,
	#index #gFooter #copyright {
		float: right;
		width: 640px;
		text-align:right;
	}
	#index #gFooter #copyright {
		margin-top: 15px;
	}
	#index #gFooter #ftrLogo {
		float: left;
		width: 335px;
	}
	#index #gFooterArea {
		background-color: transparent;
		background-image: url(../imgs/bg-ftr-02.jpg);
		background-repeat: repeat;
		background-position: center top;
	}

/* logout */
	body#logout {
		background: #000000 url(../../imgs/bg.gif) no-repeat center center;
	}

/* misc_map */
	body#map #container {
		padding-bottom: 25px;
		width: 600px;
	}
	body#map #mainContent {
		margin-bottom: 20px;
		padding-bottom: 30px;
		background: #fff;
	}
	body#map .section {
		margin: 0 auto;
		width: 560px;
	}
	body#map .section#photo {
		font-size: 10px;
		line-height: 15px;
		color: #333333;
	}
	#map #outline #container {
		width: 700px;
	}
/* misc_attention */
	#attention #head {
		width: 900px;
		position: relative;
		margin: 0 auto;
	}
	#attention #container {
		background-color: #ffffff;
		width: 900px;
		padding-top: 35px;
	}
	#attention #contact {
		background: #f2eddd url(../../misc_attention/imgs/ja/bg-contact.gif) no-repeat center top;
		padding-top: 20px;
		padding-bottom: 35px;
		margin-top: 2px;
		text-align: center;
	}
	#attention .section {
		width: 840px;
		margin: 0 auto;
	}
