@charset "UTF-8";

/*エラーメッセージ----------------------------------------------*/
#errorBox {
	z-index: 5;
	position: absolute;
	top: 10%;
	left: 10%;
	width: 40%;
}

#errorBox div.handle {
	cursor: move;
	margin: 0px;
	padding:1px;
	text-align: left;
	font-size: 80%;
	color: #fff;
	background-color: #f00;
}

#errorFade, #errorAppear, #errorBox .close {
	float: right;
	cursor: pointer;
	width: 1em;
	height: 1em;
	margin-left: 0.2em;
	text-align: center;
	line-height: 1em;
	font-size: 100%;
	color: #fff;
	border: 1px solid #fff;
}

#error {
	margin: 0px;
	padding:5px 8px;
	line-height: 1.4;
	text-align: left;
	font-size: 80%;
	color: #f00;
	background-color: #ffc;
	border: 1px solid #f00;
}

#error li {
	margin-left: 1em;
	padding:0;
}

/*ログイン----------------------------------------------*/
#enterance {
	float: left;
	display: block;
	margin: 0px;
	padding:0px;
	font-size: 80%;
	color: #999;
	background-color: none;
}

#loginbox {
	float: right;
	margin: 0px;
	padding:0px;
	font-size: 80%;
	color: #999;
	background-color: none;
}

#loginbox label {
	font-weight: bold;
	color: #558900;
}

#loginbox input[type=text], #loginbox input[type=password] {
	border: 1px solid #558900;
}

#loginbox input[type=submit] {
	border: 1px solid #558900;
	padding:0px;
	color: #fff;
	background-color: #558900;
}
/*PDF追加----------------------------------------------*/
#pdfbox {
	z-index: 5;
	position: absolute;
	top: 20%;
	left: 20%;
	width: 624px;
	height: 204px;
	margin: 0px;
	padding:0px;
	border: 2px solid #fff;
	background-color: #666;
}

#pdfbox .pdf2nd {
	width: 620px;
	height: 200px;
	margin: 0px;
	padding:0px;
	border: 1px solid #558900;
	color: #333;
	background-color: #ffc;
}

#pdfbox div.handle {
	cursor: move;
	width: 100%;
	height: 24px;
	margin: 0px;
	padding:0px;
	text-align: left;
	background-color: #558900;
}

#pdfbox div.handle .title {
	margin: 0px;
	padding:0.2em;
	line-height: 24px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

#pdfbox div.handle label.close {
	float: right;
	cursor: pointer;
	width: 20px;
	height: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	font-size: 16px;
	color: #fff;
	background-color: #558900;
	border: 1px solid #fff;
}

#pdfbox iframe {
	width: 610px;
	height: 160px;
	margin: auto;
	border: none;
}

/*--form-------------------------------------------------------*/
#mainForm {
	width: 600px;
	background-color: #ffffff;
}

#mainForm div.footer{
	clear: both;
	display: block;
}

#mainForm dt {
	float: left;
	clear: both;
	display: block;
	width: 20%;
	margin-top: 0.5em;
	padding: 0.2em;
	text-align: right;
	font-weight: bold;
	color: #558900;
}

#mainForm dt.nbr {
	clear: none;
	width: auto;
}

#mainForm dt.all {
	width: 95%;
	color: #333;
}

#mainForm dd {
	float: left;
	display: block;
	width: 75%;
	margin-top: 0.5em;
	padding: 0.2em;
	color: #333;
}

#mainForm dd.short {
	width: auto;
}

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

#mainForm label.none {
	float: left;
	display: block;
	margin-left: 1em;
	font-weight: normal;
	color: #333;
}

#mainForm input.long {
	float: left;
	display: block;
	width: 90%;
	border: 1px solid #558900;
}

#mainForm input.short {
	float: left;
	display: block;
	width: 50%;
	border: 1px solid #558900;
}

#mainForm input.mini {
	float: left;
	display: block;
	width: 8em;
	border: 1px solid #558900;
}

#mainForm input.button {
	float: left;
	display: block;
	width: 120px;
	margin-right: 1em;
	margin-bottom: 0.2em;
	background: #f00;
	color: #fff;
}

#mainForm input.button, #mainForm a.button, #mainForm label.button {
	float: left;
	display: block;
	width: 120px;
	margin-right: 1em;
	margin-bottom: 0.2em;
	text-align: center;
	background: #f00;
	color: #fff;
}

#mainForm textarea {
	float: left;
	display: block;
	width: 90%;
	border: 1px solid #558900;
}

#mainForm select {
	float: left;
	display: block;
	border: 1px solid #558900;
}

#mainForm span.red {
	margin-left: 0.2em;
	font-size: 80%;
	color: #f00;
}

#mainForm span.brred {
	clear: both;
	float: left;
	display: block;
	width: 90%;
	margin-left: 0.2em;
	font-size: 80%;
	color: #f00;
}

#submit {
	clear: both;
	display: block;
	margin: 10px auto;
	text-align: center;
}

#submit input.button, #submit a.button, #submit label.button {
	float: left;
	display: block;
	width: 100px;
	height: 1.5em;
	margin: 10px 10px;
	border: none;
	background-color: #558900;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 100%;
}

/*選択項目----------------------------------------------*/
#list1, #list2{
	float: left;
	clear: both;
	overflow: auto;
	list-style-type: none;
	width: 90%;
	height: 60px;
	border: 1px solid #558900;
	padding: 1px 3px;
	margin-top: 0.5em;
}

#listsp{
	float: left;
	clear: both;
	width: 90%;
	height: 20px;
	margin-top: 0.5em;
	background: url("../images/move.gif") no-repeat center center;
}

