@charset "UTF-8";
html {
	background-color: #CCC;
	width: 100%;
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	min-height: 100%;
}
table{
	border-collapse: collapse;
	border-spacing: 0px;
}
body, table {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	line-height: 1.5;
}
td, th{
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
}
li {
	margin-bottom: 4px;
}
a {
	color: #0000CC;
}
a:hover {
	color: #FF6600;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	background-image: url(../img/layout/h1back.jpg);
	background-position: left bottom;
	background-repeat: repeat-y;
	padding-left: 20px;
	color: #3267E4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	background-color: #DCDCDC;
	margin: 0px;
	padding-top: 3px;
}
h2 {
	font-size: 15px;
	color: #666;
	background-color: #FFF;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	background-image: url(../img/layout/h2back.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #999;
	border-left-color: #9E9889;
}
.navi {
	background-color: #E7E7E7;
	padding: 3px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
	margin: 0px;
	text-align: center;
}
.navi b {
	font-size: 15px;
}
.passive {
	color: #A2A2A2;
}
.table_hb{
	border: 2px solid #999999;
}
.table_hb th, .table_hb td{
	border-color: #999999 #EEEEEE;
	border-width: 1px;
	border-style: solid;
}
.table_hb th {
	background-color: #FDE3B3;
	font-weight: bold;
	color: #8F4818;
}
.formtable{
	border: 2px solid #999999;
	font-size: 12px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-color: #FFF;
}
.formtable th {
	background-color: #D0DBE1;
	font-size: 12px;
	border: 1px solid #FFFFFF;
	text-align: right;
	white-space: nowrap;
}

.formbutton {
	font-size: 14px;
	font-weight: bold;
	width: 8em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.button_n {
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 2em;
}

input, textarea, select{
	vertical-align: middle;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
textarea{
	font-size: 12px;
}
.texbox {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	background-color: #FEFAED;
	border: 1px solid #999999;
	width: 350px;
}
strong {
	font-weight: bold;
	color: #FF0000;
}
.explain {
	background-color: #FFF;
	margin: 8px 4%;
	padding: 5px 10px 5px 12px;
	border-width: 1px 8px;
	border-style: solid;
	border-color: #CA4B00;
}
.explain p {
	margin: 5px 0px;
}
.errormess {
	color: #FF0000;
	background-position: left center;
	background-image: url(../img/attention.gif);
	background-repeat: no-repeat;
	padding-left: 32px;
}
.tr2 td {
	background-color: #FBF5EC;
}
.adminmenu {
	font-weight: bold;
	background-color: #FFFFCC;
	border: 1px solid #CC0000;
	padding: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.extfooter {
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.totop {
	text-align: right;
	font-size: 12px;
}
.footer_menu a:link {
	color: #666;
	text-decoration: none;
}
.footer_menu a:hover {
	color: #090;
	text-decoration: none;
}
.footer_menu a:visited {
	text-decoration: none;
}
.footer_menu a:active {
	text-decoration: none;
}


p {
	margin-left: 32px;
}
ul, ol, dl {
	margin-left: 32px;
	padding-left: 32px;
}
h3 {
	margin-left: 12px;
	color: #06F;
}
