/* 基本文書定義 */
body {
	width				: 595px;
	margin				: 0px;
	font-family			: ＭＳ Ｐゴシック,Osaka;
	font-size			: 12px; 
}

img {
	vertical-align		: text-top;
}

/* リンク関連 */
a {
	color			: #000000;
	text-decoration	: none;
}

a:hover {
	color			: #0000ff;
	text-decoration	: none;
}

/* 段落文書定義(詳細) */
div#middle {
	width			: 595px;
}

div#middle h1 {
	margin-bottom	: 5px;
}

/* 段落文書定義(footor) */
div#foot {
	clear			: both;
	height			: 100px;
	width			: 595px;
	font-size		: 14px;
	font-weight		: bold;
}
span#foot {
	clear			: both;
	height			: 100px;
	width			: 595px;
	font-size		: 14px;
	font-weight		: bold;
}

/* 全画面共通のh1 */
h1.all {
	padding-bottom	: 2px;
	border-bottom	: 3px solid red;
}

/* 会社概要のテーブル */
table.comp {
	border-style	: none;
	border-color	: black;
	border-width	: 1px;
}
table.comp th {
	padding-top		: 10px;
	padding-bottom	: 10px;
	padding-left	: 1em;
	background-color: #e0e0e0;
	border-bottom	: solid 1px #a0a0a0;
	width			: 100px;
	vertical-align	: top;
}

table.comp td {
	padding-top		: 10px;
	padding-bottom	: 10px;
	padding-left	: 1em;
	width			: 595px;
	border-bottom	: solid 1px #a0a0a0;
}

table.comp td.history {
	padding-top		: 0px;
	padding-bottom	: 0px;
	padding-left	: 1em;
	border-bottom	: none;
}

/* トップページ（数秒間後表示） */
table.top {
	padding-top		: 0px;
	margin-top		: 0px;
	margin-right	: 10px;
}
td.top {
	border-style	: none solid solid none;
	border-width	: 2px;
	border-color	: silver;
/*	height			: 250px;	*/
	width			: 370px;
	vertical-align	: top;
	padding-right	: 20px;
}
h4.top {
	color			: red;
	margin			: 0px;
	padding-bottom	: 10px;
	border-bottom	: 1px solid red;
}

div.title table {
	width			: 100%;
}

div.list {
	width			: 595px;
}
div.list table {
	width			: 100%;
}

td.raw_comment {
	padding-left	: 1em;
}

div.apobanner {
	text-align		: center;
}

div.comment {
	text-align		: left;
}

div.capter {
	padding			: 3px 3px 3px 8px;
	border-left		: solid 5px #EE0000;
	border-bottom	: solid 1px #EE0000;
	height			: 20px;
}

h2.cap {
	font-size		: 14px;
	font-weight		: bold;
}
/*----------------------------------------------------------------------------*/
/*  文字色設定                                                                */
/*----------------------------------------------------------------------------*/
span.red {
	color								: #ff0000;
}

