html, body, div, span, applet, object, iframe, h1, h2,
h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite,
code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong,
sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table,
caption, tbody, tfoot, thead, tr, th, td, figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
	display: block;
}

* {
	letter-spacing: 0;
}

/* IE7用のおまじない */
ul {
	list-style: none;
}

code {
	font-family: "Courier New", Courier, monospace;
	color: #555;
}

/* font-style */
small {
	font-size: 80%;
}

strong {
	font-weight: bold;
	color: #4d4d4d;
}

em {
	font-weight: bold;
	font-style: normal;
}

.itaric {
	font-style: italic;
}

.small {
	font-size: 80%;
}

.big {
	font-size: 140%;
	font-weight: bold;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.wrapping {
	overflow: hidden;
}

::selection {
	color: #555;
	background-color: #cbf2ff;
}

::-moz-selection {
	color: #555;
	background: #cbf2ff;
}

:focus {
	-moz-outline-style: none;
}

/* Links */
a, a:visited {
	color: #00619b;
	text-decoration: none;
	-moz-transition: color 0.3s linear;
	-webkit-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
}

a:hover {
	color: #00619b;
	text-decoration: none;
}

a:active {
	color: #00619b;
	text-decoration: none;
}

a:active, a:focus {
	outline: 0 none;
}

html,
body {
	margin: 0;
	line-height: 100%;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

.cf:after {
	content: "";
	display: block;
	clear: both;
}

.textIndent {
	padding-left:1em;
	text-indent:-1em;
}




#bg {
	z-index: -1;
	position:fixed;

}
@media print {
	#bg {
		display: none;
	}
}
#contentsOpWrap {
	margin: 30px auto 0 auto;
	padding: 0;
}
#contentsOpTop {
	margin: 0;
	padding: 0;
	width: 980px;
	height: 10px;
	background: url(../imgcmn/baseTop.png) no-repeat;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
}
#contentsOp {
	margin: 0;
	padding: 20px 0 20px 0;
	width: 980px;
	background: url(../imgcmn/base.png) repeat-y;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
}
#contentsOpBtm {
	margin: 0;
	padding: 0;
	width: 980px;
	height: 10px;
	background: url(../imgcmn/baseBtm.png) no-repeat;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
}



#contentsWrap {
	margin: 10px auto 0 auto;
	padding: 0;
}
#contentsTop {
	margin: 0;
	padding: 0;
	width: 980px;
	height: 10px;
	background: url(../imgcmn/baseTop.png) no-repeat;
}
#contents {
	margin: 0;
	padding: 20px 0 20px 0;
	width: 980px;
	background: url(../imgcmn/base.png) repeat-y;
}
#contentsBtm {
	margin: 0;
	padding: 0;
	width: 980px;
	height: 10px;
	background: url(../imgcmn/baseBtm.png) no-repeat;
}



/* ナビゲーション */
#mNaviWrap {
	float: none;
	margin-top: 30px;
	padding: 0;
	height: 80px;
}
#mNavi {
	float: none;
	width: 920px;
	height: 80px;
	margin: 0;
	padding: 0;
}
#mNavi ul {
	width: 920px;
	height: 80px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(../imgcmn/navi.png) no-repeat;
}
#mNavi li {
	float: left;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
#mNavi li#news a {
	display: block;
	width: 180px;
	height: 80px;
	text-decoration: none;
}
#mNavi li#about a,
#mNavi li#entry a,
#mNavi li#memories a,
#mNavi li#history a,
#mNavi li#report a {
	display: block;
	margin-left: 5px;
	width: 180px;
	height: 80px;
	text-decoration: none;
}
#linkHome {
	display: block;
	width: 920px;
	height: 200px;
}



