@charset "Shift_JIS";

/* General Style Info */
body {
	background: #ffffff;
	color: #000000;
	font-size:90%;
}
a {
	text-decoration: underline;
	font-weight: bold;
}
/*
a:hover {
	background:#FFD700;
	color: #003d4c;
	text-decoration:none;
}
*/
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	/**
	color: #003d4c;
	font-size: 1.8em;
	font-weight: normal;
	margin: 5px 0px 10px 0px;
	**/
	color: #006633;
	width: 100%;
	font-weight: bold;
	font-size: 14pt;

}
h2 {
	background:#fff;
	color: #e32;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
	margin: 0.3em 0;
	padding-top: 0.8em;
}
h3 {
	color: #993;
	font-size: 165%;
	padding-top: 1.5em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}

/* reportindex */
div.reportindex select {
	font-size: 1.5em;
}
div.reportindex input   {
	font-size: 1.3em;
}

/* "reportlist" Table */
table.reportlist {
	border-collapse: collapse;
}
table.reportlist tr td {
	text-align: left;
	padding: 5px 40px 5px 10px;
	border:1px solid #AAA;
	font-size:1.0em;
	white-space: nowrap;
}


/** マスタ検索条件テーブル **/
table.mstTopTable{
	width:950px;
}

/** マスタ検索条件テーブル(外枠のみ) **/
table.mstKensakuJouken{
	border: 1px #808080 solid;
	border-collapse: collapse;
	width:500px;
}
tr.mstKensakuJouken,td.mstKensakuJouken{
	border: 1px #808080 solid;
	border-collapse: collapse;
	height:25px;
}
/** マスタ検索条件テーブル(タイトル部) **/
td.mstKensakuJoukenTitle{
	border: 1px #808080 solid;
	border-collapse: collapse;
	background-color:#CCFFCC;
	padding:2px 0px 2px 15px;
}
/** マスタ検索条件テーブル(枠なし) **/
table.mstKensakuJouken_borderNone{
	width:500px;
}
table.kensakuText{
	height:120px;
}
/** 統計マスタ検索条件テーブル(外枠のみ) **/
table.mstKensakuJoukenToukei{
	border: 1px #808080 solid;
	border-collapse: collapse;
	width:700px;
	font-size:0.8em;
}

div.no_result {
	font-size:1.4em;
	margin: 10px 0px 0px 20px;
	font-weight: bold;
}
div.no_result2 {
	font-size:1em;
	margin: 10px 0px 10px 10px;
}
/* Notices and Errors */
p.error {
    color: red;
    font-size: 120%;
    line-height: 140%;
    padding: 0.8em 0em 0.8em 0.2em;
    margin: 1em 0;
	font-weight: bold;
}