@charset "EUC-JP";

/*基本----------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	}

html, body {
	font: 14px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #222222;
	background: #FFFFFF;
	}

h1, h2, h3, h4, h5, h6 {
	border: 0px none;
	font-size: 100%;
	}

a, a:link, a:active, a:visited {
	color: #003366;
	text-decoration: none;
	border: none;
	background-color: transparent;
	}

a:hover {
	color: #000000;
	border: none;
	background-color: transparent;
	}

hr {
	margin: 0;
	padding: 0;
	font-size: 100%;
	display: none;
	}

table, caption, th, td {
	border: 0;
	border-collapse: collapse;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	}

address {
	font-size: 100%;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	padding-top: 10px;
	}

div, blockquote, p, pre, ul, ol, li, dl, dt, dd {
	font-size: 100%;
	border: none;
	}

form, fieldset, input, button, select, optgroup, option, textarea, label, legend {
	border: none;
	font-size: 100%;
	}

br, a, img, em, strong, abbr, object, span {
	border: none;
	font-size: 100%;
	font-style: normal;
	}

sup {
	border: none;
	font-size: 80%;
	font-style: normal;
	}

sub {
	border: none;
	font-size: 80%;
	font-style: normal;
	vertical-align: bottom;
	}

div.reset {
	clear: both;
	font-size: 1px;
}

/*ヘッダー----------------------------------------------*/
#header {
	clear: both;
	display: block;
	width:100%;
	height: 60px;
	margin: 0 auto;
	padding: 0px;
}

#header h1.title {
	margin: 5px 0;
	padding: 0;
	width: 100%;
	color: #333;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

#topmenu {
	width: 100%;
	margin: 5px 0;
	padding: 0;
	border-top: 1px solid #09e;
}

#topmenu li{
	float: left;
	height: 16px;
	list-style-type: none;
	border: 1px solid #09e;
	border-top: 1px solid white;
	padding: 1px 3px;
	margin: 0px 5px;
	margin-top: -1px;
	-moz-border-radius-bottomright: 7px;
}

#topmenu li:hover, #topmenu li.selected {
	background-color: #09e;
	border-top: 1px solid #09e;
}

#topmenu li:hover a, #topmenu li.selected a {
	font-weight: bold;
	color: #fff;
}

#topmenu a {
	color: #09e;
	font-weight: bold;
	font-size: 12px;
}

#topmenu ul :after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/*ローカルメニュー----------------------------------------------*/
#menu {
	clear: both;
	display: block;
	width:820px;
	height: 40px;
	margin: 0 auto;
	padding: 0px;
}

#menu h2.title {
	margin: 0 auto;
	padding: 2px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	background-color: #09e;
}

#local-menu {
	clear: both;
	display: block;
	float: right;
	margin: 0;
	padding: 0;
}

#local-menu li{
	float: left;
	list-style-type: none;
	border: 1px solid #09e;
	padding: 1px 3px;
	margin: 0px 5px;
	margin-top: -1px;
	white-space: nowrap;
	-moz-border-radius-bottomright: 7px;
	text-align: center;
}

#local-menu li:hover, #local-menu li.selected {
	background-color: #09e;
	border-top: 1px solid #09e;
}

#local-menu li:hover a, #local-menu li.selected a {
	font-weight: bold;
	color: #fff;
}

#local-menu a {
	color: #09e;
	font-weight: bold;
	font-size: 12px;
}

/*コンテンツ----------------------------------------------*/
#contents {
	clear: both;
	display: block;
	width:820px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	font-size: 11px;
}

#contents h3 {
	margin: 1em 0 5px 0;
	padding: 0;
	width: 100%;
	color: #f60;
	text-align: left;
	font-size: 16px;
}

#contents p {
	margin: 5px 0;
	padding: 0;
	padding-left: 2em;
	text-align: left;
	font-size: 12px;
	line-height: 1.6em;
}

#contents ul {
	float: right;
	clear: both;
	list-style-position: inside;
	list-style-type: disc;
	width: 100%;
	padding: 0;
	margin: 5px 0;
}

#contents li { 
	font-size: 12px;
	line-height: 1.5em;
	padding-left: 4em;
}

#contents p.totop {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 9px;
}