#footerWrap {
	margin: 30px auto 0 auto;
	padding: 0;
}
#footerTop {
	margin: 0;
	padding: 0;
	width: 980px;
	height: 10px;
	background: url(../imgcmn/footerBaseTop.png) no-repeat;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
}
#footer {
	margin: 0;
	padding: 10px 0;
	width: 980px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: url(../imgcmn/footerBase.png) repeat-y;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
}
#footerBtm {
	margin: 0;
	padding: 0;
	width: 980px;
	height: 10px;
	background: url(../imgcmn/footerBaseBtm.png) no-repeat;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
}
#footer a {
	color: #fff;
	font-weight: bold;
}



#topContents ul {
	width: 920px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
#topContents li {
	float: none;
	margin: 15px 0 0 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #00619b;
	font-size: 13px;
	line-height: 140%;
}
.topicsTitle {
	float: none;
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #00619b;
	font-size: 16px;
	line-height: 100%;
	color: #444444;
}
.topicsDate {
	float: right;
	margin: 5px 0 0 0;
	padding: 5px 10px;
	border: 1px solid #e56100;
	color: #e56100;
	font-size: 11px;
	font-weight: bold;
	line-height: 100%;
	text-align: right;
}
.topicsText {
	float: none;
	margin: 10px 0 0 15px;
	padding: 0;
	font-size: 13px;
	line-height: 175%;
}





#newsContents ul {
	width: 920px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
#newsContents li {
	float: none;
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #00619b;
	font-size: 13px;
	line-height: 140%;
}
#newsContents .newsText ul {
	margin: 0;
	padding: 0;
	list-style: disc;
}
#newsContents .newsText li {
	margin-left: 10px;
	padding-bottom: 0;
	border-bottom: 0;
}
.newsTitle {
	float: none;
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #00619b;
	font-size: 16px;
	line-height: 100%;
	color: #444444;
}
.newsDate {
	float: right;
	margin: 5px 0 0 0;
	padding: 5px 10px;
	border: 1px solid #e56100;
	color: #e56100;
	font-size: 11px;
	font-weight: bold;
	line-height: 100%;
	text-align: right;
}
.newsText {
	float: none;
	margin: 10px 0 0 15px;
	padding: 0;
	font-size: 13px;
	line-height: 175%;
}





#aboutContents {
	width: 920px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 13px;
	line-height: 175%;
}
.aboutText {
	width: 920px;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 175%;
}
.aboutText table {
	width: 920px;
}
.aboutText td {
	margin: 0;
	padding: 0 10px;
	height: 36px;
	line-height: 36px;
	text-align: left;
	border-bottom: 1px dotted #00619b;
}
.aboutText tr:nth-child(even) {
	/* 偶数行 */
	background-color: #d4e5f0;
}
.aboutText tr:nth-child(odd) {
	/* 奇数行 */
	background-color: #f5f9fb;
}
.aboutText2 {
	width: 920px;
	margin-top: 15px;
	padding: 0;
	font-size: 13px;
	line-height: 175%;
	border: 1px dotted #00619b;
}
.aboutText2 table {
	width: 920px;
}
.aboutText2 td {
	margin: 0;
	padding: 0 10px;
	height: 36px;
	line-height: 36px;
	text-align: left;
	border-bottom: 1px dotted #00619b;
}
.aboutText2 tr:nth-child(even) {
	/* 偶数行 */
	background-color: #d4e5f0;
}
.aboutText2 tr:nth-child(odd) {
	/* 奇数行 */
	background-color: #f5f9fb;
}





