@charset "shift_jis";

#tmp_wrapper_lower #tmp_gnavi {	/* グローバル･ナビゲーション */
	margin: 0 auto;	/* 削除禁止 */
	width: 800px;
	background:  url(../images/gnavi/gnavi_bg.gif) repeat-x left top;
	text-align: left;
}

/* ************************************************ グローバル･ナビゲーション */

#tmp_gnavi1 {
	float: left;
	width: 159px;
	height: 60px;
}

#tmp_gnavi2 {
	float: left;
	height: 60px;
}

#tmp_gnavi1 ul,
#tmp_gnavi2 ul {
	list-style: none;
	font-size:0.1%; /* 改行幅制御 */
	line-height:0.1; /* 改行幅制御 */
}

#tmp_gnavi2 ul li {
	float: left;
	margin-left: 1px;
	width: 159px;
}

@media print {
	#tmp_gnavi2 ul li {
		margin-left: 0;
	}
}

/* ****************************** グローバル･ナビゲーション（ネット会員専用） */

#tmp_gnavi_kaiin {
	clear: both;
	margin: 0 0 0 10px;
	height: 36px;
	background: url(../images/gnavi/gnavi_kaiin_bg.gif) no-repeat left top;
	padding: 6px 0 0 13px;
}

#tmp_gnavi_kaiin p {
	float: left;
}

#tmp_gnavi_kaiin ul {
	float: left;
	margin-left: 16px;
	list-style: none;
	font-size:0.1%; /* 改行幅制御 */
	line-height:0.1; /* 改行幅制御 */
}

#tmp_gnavi_kaiin ul li {
	float: left;
	margin-left: 12px;
}


/* 追加 */
#tmp_gnavi_kaiin_2 {
	clear: both;
	margin: 0 0 0 10px;
	height: 72px;
	background : url(../images/gnavi/gnavi_kaiin_bg2.gif) no-repeat left top;
	padding: 6px 0 0 13px;
}

#tmp_gnavi_kaiin_2 p {
	float: left;
}

#tmp_gnavi_kaiin_2 ul {
	float: left;
	margin-left: 2px;
	list-style: none;
	font-size:0.1%; /* 改行幅制御 */
	line-height:0.1; /* 改行幅制御 */
}

#tmp_gnavi_kaiin_2 ul li {
	float: left;
	margin-left: 2px;
}


/* *************************************************************** コンテンツ */

#tmp_contents { /* コンテンツ */
	float: left;
	margin: 6px 0 20px 0;
	width: 640px;	/* ブラウザによっては有効でないほうがいいかも */
	font-size: 110%;
}

#tmp_contents_full { /* コンテンツ（横幅フル） */
	float: left;
	margin: 6px 0 20px 0;
	width: 800px;	/* ブラウザによっては有効でないほうがいいかも */
	font-size: 110%;
}

#tmp_pankuzu {	/* パンくずリスト */
	margin: 0 24px 20px 24px;
	font-size: 85%;
	color: #6E6E6E;
}

#tmp_contents h1,
#tmp_contents_full h1  {	/* ページタイトル */
	margin: 0 20px 20px 20px;
	padding: 7px 0 16px 24px;
	font-size: 160%;
}

#tmp_contents_ttl               h1 { background : url(../images/main_category/contents_ttl_bg1.gif) no-repeat left bottom; }
#tmp_contents_ttl_johoka        h1 { background : url(../images/main_category/contents_ttl_bg1_johoka.gif) no-repeat left bottom; }
#tmp_contents_ttl_gijutsu       h1 { background : url(../images/main_category/contents_ttl_bg1_gijutsu.gif) no-repeat left bottom; }
#tmp_contents_ttl_suido         h1 { background : url(../images/main_category/contents_ttl_bg1_suido.gif) no-repeat left bottom; }
#tmp_contents_ttl_skv           h1 { background : url(../images/main_category/contents_ttl_bg1_skv.gif) no-repeat left bottom; }

/* ********************************************************************* 本文 */

#tmp_contents #tmp_contents_cnt {	/* コンテンツの本文 */
	margin: 0 20px 30px 30px;
}

#tmp_contents_full #tmp_contents_cnt {	/* コンテンツ（横幅フル）の本文 */
	margin: 0 30px 30px 30px;
}

#tmp_contents_cnt h2 {	/* h2見出し */
	margin: 20px 0 10px 0;
	border-top: 1px solid #008800;
	border-left: 6px solid #008800;
	border-right: 1px solid #008800;
	border-bottom: 1px solid #008800;
	background-color: #F4FFEE;
	padding: 1px 0 0 8px;
	font-size: 120%;
}

#tmp_contents_cnt h3 {	/* h3見出し */
	margin: 15px 0 8px 0;
	border-left: 5px solid #66AA66;
	padding: 0 0 0 7px;
	font-size: 110%;
}

#tmp_contents_cnt h4 {	/* h4見出し */
	margin: 15px 0 6px 0;
	border-left: 4px solid #66AA66;
	padding: 0 0 0 6px;
	font-size: 100%;
}

