@charset "utf-8";



/* ====================================================
	
	
	
	テキスト設定
	
	
	
====================================================*/

/* ----------------------------------------------------
	ハイパーテキスト
---------------------------------------------------- */
a:link {color:#FF6600;}
a:hover {color:#FFFF00;}
a:visited {color:#FF6600;}

/* ----------------------------------------------------
	その他テキスト
---------------------------------------------------- */
body {
	color:#DDD;
}

.canvas {
	line-height:1.5;
}

.header {
}

.content {
}
	
	.content p {
		margin:0 0 1.5em 0;
	}

.footer {
}



/* ====================================================
	
	
	
	レイアウト設定
	
	
	
====================================================*/
body {
	background:#222222 url(/common/images/bodyBg.png) top center repeat-x;
}

.canvas {
	width:100%;
	text-align:center;
}

.wrapper {
	width:962px; /* trueSize 844px center-fix */
	_width:960px; /* center-fix for IE6 */
	margin:0 auto;
	padding-left:1px; /* center-fix */
	text-align:left;
}

.innerWrapper {
}

.header {
}

.content {
	width:930px;
	margin-left:10px;
}
	
	.leftCorumn {
		width:540px;
		_width:560px;
		padding:0 10px;
		float:left;
	}
		
		.lcWrapper {
			width:524px;
			margin:0 5px;
		}
	
	.rightCorumn {
		width:340px;
		_width:360px;
		padding:0 10px;
		float:right;
	}

.footer {
	margin:20px 0;
	padding-top:30px;
	text-align:center;
	background:url(/common/images/footerBg.png) top center no-repeat;
}



/* ====================================================
	
	
	
	共通要素
	
	
	
====================================================*/
/* ----------------------------------------------------
	ロゴ
---------------------------------------------------- */
.ci {
	width:130px;
	float:left;
	margin-top:20px;
}



/* ----------------------------------------------------
	グローバルナビゲーション
---------------------------------------------------- */
.nav {
	width:688px;
	float:right;
	border-right:1px solid #2E2E2E;
}

.nav li {
	display:block;
	float:left;
}

.gNav_eng {
	display:block;
	width:688px;
	float:right;
	text-align:right;
}



/* ----------------------------------------------------
	パンくず
---------------------------------------------------- */
.breadCrumb {
	margin:10px 0 10px 10px;
}



/* ----------------------------------------------------
	タイトル
---------------------------------------------------- */
h2,
h3,
h4,
h5 {
	margin-bottom:1em;
}


/* ----------------------------------------------------
	フッターリンクリスト
---------------------------------------------------- */
.footer ul li {
	display:inline;
}



/* ----------------------------------------------------
	ドット罫線
---------------------------------------------------- */
.dBorder {
	width:100%;
	height:1px;
	margin:1.5em 0;
	background:url(/common/images/dBorderHoriz.png) 0 0 repeat-x;
}
	
	.dBorder hr {
		display:none;
	}



/* ----------------------------------------------------
	ボーダー付きテーブル
---------------------------------------------------- */
.fTable {
}
.fTable th,
.fTable td {
	padding:4px 10px;
	vertical-align:top;
	border:1px solid #2F2F2F;
}



/* ----------------------------------------------------
	装飾テーブルヘッダー
---------------------------------------------------- */
.commonTable {
	border-collapse:separate;
	border-spacing:2px;
}
	
	.commonTable th,
	.commonTable td {
		border-top:1px solid #373737;
		border-left:1px solid #373737;
		border-bottom:1px solid #191919;
		border-right:1px solid #191919;
	}
	
	.commonTable th {
		color:#FF6600;
		padding:5px;
		vertical-align:middle;
		white-space:nowrap;
		background:#2E2E2E url(/common/images/ct_th_bg.jpg) left bottom repeat-x;
	}
	
	.commonTable td {
		padding:10px;
		vertical-align:top;
	}


/* ----------------------------------------------------
	通常のリスト
---------------------------------------------------- */
.nList li {
	list-style-type:disc;
	list-style-position:inside;
	display:list-item;
}


/* ----------------------------------------------------
	ページの上へリンク
---------------------------------------------------- */
.pagetop {
	text-align:right;
}