﻿/* ---------------------------------------------------------
 Common Styles (Defaults)
--------------------------------------------------------- */
a:link {
	background-color: transparent;
	color: #0000ff;
	text-decoration: underline;
}
a:visited {
	background-color: transparent;
	color: #0000ff;
	text-decoration: underline;
}
a:active {
	background-color: transparent;
	color: #0099ff;
	text-decoration: none;
}
a:focus {
	background-color: transparent;
	color: #0099ff;
	text-decoration: none;
}
a:hover {
	background-color: transparent;
	color: #0099ff;
	text-decoration: none;
}

body {
	background-color: White;
	color: #333333;
	font-family: メイリオ, 'ＭＳ Ｐゴシック' , "Hiragino Kaku Gothic Pro" , Tahoma, Arial, Geneva, Helvetica, Verdana, Sans-Serif;
	font-size: 9pt;
	margin: 0;
	padding: 0;
}
p {
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
}
blockquote {
	font-style: italic;
	font-size: 9pt;
}
ol {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px 0px 0px 18px;
	padding: 0px;
}
li {
	font-size: 9pt;
}
td {
	color: #333333;
	font-size: 9pt;
}
th {
	font-size: 9pt;
	font-weight: bold;
}
pre {
	font-family: monospace;
	font-size: 9pt;
	line-height: 1;
}
img {
	border-width: 0pt;
	margin: 2px;
}
strong {
	color: #000099;
}

/* ---------------------------------------------------------
 Page Settings
--------------------------------------------------------- */
#page {
	margin: 0px auto 0px auto;
	width: 960px;
}
#report {
	margin: 0px;
	width: 100%;
}

#header {
	width: 100%;
}
#header-banner {
	background-image: url(../images/header.gif);
	background-position: left top;
	height: 65px;
	text-align: right;
}
#header-banner img {
	margin-right: 10px;
}
#header-banner td {
	color: #000099;
}
#header-status {
	font-size: 9pt;
	padding: 5px 0px 5px 0px;
	text-align: right;
}

#menu {
	float: left;
	width: 180px;
}
#content {
	float: right;
	width: 750px;
	margin-right: 10px;
}
#sitepath {
	padding-bottom: 10px;
	font-size: 9pt;
}

#footer {
	padding-top: 10px;
	width: 100%;
	clear:both;
}
#copyright {
	color: #666666;
	font-size: 9pt;
}

/* ---------------------------------------------------------
 Menu Styles
--------------------------------------------------------- */
.menubox {
	border: 1px solid #cccccc;
	padding: 1px;
	margin-bottom: 20px;
}
.menubox-title {
	background-color: #99ccff;
	color: #000099;
	font-weight: bold;
	padding: 3px;
	text-align: center;
}
.menubox-items {
	padding: 3px;
	text-align: justify;
}
.menubox-items ul {
	color: #ff9900;
	line-height: 2em;
	list-style-type: square;
	padding: 3px;
}

/* ---------------------------------------------------------
 Content Area
--------------------------------------------------------- */
.title-lv1 {
	border-bottom-color: #0000cc;
	border-bottom-style: double;
	border-bottom-width: 3px;
	color: #000099;
	font-size: 12pt;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 4px;
	text-align: left;
}
.text-lv1 {
	line-height: 1.5em;
	padding: 5px 5px 15px 5px;
	text-align: justify;
	text-indent: 1em;
}

.title-lv2 {
	background-color: #66ccff;
	border-color: #000099;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	color: #ffffff;
	font-size: 10.5pt;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 2px 4px 2px 4px;
	text-align: left;
}
.text-lv2 {
	font-size: 9pt;
	line-height: 1.5em;
	padding: 5px 5px 15px 5px;
	text-align: justify;
	text-indent: 1em;
}

