/*************** 表示・履歴画面 ****************/
/*--------- 表示bodyデザイン ---------*/
/* IE6だけに適用 */
*html .show_body {
	width:540px;
	overflow-x:hidden;
	overflow-y:auto;
	margin-top:10px;
	text-align:center;
}

/* IE7だけに適用 */
*+html .show_body {
	width:540px;
	overflow-x:hidden;
	overflow-y:auto;
	margin-top:10px;
	text-align:center;
}

/* 上記以外に適用 */
.show_body {
	width:540px;
	overflow-x:hidden;
	overflow-y:scroll;
	margin-top:10px;
	text-align:center;
}

/*--------- 履歴bodyデザイン ---------*/
/* IE6だけに適用 */
*html .history_body {
	overflow-x:hidden;
	overflow-y:auto;
	margin-top:10px;
	text-align:center;
}

/* IE7だけに適用 */
*+html .history_body {
	overflow-x:hidden;
	overflow-y:auto;
	margin-top:10px;
	text-align:center;
}

/* 上記以外に適用 */
.history_body {
	overflow-x:hidden;
	overflow-y:scroll;
	margin-top:10px;
	text-align:center;
}


/*************** 表示画面 ****************/
/*--------- ヘッダライン ---------*/
.show_line {
	width:600px;
	background-color:#008000;
	margin:auto;
	padding:3px;
	text-align:left;
	font-size:16px;
	color:#000000;
	font-weight:bold;
}

/*--------- バックフォント ---------*/
.show_back {
	width:600px;
	margin:auto;
	padding-top:15px;
	padding-bottom:5px;
	text-align:left;
	font-size:16px;
	color:#000000;
}

/*--------- 記事表示 ---------*/
/* 外枠 */
.show_table {
	margin-left:0px;
	margin-top:5px;
	width:540px;
	border:0px;
	border-style:solid;
	border-collapse:collapse;
}

/* 画像枠 */
.show_photo {
	width:35%;
	border:0px;
	border-style:solid;
	border-collapse:collapse;
	padding:3px;
	text-align:center;
	vertical-align:top;
	line-height:120%;
	font-size:12px;
	color:#808080;
}

/* 記事枠 */
.show_article {
	border:0px;
	border-style:solid;
	border-collapse:collapse;
	padding:3px;
	vertical-align:top;
}

/* 記事枠サイズ(画像あり) */
.show_awidth01 {
	width:65%;
}

/* 記事枠サイズ(画像なし) */
.show_awidth02 {
	width:100%;
}

/* 題名マーク */
.show_mark {
	font-size:16px;
	color:#008000;
	font-weight:normal;
}

/* 業者名 */
.show_trader {
	margin-left:auto;
	margin-right:0;
	margin-bottom:3px;
	font-size:12px;
	color:#000000;
	text-align:right;
}

/* 日付 */
.show_date {
	margin-left:auto;
	margin-right:0;
	margin-bottom:3px;
	font-size:12px;
	color:#7C7C7C;
	text-align:right;
}

/* 題名 */
.show_sub {
	margin-left:0px;
	margin-right:auto;
	margin-bottom:3px;
	text-align:left;
	font-size:18px;
	color:#000000;
	font-weight:bold;
}

/* 本文 */
.show_com {
	margin-left:15px;
	margin-right:auto;
	margin-bottom:3px;
	text-align:left;
	font-size:14px;
	color:#000000;
	line-height:130%;
}

/* URL */
.show_url {
	margin-left:15px;
	margin-right:auto;
	margin-bottom:3px;
	text-align:left;
	font-size:12px;
	color:#000000;
}

/*--------- ページ切り替え ---------*/
.show_footer {
	width:600px;
	margin-top:20px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	font-size:12px;
	color:#7C7C7C;
}

.show_footer_link {
	font-size:12px;
	color:#7C7C7C;
	text-decoration:none;
}

.show_footer_link:hover {
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

/*************** 履歴画面 ****************/
/*--------- ヘッダライン ---------*/
.history_line {
	width:579px;
	margin-top:3px;
	margin-right:auto;
	margin-bottom:3px;
	margin-left:auto;
	padding:0px;
	text-align:left;
	font-size:16px;
	color:#000000;
	font-weight:bold;
}

/*--------- バックフォント ---------*/
.history_back {
	width:579px;
	margin:auto;
	padding-top:15px;
	padding-bottom:5px;
	text-align:left;
	font-size:16px;
	color:#000000;
}

/*--------- 記事表示 ---------*/
/* 外枠 */
.history_table {
	margin:auto;
	margin-top:5px;
	width:579px;
	border:0px;
	border-style:solid;
	border-collapse:collapse;
}

/* 画像枠 */
.history_photo {
	width:35%;
	border:0px;
	border-style:solid;
	border-collapse:collapse;
	padding:3px;
	text-align:center;
	vertical-align:top;
	line-height:120%;
	font-size:12px;
	color:#808080;
}

/* 記事枠 */
.history_article {
	border:0px;
	border-style:solid;
	border-collapse:collapse;
	padding:3px;
	vertical-align:top;
}

/* 記事枠サイズ(画像あり) */
.history_awidth01 {
	width:65%;
}

/* 記事枠サイズ(画像なし) */
.history_awidth02 {
	width:100%;
}

/* 題名マーク */
.history_mark {
	font-size:16px;
	color:#008000;
	font-weight:normal;
}

/* 業者名 */
.history_trader {
	margin-left:auto;
	margin-right:0;
	margin-bottom:3px;
	font-size:12px;
	color:#000000;
	text-align:right;
}

/* 日付 */
.history_date {
	margin-left:auto;
	margin-right:0;
	margin-bottom:3px;
	font-size:12px;
	color:#7C7C7C;
	text-align:right;
}

/* 題名 */
.history_sub {
	margin-left:0px;
	margin-right:auto;
	margin-bottom:3px;
	text-align:left;
	font-size:18px;
	color:#000000;
	font-weight:bold;
}

/* 本文 */
.history_com {
	margin-left:15px;
	margin-right:auto;
	margin-bottom:3px;
	text-align:left;
	font-size:14px;
	color:#000000;
	line-height:130%;
}

/* URL */
.history_url {
	margin-left:15px;
	margin-right:auto;
	margin-bottom:3px;
	text-align:left;
	font-size:12px;
	color:#000000;
}

/*--------- ページ切り替え ---------*/
.history_footer {
	width:600px;
	margin-top:20px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	font-size:12px;
	color:#7C7C7C;
}

.history_footer_link {
	font-size:12px;
	color:#7C7C7C;
	text-decoration:none;
}

.history_footer_link:hover {
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

/*************** エラー画面 ****************/
/*--------- タイトル ---------*/
.err_title {
	font-size:14px;
	color:#FF0000;
	line-height:120%;
}

/*--------- 内容 ---------*/
.err {
	font-size:14px;
}

/*************** 区切り線 ****************/
/*--------- 表示画面 ---------*/
.show_hr {
	width:100%;
	color:#ACACAC;
	background-color:#ACACAC;
	height:1px;
	border:0px;
	border-style:solid
	border-color:#ACACAC;
}

/*--------- 履歴画面 ---------*/
.history_hr {
	width:90%;
	color:#ACACAC;
	background-color:#ACACAC;
	height:1px;
	border:0px;
	border-style:solid
	border-color:#ACACAC;
}
