@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background: url("../img/wall.jpg") repeat-y fixed center;
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: underline;
}
a:active {
	color: #99CCFF;
	text-decoration: none;
}

a.white:link {
	color: #FFFFFF;
}
a.white:visited {
	color: #FFFFFF;
}
a.white:hover {
	color: #FFFFFF;
}
a.white:active {
	color: #FFFFFF;
}

/*ヘッダ*/

h1 {
	color: #0066CC;
	font-size: 12px;
	font-weight: normal;
	margin-top: -0.5em;
	margin-bottom: -0.5em;
}
.catch {
	font-size: 14px;
//	font-size: 16px;
}

/*ニュース*/

.title {
	font-size: 120%;
	font-weight: bold;
}

.blue1 {
	color: #000099;
	font-size: 20px;
}

.more {
	font-size: 12px;
	background: url("../img_index/icon_more.jpg") no-repeat;
	padding-left: 20px;
	height: 14px;
}

.green {
	color: #006633;
}

.date {
	color: #FFFFFF;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

.photocon {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding-right: 6px;
	padding-left: 6px;
}

.listsquare {
	list-style-image:url("../img_index/list_mark.jpg");
	line-height: 120%;
}

.list_alpha {
	list-style-type:lower-alpha;
}

.midashi {
	color: #000099;
	margin-bottom: -0.5em;
	margin-top: -0.1em;
	font-size: 18px;
}

.midashi2 {
	color: #000099;
	font-size: 18px;
	margin-bottom:5px;
}

.pagetop {
	font-size: x-small;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.title {
	font-size: 18px;
	font-weight: bold;
}

.sub {
	color: #0066CC;
}

.contents {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	background: url("../img/titlebar.jpg");
	height: 28px;
	padding-left: 10px;
}

.contents a:link , .contents a:visited {
	color: #FFF;
}
.contents a:hover {
	color: #FF0;
}
.contents a:active {
	color: #F60;
}


.fix10 {
	font-size: 10px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	line-height: 12px;
}
.fix12 {
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
.fix13 {
	font-size: 13px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

.mtxt {
	font-size: small;
	line-height: 120%;
}
.stxt {
	font-size: small;
	line-height: 110%;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}

.stxt2 {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: x-small;
	line-height: 110%;
}

.title_white {
	font-size: medium;
	line-height: 140%;
	font-weight: bold;
	color: #FFFFFF;
}

.red_bold {
	font-size: medium;
	line-height: 140%;
	font-weight: bold;
	color: #FF0000;
}

.pointer {
	cursor: hand;
}

@media print {
.np {
	display: none;
}
.print {
	display: block;
}
}