.title-lv3 {
	border-left-color: #0099ff;
	border-left-style: solid;
	border-left-width: 1em;
	color: #0000cc;
	font-size: 10.5pt;
	font-weight: bold;
	line-height: 1em;
	margin: 3px 0px 3px 15px;
	padding: 0px 0px 0px 0.5em;
	text-align: left;
}
.text-lv3 {
	font-size: 9pt;
	line-height: 1.5em;
	margin: 0px 0px 0px 20px;
	padding: 5px 5px 15px 5px;
	text-align: justify;
	text-indent: 1em;
}

/* ---------------------------------------------------------
 Note Box Styles
--------------------------------------------------------- */
.note {
	border: 1px solid #cccccc;
	padding: 1px;
	margin-left: 5%;
	margin-bottom: 10px;
	width: 90%;
}

.note-title {
	background-color: #66ccff;
	color: #000099;
	font-size: 10.5pt;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	text-align: center;
}

.note-sub {
	background-color: #ccffff;
	color: #000000;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	text-align: left;
}

.note-text {
	background-color: #ffffff;
	line-height: 1.5em;
	padding: 2px 4px 2px 4px;
	text-align: justify;
	text-indent: 1em;
}

/* ---------------------------------------------------------
 Table Styles
--------------------------------------------------------- */
.table {
	border: 1px solid #cccccc;
	padding: 1px;
}

.table-title {
	background-color: #0099ff;
	color: #ffffff;
	font-size: 10.5pt;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}

.table-note {
	color: #666666;
	padding: 2px;
	text-align: left;
}

.table-head-yoko {
	background-color: #99ccff;
	color: #000066;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	text-align: center;
}

.table-head-tate {
	background-color: #99ccff;
	color: #000066;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	text-align: right;
	vertical-align: top;
}

.table-data-yoko {
	background-color: #ccffff;
	color: #000000;
	font-weight: normal;
	padding: 2px 4px 2px 4px;
	text-align: justify;
	vertical-align: top;
}

.table-data-tate {
	background-color: #ccffff;
	color: #000000;
	font-weight: normal;
	padding: 2px 4px 2px 4px;
	text-align: justify;
	vertical-align: top;
}

.table-selected {
	border: solid 1px #000066;
	background-color: #ffffcc;
	color: #000000;
	font-weight: normal;
	padding: 2px 4px 2px 4px;
	text-align: justify;
	vertical-align: top;
}

/* ---------------------------------------------------------
 WebNews Styles
--------------------------------------------------------- */
/* リストページ（リスト部分） */
.webnews-list {
	width: 100%;
}

.webnews-list-head {
	padding: 2px;
}

