@charset "utf-8";

a, a:link, a:visited, a:active, a:visited {
/*	color: #0069A1;	*/
	color: #006699; 
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

body {
	background-image: url("./img/gray_gradient.png");
	background-repeat: repeat-x;
	background-color: white;
	color: black;
	font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
/*	font-family: Verdana, Arial, Sans Serif;	*/
}


h1 {
	font-size: 160%;
	font-weight: bold;
	line-height: 140%;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	line-height: 140%;
}

h3 {
	font-size: 110%;
	text-decoration: underline;
	font-weight: bold;
	margin-top: 4em;
	margin-bottom: 2em;
}

h4 {
	text-decoration: underline;
	font-weight: bold;
	margin-top: 4em;
	margin-bottom: 2em;
	margin-left: 2em;
}

table.title_logo {
	background-color: black;
	padding: 8px;
	margin: 2px;
/*	margin-bottom: 12px;		*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

	td.title_logo {
		background-color: black;
		padding: 8px;
		margin: 2px;
/*		margin-bottom: 12px;		*/
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}


table.title_logo_mini {
	margin-left: 12px;
}


table.normal_noborder {
/*	padding: 4px;	*/
/*	margin: 2px;	*/
	margin-bottom: 12px;
}

table.normal_bordered {
	border: 4px solid #dddddd;
	padding: 2px;
	margin: 2px;
	margin-bottom: 12px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

table.small_noborder {
/*	padding: 4px;	*/
/*	margin: 2px;	*/
	line-height: 140%;
	font-size: 85%;
}

table.small_bordered {
	border: 4px solid #dddddd;
	padding: 2px;
	margin: 2px;
	margin-bottom: 12px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	line-height: 140%;
	font-size: 85%;
}

th {
	border: none;
	background-color: #c0c0c0;
	font-weight: bold;
}

td.heading {
	font-weight: bold;
	text-decoration: underline;
}

td.table_name {
/*		padding: 4px;		*/
	background-color: #dddddd;
	font-weight: bold;
	font-size: 110%;
/*	-moz-border-radius: 3px;	*/
/*	-webkit-border-radius: 3px;	*/
}

caption {
/*		padding: 4px;		*/
	font-weight: bold;
	font-size: 110%;
/*	-moz-border-radius: 3px;	*/
/*	-webkit-border-radius: 3px;	*/
}

td.article_head {
/*		padding: 4px;		*/
}

td {
		padding: 4px;
}

tr.bg_light {
	background-color: white;

}
tr.bg_dark {
	background-color: #dddddd;
}


div.banner_caption {
	font-size: 85%;
	color: #666;
}

div.article_body:first-letter {
	float : left;
	font-size: 300%;
	font-weight: bold;
	line-height: 100%;
	padding: 0.1em;
	margin-right: 0.2em
}

div.article_head:first-letter {
	float : left;
	font-size: 200%;
	font-weight: bold;
	line-height: 100%;
	padding: 0.1em;
	margin-right: 0.4em
}


span.update_status {
	color: red;
}

img {
	border: 0px;
}

p, blockquote {
	margin-bottom: 2em;
}


div.index_page_image_area {
	float: right;
	margin: 0 0 0.5em 0.5em;
}


table.article_page_image_area {
	float: right;	
	width: 320px;
	border: 0px;
	margin: 0 0 1em 1em;
	padding: 0;
}

div.image_cap_text {
	font-weight: bold;
	font-size: 85%;
	line-height: 140%;
	margin: 0.5em 0 0 0;
}


ul.align_left {
	margin: 0 0 0 1.5em; 
	padding: 0; 
}

li.align_left {
	margin-bottom: 0.5em;
}

li.margin_bottom {
	margin-bottom: 0.5em;
}

li.digest {
	font-weight: bold;
}

div.indent_left {
	margin-left: 2em;
}

.request_config {
	text-align: right;
}

.request_date {
/*	color: white;	*/
/*	color: rgb(245, 185, 0);	*/
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.request_head {
	color: black;
}

.report_summary {
	color: black;
	margin-left: 5%;
	margin-right: 5%;
}

.charge_form {
	text-align: center;
}

.item_name {
	color: black;
	font-size: 120%;
	font-weight: bold;
}

.item_content {
	color: black;
}

.item_description {
	color: black;
}

.err_msg {
	color: red;
}

.quit {
	width: 100%;
	text-align: center;
	background: #900;
}

.smalltext {
	font-size: 95%;
	line-height: 120%;
}


.title_caption {
	color: white;
	font-size: 95%;
	line-height: 120%;
}


input, select {
	border: 2px solid #dddddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px;
	font-size: 110%;
}

textarea {
	border: 2px solid #dddddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 4px;
}

input[type="button"], input[type="submit"], input.btn {
	padding: 2px 4px;
	margin: 2px 0px;
	color: black;
	background-color: #dddddd;
	border: 2px solid #999999;
	font-size: 120%;
	font-weight: bold;
}

input[type="button"]:hover, input[type="submit"]:hover, input.btn:hover {
	background: #333333;
	color: white;
}


/*
td.running { background-color: #9aff4f; }
td.notrunning { background-color: #feff6f; }
td.disabled { background-color: #ff4f4f; }
*/