#entryContents {
	width: 920px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 13px;
	line-height: 175%;
}
.entryText {
	width: 920px;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 175%;
	text-align: left;
}
.entryText table {
	width: 920px;
}
.entryText th {
	margin: 0;
	padding: 10px;
	height: 36px;
	font-size: 15px;
	line-height: 150%;
	text-align: left;
	font-weight: bold;
	color: #fff;
	background: #0080cc;
	border-bottom: 1px dotted #00619b;
}
.entryText td {
	margin: 0;
	padding: 10px;
	height: 36px;
	line-height: 150%;
	text-align: left;
	border-bottom: 1px dotted #00619b;
}
.entryText tr:nth-child(even) {
	/* 偶数行 */
	background-color: #d4e5f0;
}
.entryText tr:nth-child(odd) {
	/* 奇数行 */
	background-color: #f5f9fb;
}
.entryText2 {
	width: 920px;
	margin-top: 15px;
	padding: 0;
	font-size: 13px;
	line-height: 175%;
	border: 1px dotted #00619b;
}
.entryText2 table {
	width: 920px;
}
.entryText2 td {
	margin: 0;
	padding: 0 10px;
	height: 36px;
	line-height: 36px;
	text-align: left;
	border-bottom: 1px dotted #00619b;
}
.entryText2 tr:nth-child(even) {
	/* 偶数行 */
	background-color: #d4e5f0;
}
.entryText2 tr:nth-child(odd) {
	/* 奇数行 */
	background-color: #f5f9fb;
}
#entryContents .entryText ul {
	margin: 0;
	padding: 0;
	list-style: disc;
}
#entryContents .entryText li {
	margin-left: 20px;
	padding-bottom: 0;
	border-bottom: 0;
}





table.storyEntryTable {
	width: 100%;
}
.storyEntryTable td {
	margin: 0;
	padding: 5px 10px;
	height: 40px;
	line-height: 20px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px dotted #00619b;
}
.storyEntryTable tr:nth-child(even) {
	background-color: #d4e5f0;
}
.storyEntryTable tr:nth-child(odd) {
	background-color: #f5f9fb;
}
.storyEntryTable input[type="text"] {
	margin: 0;
	padding: 3px;
	height: 26px;
	font-size: 14px;
	line-height: 100%;
	color: #333;
	border: solid 1px #ccc;
}
.storyEntryAtt,
.storyEntryTable span {
	font-size: 16px;
	color: #aa0000;
}
.storyEntryInput1 {
	width: 200px;
}
.storyEntryInput2 {
	width: 100px;
}
.storyEntryInput3 {
	width: 50px;
}
.storyEntryInput4 {
	width: 400px;
}
.storyEntryInput5 {
	margin: 0;
	padding: 3px;
	width: 400px;
	height: 150px;
	font-size: 14px;
	line-height: 150%;
	color: #333;
	border: solid 1px #ccc;
}
.storyEntryInput6input,
.storyEntryInput6input[type="button"] {
	font-size: 14px;
	line-height: 100%;
}
.storyEntryInput7 {
	margin: 0;
	padding: 3px;
	width: 400px;
	height: 48px;
	font-size: 14px;
	line-height: 150%;
	color: #333;
	border: solid 1px #ccc;
}
.storyEntrySelect {
	margin: 0;
	padding: 5px;
	height: 30px;
	border: 0;
	font-size: 14px;
	border: solid 1px #ccc;
}

.storyEntryInputBtn {
	margin: 20px 0 0 0;
	width: 100%;
}
.storyEntryInputBtn ul {
	margin: 0 auto;
	width: 540px;
}
.storyEntryInputBtn li {
	float: left;
	margin: 0 10px;
	list-style: none;
}
.storyEntryInputBtn input[type="submit"] {
	display: block;
	margin: 0;
	padding: 2px 5px;
	width: 250px;
	height: 40px;
	font-size: 15px;
	line-height: 100%;
	text-align: center;
	text-decoration: none;
	border: solid 1px #ccc;
	border-top: 2px solid #0080cc;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #f5f5f5;
}
.storyEntryInputBtn input[type="reset"] {
	display: block;
	margin: 0;
	padding: 2px 5px;
	width: 250px;
	height: 40px;
	font-size: 15px;
	line-height: 100%;
	text-align: center;
	text-decoration: none;
	border: solid 1px #ccc;
	border-top: 2px solid #0080cc;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #f5f5f5;
}
.storyEntryInputBtn input[type="button"] {
	display: block;
	margin: 0;
	padding: 2px 5px;
	width: 250px;
	height: 40px;
	font-size: 15px;
	line-height: 100%;
	text-align: center;
	text-decoration: none;
	border: solid 1px #ccc;
	border-top: 2px solid #0080cc;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #f5f5f5;
}