/*--form-------------------------------------------------------*/
#mainForm {
	float: none;
	clear: both;
	width: 820px;
	margin: 10px auto;
	text-align: left;
}

#mainForm h3.title {
	clear: both;
	margin: 0 auto;
	margin-top: 10px;
	padding: 2px;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	background-color: #09e;
}

#mainForm p.error {
	background: #fcc;
	color: #f00;
	line-height: 1.5em;
	text-align: left;
	font-size: 10px;
}

#mainForm dl {
	width: 820px;
	margin: 0;
	padding: 0;
}

#mainForm dt {
	float: left;
	clear: both;
	display: block;
	width: 120px;
	margin: 0;
	padding: 0.3em 0;
	border-top: 1px solid #09e;
	text-align: right;
	font-weight: bold;
	line-height: 1.5em;
	font-size: 12px;
	color: #09e;
}

#mainForm dd {
	float: left;
	display: block;
	width: 700px;
	margin: 0;
	border-top: 1px solid #09e;
	padding: 0.5em 0;
	line-height: 1.5em;
	color: #333;
}

#mainForm dt label {
	display: block;
	margin-left: 1em;
	font-weight: bold;
	color: #09e;
}

#mainForm dd label {
	float: left;
	white-space: nowrap;
	margin: 0;
	margin-right: 2em;
	margin-bottom: 0.5em;
}

#mainForm input, #mainForm select {
	border: 1px solid #ccc;
	padding: 2px;
}

#mainForm input[type=hidden] {
	padding: 0;
	border: none;
}

#mainForm input.long {
	width: 690px;
}

#mainForm input.short {
	width: 320px;
}

#mainForm input.mini {
	width: 8em;
}

#mainForm textarea {
	width: 690px;
	padding: 2px;
	border: 1px solid #ccc;
}

#mainForm ul {
	float: left;
	list-style-type: none;
	width: 100%;
	padding: 0;
	margin: 5px 0;
}

#mainForm li { 
	float: left;
	vertical-align: top;
	overflow: hidden;
	height: 80px;
	font-size: 12px;
	line-height: 1.5em;
	padding: 0;
	padding-top: 2em;
}

#mainForm li img { 
	float: left;
	clear: both;
}

#submit {
	width: 370px;
	margin: 1em auto;
	text-align: center;
}

#submit input {
	float: none;
	width: 100px;
	height: 1.5em;
	margin: 10px 10px;
	border: none;
	background-color: #09e;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 100%;
}

#submit #delete {
	background-color: #f00;
}

/*--解読-------------------------------------------------------*/
#res {
	float: none;
	clear: both;
	width: 95%;
	margin: 10px auto;
	text-align: left;
}

#res textarea {
	width: 100%;
	padding: 2px;
	border: 1px solid #ccc;
}

#res input {
	clear: both;
	width: 100px;
	height: 1.5em;
	margin: 10px auto;
	border: none;
	background-color: #09e;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 100%;
}

/*リスト表示----------------------------------------------*/
#listView {
	float: none;
	clear: both;
	width: 720px;
	margin: 10px auto;
	border-collapse: collapse;
	border: 1px solid #039;
}

#listView th {
	border: 1px solid #039;
	padding: 3px;
	background-color: #09e;
	color: #fff;
	text-align: center;
	font-size: 90%;
}

#listView th a {
	color: #fff;
	text-decoration: underline;
}

#listView tr.alternate {
	background-color:#cff;
}

#listView td {
	border: 1px solid #039;
	padding: 3px;
	font-size: 90%;
	text-align: left;
	vertical-align: top;
}

#listView td a {
	text-decoration: underline;
}

/*フォーカス*/
input:focus {background-color: #FFF5B3!important;}
textarea:focus {background-color: #FFF5B3 !important;}
select:focus {background-color: #FFF5B3!important;}
.stopsafari {color: #FFCC66;}
label {cursor: pointer;}

/*フッター----------------------------------------------*/
#footer {
	clear: both;
	display: block;
	width:100%;
	margin: 0;
	margin-top: 2em;
	padding: 0px;
	border-top: 1px solid #09e;
}

#footer h2.copy {
	margin: 5px auto;
	padding: 0;
	width: 95%;
	color: #999;
	text-align: right;
	font-size: 12px;
}