/* ******************************************************************* リスト */
#tmp_contents_cnt ul {
	margin: 0 0 0 24px;
	list-style-image: url(../images/list/list-icon6.gif);
	padding: 6px 0 4px 0;
}

#tmp_contents_cnt ol {
	margin: 0 0 0 30px;
	padding: 6px 0 0 0;
	list-style-image: none;
}

#tmp_contents_cnt ul li,
#tmp_contents_cnt ol li {
	margin: 0 0 4px 0;
	line-height: 140%;
}

/* noicon */
ul.noicon {
	list-style:none !important;
	list-style-image:none !important;
	padding-left:1.5em !important;
	text-indent:-1.5em !important;
}
ul.noicon ul,
ul.noicon ol {
	text-indent:0px;
}

/* ********************************************************** 枠付きボックス1 */

/* outline */
div.outline {
	margin:4px 0px 0.5em;
	padding:10px 10px 3px;
	border:1px solid #538C2B;
	background-color:#F1F8E7;
	color:inherit;
}
* html div.outline {
	width:100%;
}

/* ********************************************************** 枠付きボックス2 */

/* box_info */
div.box_info {
	margin:4px 0 10px 0;
	border:1px solid #588A2E;
}
div.box_info .box_info_ttl {
	padding:0px 10px !important;
	color:#000000;
	background-color:#E8EFE3 !important;
	font-weight:bold !important;
	border-bottom:1px solid #588A2E !important;
}
div.box_info .box_info_ttl p {
	padding:5px 0px 5px 5px !important;
	margin:0px !important;
}

/* ***************************************************************** テーブル */

/* datatable */
table.datatable {
	border-collapse:collapse;
	border-spacing:0;
	margin:0.5em 0px 0.5em;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	color:inherit;
}
table.datatable th {
	padding:4px 7px;
	border:1px solid #CCCCCC;
	background-color:#F1F8E7;
	color:inherit;
}
table.datatable td {
	padding:3px 7px;
	border:1px solid #CCCCCC;
}
table.datatable caption {
	padding:0px 0px 0.5em;
	text-align:left;
	font-weight:bold;
}
table.datatable p {
	margin-bottom:0px !important;
}
table.datatable ul,
table.datatable ol {
	margin-bottom:0px !important;
}
table.datatable ul li,
table.datatable ol li {
	margin-bottom:0px !important;
}
/* nestdatatable */
table.datatable table {
	border:none;
}
table.datatable table th {
	border:none;
	background:inherit;
	color:inherit;
}
table.datatable table td {
	border:none;
}
table.datatable table.datatable {
	border-collapse:collapse;
	border:1px solid #CCCCCC;
}
table.datatable table.datatable th {
	border:1px solid #CCCCCC;
	background-color:#F1F8E7;
	color:inherit;
}
table.datatable table.datatable td {
	border:1px solid #CCCCCC;
}

/* ************************************************* ローカル・ナビゲーション */

#tmp_rnavi {
	float: left;
	margin: 10px 0 0 0;
}

#tmp_rnavi #tmp_banner1 ul {
	list-style: none;
	font-size:0.1%; /* 改行幅制御 */
	line-height:0.1; /* 改行幅制御 */
}

/* ***************************************************************** 印刷時用 */

@media print {

	#tmp_wrapper_upper,	/* ページ前半 */
	#tmp_wrapper_upper #tmp_header,	/* ヘッダー（トップページ以外） */
	#tmp_wrapper_lower,	/* ページ後半 */
	#tmp_wrapper_lower #tmp_main,	/* メイン */
	#tmp_wrapper_lower #tmp_main #tmp_contents,	/* コンテンツ */
	#tmp_wrapper_lower #tmp_main #tmp_contents_full,	/* コンテンツ（横幅フル） */
	#tmp_wrapper_lower #tmp_footer {	/* フッター */
		width: 640px !important;
	}

	#tmp_wrapper_upper #tmp_header #tmp_header_means,	/* ヘッダーの右部分 */
	#tmp_wrapper_lower #tmp_gnavi,	/* グローバル・ナビゲーション */
	#tmp_wrapper_lower #tmp_main #tmp_rnavi,	/* ローカル・ナビゲーション */
	#tmp_wrapper_lower #tmp_footer #tmp_footer_link,	/* フッターのリンク */
	.pagetop {
		display: none;	/* 非表示 */
	}

}

/* ***************************************************************** ＦＡＱデザイン */
/******************************

	Q&A形式

******************************/
.syncer-acdn-faq
{
	margin: 1.5em 0 0 ;
}

.syncer-acdn-faq dt ,
.syncer-acdn-faq dd
{
	margin: 0 0 0 2em ;
	padding: 4px 0 ;
}

.syncer-acdn-faq dt:hover
{
	cursor: pointer ;
	color: #777 ;
}

.syncer-acdn-faq dt
{
	font-weight: 700 ;
}

.syncer-acdn-faq dd
{
	display: none ;
	padding: 12px 0 1.5em 1.5em ;
}