#reportContents {
	width: 920px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 13px;
	line-height: 175%;
}
.reportText {
	width: 920px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	font-size: 13px;
	line-height: 175%;
	text-align: left;
	border-bottom: 1px dotted #00619b;
}
.reportSubTitle {
	width: 920px;
	height: 55px;
	margin-bottom: 20px;
}
.reportSubTitle3 {
	width: 920px;
	height: 45px;
	margin-bottom: 20px;
}
.reportSubTitle4 {
	width: 920px;
	height: 30px;
	margin-bottom: 10px;
}
.reportTextBox1 {
	margin: 0;
	padding: 20px;
	font-size: 13px;
	line-height: 175%;
	text-align: left;
	background: url(../report/img/textboxBase1.jpg) no-repeat;
}
.reportTextBox3 {
	margin: 0;
	padding: 20px;
	font-size: 13px;
	line-height: 175%;
	text-align: left;
	background: url(../report/img/textboxBase3.jpg) no-repeat;
}
.reportPhotoR {
	float: right;
	margin: 0 0 5px 5px;
	padding: 0;
}
.reportPhotoL {
	float: left;
	margin: 0 5px 5px 0;
	padding: 0;
}
.reportPhotoBtm {
	margin-top: 10px;
	padding: 0;
}
.reportEventWrap {
	padding-left:1em;
	text-indent:-1em;
}
.reportEventTitle {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 175%;
	text-align: left;
	font-weight: bold;
}
.reportEventTitle em {
	color: #58c3e0;
}
.reportTextBox4 {
	margin: 0;
	padding: 20px;
	font-size: 13px;
	line-height: 175%;
	text-align: left;
	background: #f2dbc6;
}
.reportTextBox5 {
	margin: 0;
	padding: 20px;
	font-size: 13px;
	line-height: 175%;
	text-align: left;
	background: #d8eef4;
}
.reportTextBox5L {
	float: left;
	width: 300px;
}
.reportTextBox5R {
	float: right;
	width: 560px;
}
.reportTextBox5L table {
	width: 300px;
}
.reportTextBox5R table {
	width: 560px;
}
.reportTextBox5L td {
	margin: 0;
	padding: 0 10px;
	height: 36px;
	line-height: 36px;
	text-align: left;
	border-bottom: 1px dotted #00619b;
}
.reportTextBox5R td {
	margin: 0;
	padding: 0 10px;
	height: 36px;
	line-height: 36px;
	text-align: left;
	border-bottom: 1px dotted #00619b;
}
.reportTextBox5L tr:nth-child(even),
.reportTextBox5R tr:nth-child(even) {
	/* 偶数行 */
	background-color: #d4e5f0;
}
.reportTextBox5L tr:nth-child(odd),
.reportTextBox5R tr:nth-child(odd) {
	/* 奇数行 */
	background-color: #f5f9fb;
}
.reportTextBox6 {
	margin: 0;
	padding: 20px;
	font-size: 13px;
	line-height: 175%;
	text-align: left;
	background: #d8eef4;
}
.reportTextBox6 table {
	width: 880px;
}
.reportTextBox6 td {
	margin: 0;
	padding: 0 10px;
	height: 36px;
	line-height: 36px;
	text-align: left;
	border-bottom: 1px dotted #00619b;
}
.reportTextBox6 tr:nth-child(even) {
	/* 偶数行 */
	background-color: #d4e5f0;
}
.reportTextBox6 tr:nth-child(odd) {
	/* 奇数行 */
	background-color: #f5f9fb;
}
