@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: #fbf6e2;
		font-size: 75%;
		line-height: 150%;
	}
	html>/**/body {
		font-size: 12px;
		line-height: 18px;
	}
	html>/**/body #container {
		font-size: 14px;
		line-height: 20px;
	}
	* body {
		font-size: 85%;
	}
	body#pop {
		background-color: #ffffff;
	}
	.page {
		color: #333333;
		background: #ffffff url(../imgs/bg-page.gif) repeat-x left top;
		padding-bottom: 5px;
	}

/**
 * 3. HTMLtag, siteCommonClass
 */
/* anchor */
	a {
		color: #e60004;
		text-decoration: underline;
		outline: none;
		border: none;
	}
	a:visited {}
	a:hover {
		color: #ff0000;
		text-decoration: underline;
	}
	a:active {}

/* heading */
	.siteTitle {
		margin: 0 0 10px 10px;
	}
	.contentTitle {
		margin-bottom: 30px;
	}
	.contentTitle02,
	.contentTitle03 {
		margin-bottom: 30px;
		background: url(../imgs/bg-dot.gif) repeat-x left top;
		padding-top: 31px;
	}
	.section .title {
		margin-bottom: 20px;
	}
	#snav .title {
		margin-bottom: 20px;
	}

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

/**
 * 4. Layout
 */
	body #container {
		width: 950px;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
	}

	.nav li {
		float: left;
	}
	.nav img {
		vertical-align: top;
	}

	/* header */
	body #gHeader {
		position: relative;
		width: 950px;
		padding-top: 15px;
		margin-bottom: 30px;
		background: url(../imgs/bg-header.gif) no-repeat center top;
	}

	#hNav {
		position: absolute;
		top: 25px;
		right: 10px;
		height: 20px;
	}
	#hNavList {
		font-size: 80%;
		color: #666666;
	}

	#gNavList {
		height: 40px;
		width: 950px;
	}

	body #containerInner01 {
		padding-bottom: 40px;
	}

	#mainContent {
		float: right;
		width: 730px;
	}

	#bcl {
		color: #666666;
		margin-bottom: 10px;
		font-size: 90%;
	}
	#bcl a {
		background: url(../imgs/bg-bcl.gif) no-repeat 100% 50%;
		padding-right: 7px;
		margin-right: 5px;
	}

	#snav {
		float: left;
		width: 198px;
	}

	/* footer */
	#wrap {
		background: url(../imgs/bg-page.gif) repeat-x left 2px;
	}
	body #gFooter {
		width: 950px;
		padding-top: 20px;
		margin-right: auto;
		margin-left: auto;
		background: url(../imgs/bg-footer.gif) no-repeat center top;
	}
	#hyaBest {
		width: 250px;
		background: url(../imgs/bg-fnav.gif) repeat-y left top;
		float: right;
		padding-left: 15px;
	}
	#copyRight {
		background: url(../imgs/bg-copyright.gif) no-repeat left top;
		width: 950px;
		height: 32px;
		text-indent: -99999px;
	}

/**
 * 5. EachPageStyle
 */
/* font size */
	#styleSwitch {
		width: 75px;
		height: 20px;
	}

	#styleSwitch a.switchBT {
		width: 25px;
		height: 20px;
	}

/* table */
	.box th {
		font-weight: normal;
		padding: 10px;
		background: #fbf6e2 url(../imgs/bg-th.gif) no-repeat right bottom;
	}
	.box th.noBg {
		background: #fbf6e2 url(../imgs/bg-dot-red.gif) repeat-x left bottom;
	}

	.box td {
		padding: 10px;
		background: transparent url(../imgs/bg-td.gif) no-repeat right top;
	}
	.box .first td {
		background: url(../imgs/bg-dot-red02.gif) repeat-y right top;
	}
	.box .first td.noBg {
		background: none;
	}
	.box td.noBg {
		background: transparent url(../imgs/bg-dot.gif) repeat-x left top;
	}
	.box .even td {
		background-color: #f5f5f5;
	}


	.box td td,
	.box .first td td {
		background: none;
		padding: 0;
	}


/* index */
	#index #mainContent {
		width: 950px;
		padding-bottom: 40px;
	}
	.win #index #mainContent {
		margin-bottom: 0;
	}

	#topics {
		color: #333333;
	}
	#topics th {
		color: #666666;
		font-size: 85%;
		font-weight: normal;
		width: 23%;
	}
	#topics td {
		background: url(../imgs/bg-dot.gif) repeat-x left bottom;
		padding: 10px 0;
	}
	#topics td td {
		padding: 0;
	}
	#topics td td {
		background: none;
	}
	#topics table.last {
		background: none;
		padding-bottom: 0;
	}

/* popFine */
	#popFine #container {
		padding-bottom: 10px;
		width: 700px;
		text-align: center;
	}
	.popTitle {
		margin-bottom: 20px;
	}
	#popFine #copyRight {
		margin-top: 30px;
		width: 700px;
		height: 32px;
		text-indent: -99999px;
		background: url(../imgs/pop-copyright.gif) no-repeat center top;
	}

/* ir */
	.ssnav li {
		display: inline;
		margin-right: 0.5em;
		padding-left: 0.5em;
		border-left: 1px solid #666666;
	}
	.ssnav li.first {
		padding-left: 0;
		border-left: none;
	}

/* site map */
	#siteMap .section ul {
	}
	#siteMap .section li {
		float: left;
		width: 360px;
		margin-top: 5px;
		display: block;
	}

/* contact */
	#contact .section ul {
	}
	#contact .section li {
		float: left;
		width: 360px;
		margin-top: 10px;
		display: block;
	}
	#contact .section p {
		padding-bottom: 5px;
	}

