@charset "euc-jp";


/* 簡単お知らせビューア用スタイルシート */

* {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
}

body {
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
}

a:link, a:visited {
	color: #369;
	text-decoration: none;
}

a:hover {
	color: #C36;
	text-decoration: none;
}

input, textarea, select {
	border: 1px solid #ccc;
}


/* login-block */

#login-block {
	width: 360px;
	border: 1px solid #ccc;
	margin: 50px auto 0;
}

#login-block #input-cnt {
	margin: 15px;
}

#login-block h1 {
	font-size: 12px;
	text-align: center;
	background-color: #eee;
	margin: 0;
	padding: 4px;
}

#login-block p {
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
	margin: 0;
	border: 1px solid #fff;
}

#login-block #login {
	width: 120px;
}

#login-block #submit {
	width: 80px;
	color: white;
	height: 22px;
	background-color: #579;
	border-color: #456;
}


/* main */

#layout {
	width: 740px;
	margin: 15px auto 10px;
	padding: 0;
}

#input-block {
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

#input-block h1 {
	font-size: 12px;
	text-align: center;
	background-color: #eee;
	margin: 0;
	padding: 4px;
}

#input-block table {
	margin: 3px 0;
}

#input-block th {
	text-align: right;
	padding: 3px;
	white-space: nowrap;
	width: 80px;
}

#input-block td {
	padding: 3px;
}

#id {
	width: 20px;
}

#title {
	width: 600px;
}

#text {
	width: 600px;
	height: 100px;
}

#year {
	width: 40px;
}

#input-block .button {
	color: white;
	width: 120px;
	height: 22px;
	background-color: #579;
	border-color: #456;
}

#input-block .w-button {
	color: white;
	height: 22px;
	background-color: #579;
	border-color: #456;
}

#input-block #status {
	background-color: #eee;
	padding: 6px;
}

#input-block #status h2 {
	font-size: 12px;
	color: blue;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #f8f8f8;
	margin: 0;
	padding: 3px;
}

#input-block #write {
	background-color: #eee;
	padding: 0 6px 6px;
	text-align: right;
}

#input-block #js-button, #input-block #as-button, #input-block #all-button {
	width: 160px;
}

#input-block #Err {
	color: red;
}

#input-block #write .note {
	font-size: 11px;
	margin-top: 2px;
}

#data {
	border: 1px solid #ccc;
}

#data table {
	width: 100%;
}

#data td {
	padding: 5px;
	border-bottom: 1px solid #e4e4e4;
	border-right: 1px solid #eee;
}

#data p {
	margin: 0;
	padding: 0;
}

#data td.header {
	background-color: #f8f8f8;
	text-align: center;
	padding: 2px;
}

#data td.number {
	width: 40px;
	text-align: center;
}

#data p.title {
	font-weight: bold;
	padding: 3px 0 5px;
}

#data p.text {
	color: #666;
}

#data td.date {
	text-align: center;
	width: 70px;
	white-space: nowrap;
}

#data td.button {
	color: #999;
	text-align: center;
	width: 100px;
	white-space: nowrap;
	border-right: none;
}

#data td.button span.off {
	color: #ccc;
}

#data .link {
	color: #999;
	text-align: center;
	padding: 5px;
}


/* copyright */

#copyright {
	text-align: right;
	margin-top: 2px;
}

#copyright a:link, #copyright a:visited {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 11px;
	color: #999;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}