.webnews-list-link {
	color: #0000ff;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}
a.webnews-list-link:active {
	color: #0099ff;
	text-decoration: underline;
}
a.webnews-list-link:focus {
	color: #0099ff;
	text-decoration: underline;
}
a.webnews-list-link:hover {
	color: #0099ff;
	text-decoration: underline;
}

.webnews-list-text {
	text-align: right;
	padding: 2px;
}

.webnews-list-new {
	color: #cc0000;
	font-size: 10pt;
	font-weight: bold;
}

.webnews-list-date {
	color: #333333;
	font-size: 9pt;
}

/* リストページ（ページャー部分） */
.webnews-pager {
	text-align: right;
	width: 100%;
}

.webnews-pager-link {
	color: #000099;
	font-weight: bold;
	font-size: 9pt;
}

/* 記事ページ */
.webnews-text {
	width: 100%;
}

.webnews-text-head {
	background-color: #66ccff;
	border-color: #000099;
	border-style: solid;
	border-width: 2px 0px 2px 0px;
	color: #ffffff;
	font-size: 10.5pt;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	padding: 2px 4px 2px 4px;
	text-align: center;
}

.webnews-text-text {
	text-align: right;
	padding: 3px;
}

.webnews-text-new {
	color: #cc0000;
	font-size: 10pt;
	font-weight: bold;
}

.webnews-text-date {
	color: #333333;
	font-size: 9pt;
}

.webnews-text-body {
	color: #333333;
	font-family: Monospace;
	font-size: 9pt;
	line-height: 1.5em;
	text-align: justify;
}

.webnews-text-foot {
	font-size: 9pt;
	padding-top: 15px;
}

/* ポップアップ写真ページ */
.webnews-photo-header {
	padding: 5px;
	text-align: center;
}

.webnews-photo-title {
	color: #000099;
	font-size: 10.5pt;
	font-weight: bold;
}

.webnews-photo-frame {
	border-bottom: #0099ff solid 2px;
	border-top: #0099ff solid 2px;
	padding: 5px;
	text-align: center;
}

.webnews-photo-image {
	border-width: 0px;
}

.webnews-photo-footer {
	text-align: center;
	padding: 5px;
}
.webnews-photo-button {
}

/* ---------------------------------------------------------
 Modifier Styles
--------------------------------------------------------- */
.align-bottom {
	vertical-align: bottom;
}
.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.align-middle {
	vertical-align: middle;
}
.align-right {
	text-align: right;
}
.align-top {
	vertical-align: top;
}

.error-lv1 {
	background-color: #ffffcc;
	color: #990000;
	font-size: 12pt;
}
.error-lv2 {
	color: #333333;
	font-size: 10.5pt;
}
.error-lv3 {
	color: #ff0000;
	font-size: 9pt;
	text-indent: 1em;
}
.error-lv4 {
	background-color: #990000;
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
}
.error-summary {
	color: #cc0000;
	font-size: 9pt;
}

.require {
	color: #cc0000;
	font-size: 7.5pt;
	font-weight: bold;
}

.small-text {
	font-size: 7.5pt;
}

.wizard-content {
	float: left;
	width: 550px;
}
.wizard-sidebar {
	margin: -25px -10px 0px 10px;
	border: 1px solid #cccccc;
	color: #666666;
	float: right;
	height: 450px;
	padding: 1px;
	width: 180px;
}
.wizard-sidebar-title {
	background-color: #99ccff;
	color: #000099;
	font-size: 9pt;
	font-weight: bold;
	padding: 3px;
	text-align: center;
}
.wizard-sidebar-current {
	background-color: #ccffff;
	color: #000000;
	font-size: 9pt;
	padding: 3px;
}
.wizard-sidebar-steps {
	background-color: #ffffff;
	color: #666666;
	font-size: 9pt;
	padding: 3px;
}
.wizard-sidebar-arrow {
	background-color: #ffffff;
	color: #666666;
	font-size: 9pt;
	padding: 3px;
	text-align: center;
}

/* ---------------------------------------------------------
 ASP.NET AJAX Controls
--------------------------------------------------------- */
.accordionHeader {
	background-color: #66ccff;
	border-color: #000099;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	color: #ffffff;
	cursor: pointer;
	font-size: 10.5pt;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 2px 4px 2px 4px;
	text-align: left;
	text-decoration: underline;
}
.accordionContent {
	font-size: 9pt;
	line-height: 1.5em;
	padding: 5px 5px 15px 5px;
	text-align: justify;
}

.collapsePanelHeader {
	background-color: #99ccff;
	color: #000066;
	cursor: pointer;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	text-decoration: underline;
}
.collapsePanelTarget {
	background-color: #ccffff;
	color: #000000;
	overflow: hidden;
	height: 0px;
}

.passwordStrengthBorder {
	border-style: solid;
	border-width: 1px;
	padding: 2px 2px 2px 2px;
	margin-left: 15px;
	vertical-align: middle;
	width: 200px;
}
.passwordStrengthBar1 {
	background-color: Red;
	color: White;
	margin-left: 15px;
}
.passwordStrengthBar2 {
	color: Black;
	background-color: Orange;
	margin-left: 15px;
}
.passwordStrengthBar3 {
	background-color: Yellow;
	color: Black;
	margin-left: 15px;
}
.passwordStrengthBar4 {
	background-color: Lime;
	color: Black;
	margin-left: 15px;
}
.passwordStrengthBar5 {
	background-color: Green;
	color: White;
	margin-left: 15px;
}

.watermarked {
	background-color: #f0f8ff;
	color: #999999;
}
