/**
 * style 
 *
 * 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/logtag.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-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
		font-size: 14px;
		line-height: 22px;
	}
/**
 * 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 {}

/* cap */
	.cap,
	.caption {
		background: none;
		color: #666666;
		font-size: 10px;
		line-height: 15px;
	}
	.cap {
		padding-top: 5px;
	}

/**
 * 4. Layout
 */
	body #container {
		width: 100%;
		background-color: transparent;
		background-image: url(../imgs/bg-container.gif);
		background-repeat: repeat-x;
		background-position: center top;
		text-align: left;
	}
	body #Ld {
		width: 1000px;
	}
	body #Pagebody {
		width: 1000px;
		margin-right: auto;
		margin-left: auto;
		padding-bottom: 40px;
	}
	body #Pagebody h1 {
		position: absolute;
		margin-top: 14px;
		margin-left: 110px;
		font-size: 10px;
		color: #000;
	}
	body #Pagebody h2#logo {
		position: absolute;
		width: 235px;
		height: 60px;
		margin-top: 14px;
		margin-left: 45px;
		font-size: 10px;
		color: #000;
	}
	body #Pagebody h2#logo a {
		display: block;
		width: 235px;
		height: 60px;
		text-indent: -9999px;
	}

	body #Pagebody .Whitespc {
		width: 980px;
		margin-right: auto;
		margin-left: auto;
		background-color: #fff;
	}
	body #Pagebody .Section {
		width: 910px;
		margin-right: auto;
		margin-left: auto;
		background-color: #fff;
	}

	body #Footer {
		width: 100%;
		height: 35px;
		padding-top: 3px;
		background: url(../imgs/bg-ftr.gif);
	}
	body #Footer_in {
		width: 900px;
		height: 35px;
		margin-right: auto;
		margin-left: auto;
	}

/**
 * 5. EachPageStyle
 */
/* pageID */
	#pageID {}


/**
 * 6. Common
 */

	.w40  { width: 40px;}
	.w120 { width: 120px;}
	.w170 { width: 170px;}
	.w700 { width: 700px;}
	.w750 { width: 750px;}
	.w835 { width: 835px;}
	.w840 { width: 840px;}

	.red {
		color: #ff0000;
	}
	.blue {
		font-weight: bold;
		font-size: 16px;
		color: #094c96;
	}

	.bg_company {
		background: url(../imgs/bg-company.jpg) no-repeat 20px 40px;
	}
	.Box01 {
		width: 881px;
		background: url(../imgs/bg-01.gif) no-repeat center top;
		color: #fff;
	}


	body #Pagebody .Section dl.faq_spc dd {
		float: left;
		line-height: 32px;
	}
	body #Pagebody .Section dl.faq_spc dd p {
		line-height: 22px;
	}

	body #Pagebody .Section dl.voice_spc dd {
		float: left;
		line-height: 45px;
	}
	body #Pagebody .Section dl.voice_spc dd p {
		line-height: 22px;
	}



	body #Pagebody .Section table.tbl_top ,
	body #Pagebody .Section table.tbl_mid {
		width: 610px;
		background: #fff;
	}
	body #Pagebody .Section table.tbl_top {
		border-top: solid 2px #ddd;
		border-bottom: solid 1px #e1e1e1;
	}
	body #Pagebody .Section table.tbl_mid {
		border-bottom: solid 1px #e1e1e1;
	}
	body #Pagebody .Section table.tbl_top th ,
	body #Pagebody .Section table.tbl_mid th {
		width: 100px;
		font-size: 14px;
		font-weight: normal;
		background: #f6f6f6;
		text-align: left;
	}
	body #Pagebody .Section table.tbl_top td ,
	body #Pagebody .Section table.tbl_mid td {
		font-size: 13px;
		background: #fff;
		text-align: left;
	}

	body #Pagebody .Section table ul li {
		line-height: 22px;
	}