#list1 li.code, #list2 li.code { 
	cursor: move;
	clear: both;
	display: block;
	width: 100%;
	text-align: left;
	text-indent: 20px;
	background: url("../images/pdf.gif") no-repeat left center;
}

#list1 li.jpg, #list2 li.jpg { 
	cursor: move;
	clear: both;
	display: block;
	width: 100%;
	text-align: left;
	text-indent: 20px;
	background: url("../images/photo.gif") no-repeat left center;
}

#list2 li.phase { 
	clear: both;
	display: block;
	width: 100%;
	background: #333;
	color: #fff;
	text-align: center;
	margin: 0.2em 0;
}

#dust{
	clear: both;
	float: left;
	list-style-type: none;
	width: 90%;
	height: 36px;
	border: 1px solid #558900;
	padding: 1px 3px;
	margin-top: 0.5em;
	background: #fff url(../images/trush.gif) no-repeat right bottom;
}
#dust li{
	display: none;
}
/*ページャー----------------------------------------------*/
.navigationbar {
	clear: both;
	width: 580px;
	margin: 0 auto;
	padding: 0;
}
.navigator{
	clear: both;
	float: left;
	list-style-type: none;
	padding: 5px 0;
	margin: 0;
}

.navigator li { 
	float: left;
	font-size: 80%;
}

.navigator .current-page {
	font-weight: bold;
	padding: 0 6px;
}

.navigator .nothing-page {
	color: #999999;
	padding: 0 6px;
}

.navigator a {
	padding: 2px 6px;
	color: #558900;
	text-decoration: underline;
}

.navigator a:visited {
	color: #99cc33;
}

.navigator a:hover {
	color: #fff;
	background: #558900;
	text-decoration: none;
}

.pager {
	float: right;
	font-size: 80%;
	text-align: right;
	padding: 5px 0;
	margin: 0;
}

.pager a {
	padding: 2px 6px;
	color: #558900;
	text-decoration: underline;
}

.pager a:visited {
	color: #99cc33;
}

.pager .current-page {
	padding: 2px 6px;
	font-weight: bold;
}

.pager a:hover {
	color: #fff;
	background: #558900;
	text-decoration: none;
}

/*--PDFリスト-------------------------------------------------------*/
#mainList {
	width: 600px;
	background-color: #ffffff;
}

#mainList dt {
	float: left;
	clear: both;
	display: block;
	width: 80px;
	margin-top: 0.5em;
	padding: 0.2em;
	text-align: left;
	font-weight: bold;
	color: #558900;
}

#mainList dd {
	float: left;
	display: block;
	width: 500px;
	margin-top: 0.5em;
	padding: 0.2em;
	text-indent: 20px;
	background: url("../images/pdf.gif") no-repeat left center;
	color: #333;
}

/*--お知らせトップページ-------------------------------------------------------*/
#wnewData dd.check{
	font-weight: bold;
}

#wnewData a.pdf {
	float: left;
	clear: both;
	display: block;
	margin-top: 0.5em;
	margin-left: 1em;
	text-indent: 16px;
	font-weight: normal;
	font-size: 90%;
	background: url("../images/pdf.gif") no-repeat left center;
}

#wnewData a.jpg {
	float: left;
	display: block;
	clear: both;
	margin-top: 0.5em;
	margin-left: 1em;
	text-indent: 16px;
	font-weight: normal;
	font-size: 90%;
	background: url("../images/photo.gif") no-repeat left center;
}

#wnewData a.link {
	float: left;
	clear: both;
	display: block;
	margin-top: 0.5em;
	margin-left: 1em;
	text-indent: 14px;
	font-weight: normal;
	font-size: 90%;
	background: url("../images/new_window_wt.gif") no-repeat left center;
}

/*--お知らせ一覧ページ-------------------------------------------------------*/
#list dd.check{
	font-weight: bold;
	color: #558900;
}

#list a.pdf {
	float: left;
	clear: both;
	display: block;
	margin-top: 0.5em;
	margin-left: 1em;
	text-indent: 16px;
	font-weight: normal;
	font-size: 90%;
	background: url("../images/pdf.gif") no-repeat left center;
}

#list a.jpg {
	float: left;
	clear: both;
	display: block;
	margin-top: 0.5em;
	margin-left: 1em;
	text-indent: 16px;
	font-weight: normal;
	font-size: 90%;
	background: url("../images/photo.gif") no-repeat left center;
}

#list a.link {
	float: left;
	clear: both;
	display: block;
	margin-top: 0.5em;
	margin-left: 1em;
	text-indent: 14px;
	font-weight: normal;
	font-size: 90%;
	background: url("../images/new_window.gif") no-repeat left center;
}
/*--活動報告-------------------------------------------------------*/
.articleInfo {
	line-height: 1em;
	font-weight: normal;
	font-size: 60%;
	margin-left: 1em;
	padding:0;
	color: #333;
}

.article ul.attach li {
	background: url("../images/pdf.gif") no-repeat left center;
}

.article ul.attach li.jpg {
	background: url("../images/photo.gif") no-repeat left center;
}


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

#listView th {
	border-top: 1px solid #558900;
	border-bottom: 1px solid #558900;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding: 3px;
	color: #fff;
	text-align: center;
	font-size: 90%;
	background-color:#558900;
}

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

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

#listView tr:hover, #listView tr:hover td a, #listView tr:hover th, #listView tr:hover th a{ 
	color: #fff;
	background-color: #ff9966;
}
#listView td {
	border: 1px solid #558900;
	padding: 3px;
	font-size: 90%;
}

#listView td a {
	font-weight: bold;
	text-decoration: none;
}

/*その他----------------------------------------------*/
#list {
	clear: both;
}

