/* ページ設定 */

body {
	/* body */
	background-color:#ffffff;
	background-image:url(../img/background.png);
	background-repeat:repeat;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:0pt;

	/* font */
	font-size:9pt;
	font-family:MS UI Gothic;
	color:#000000;
}

td {
	font-size:9pt;
	font-family:MS UI Gothic;
	color:#000000;
}


/* リンク設定 */

a:link {
	color:#362d21;
}

a:visited {
	color:#362d21;
}

a:active {
	color:#362d21;
}

a:hover {
	color:#362d21;
}

a.link_footer {
	color:#ffffff;
	text-decoration:none;
}

a.link_footer:link {
	color:#ffffff;
	text-decoration:none;
}

a.link_footer:hover {
	color:#ffffff;
	text-decoration:underline;
}

a.link_footer:active {
	color:#ffffff;
	text-decoration:none;
}

a.link_footer:visited {
	color:#ffffff;
}


/* バー設定 */

.bar_header {
	background-color:#505050;
	font-size:11pt;
	color:#ffffff;
}

.bar_sub_header {
	background-color:#505050;
	font-size:9pt;
	color:#ffffff;
}

.bar_separator {
	background-color:#aaaaaa;
}

.bar_content {
	background-color:#ffffff;
}

.bar_comment {
	border:solid 1 #000000;
}

.bar_footer {
	background-color:#505050;
	color:#ffffff;
}


/* 文字設定 */

.font_subtitle {
	font-size:11pt;
	color:#000000;
}

.font_bold {
	font-weight:bold;
}


/* 罫線設定 */

.line_black {
	color:#000000;
}

.line_gray {
	color:#acacac;
}


/* 一覧設定 */
.list_table {
	border-style:solid;
	border-width:1;
	border-color:#000000;
}

.list_have {
	border-style:solid;
	border-width:1;
	border-color:#000000;
	background-color:#acacac;
	font-size:9pt;
	color:#000000;
}

.list_no {
	border-style:solid;
	border-width:1;
	border-color:#000000;
	background-color:#ffffff;
	font-size:9pt;
	color:#000000;
}


