/*──────────────────────────────────────*/
/* 全体 */
/*──────────────────────────────────────*/
#page-container {
	width:900px;
	margin:0 auto;
	background:url(../image/bg_page.png) #ffffff;
	background-repeat:repeat-y;
	border-left:5px solid #d59f00;
	border-right:5px solid #d59f00;
}
/*──────────────────────────────────────*/
/* ヘッダー */
/*──────────────────────────────────────*/
#header-container {
	width:900px;
	height:100px;
	background:url(../image/bg_header.png) #ffffff;
	background-repeat:no-repeat;
}
/*──────────────────────────────────────*/
/* ナビゲーション */
/*──────────────────────────────────────*/
#navbar-container {
	width:900px;
	height:70px;
	background:url(../image/bg_navbar.png) #ffffff;
	background-repeat:no-repeat;
}
/*──────────────────────────────────────*/
/* 本体 */
/*──────────────────────────────────────*/
#body-container {
	width:900px;
}
/* コンテンツ */
#body-contents {
	float:left;
	width:700px;
}
#contents {
	padding:0px 40px 40px 40px;
}
/* サイドバー */
#body-sidebar {
	/*
	* この方法では
	* IEでは右側のfloatに3ピクセルほどmarginがついてしまう
	float:none;
	margin-left:680px;
	*/
	float:right;
	width:200px;
	background:url(../image/bg_sidebar_top.png) #f8f4f1;
	background-repeat:no-repeat;
}
#sidebar {
	padding:40px 10px 40px 10px;
}
#body-clear {
	clear:both;
}
/* 画像リスト */
ul.bg-list {
	margin:0px;
	padding:0px;
	list-style-position:outside;
}
ul.bg-list li {
	list-style-type:none;
	padding:0px 0px 0px 10px;
	background-image:url(../image/cap_vector_mini.png);
	background-repeat:no-repeat;
	background-position:0px 6px;;
}
/*──────────────────────────────────────*/
/* サイドバー */
/*──────────────────────────────────────*/
#sidebar-top {
	width:180px;
	height:20px;
	padding-top:20px;
	background:url(../image/sidebar/bg_top.gif) #f8f4f1;
	background-repeat:no-repeat;
	text-align:center;
}
#sidebar-body {
	margin-bottom:40px;
	width:160px;
	padding:10px 10px 0px 10px;
	background-color:#ffffff;
}
/* リンク集 */
ul.link li {
	margin-left:-25px;
}
/*──────────────────────────────────────*/
/* フッター */
/*──────────────────────────────────────*/
#footer-container {
	width:900px;
	height:100px;
	background:url(../image/bg_footer.png) #ffbf00;
	background-repeat:no-repeat;
}
#footerbar {
	width:900px;
	height:30px;
}
/*──────────────────────────────────────*/
/* ページ先頭へ */
/*──────────────────────────────────────*/
#top-of-page {
	margin-top:80px;
	/*text-align:right;*/
	text-align:center;
}
/*──────────────────────────────────────*/
/* タイトル */
/*──────────────────────────────────────*/
.main-title {
	margin-bottom:40px;
}
.sub-title-top {
	margin-bottom:20px;
}
.sub-title {
	margin-top:40px;
	margin-bottom:20px;
}
.field-title-top {
	margin-bottom:20px;
}
.field-title {
	margin-top:40px;
	margin-bottom:20px;
}
/*──────────────────────────────────────*/
/* 画像リスト */
/*──────────────────────────────────────*/
/* 質問 */
ul.bg-question {
	margin:0px 0px 0px 20px;
	padding:0px;
	list-style-position:outside;
}
ul.bg-question li {
	list-style-type:none;
	padding:0px 0px 0px 20px;
	background-image:url(../image/cap_question.png);
	background-repeat:no-repeat;
	background-position:0px 3px;;
}
/*──────────────────────────────────────*/
/* フォーム */
/*──────────────────────────────────────*/
/* IMEオン */
input.ime-on {
	/*ime-mode:active;*/
	ime-mode:auto;
}
/* IMEオフ */
input.ime-off {
	/*ime-mode:inactive;*/
	ime-mode:disabled;
}
