@charset "utf-8";
body {
	color: #000000;
	background-color: #333399;
	margin: 18px;
	font-size: 90%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align:center;
}
h1 {
	margin:0px 0px 3px 0px;
	font-size: 90%;
	font-weight: normal;
	clear:both;
}
h2 {
	background-image: url(images/subtitle_r.gif);
	background-repeat: repeat-x;
	margin:27px 0px 6px 0px;
	font-size: 120%;
	clear:both;
}
h3 {
	margin:0px 0px 2px 0px;
	padding:0px 0px 0px 3px;
	font-size: 100%;
	border-left:solid 5px #2097B9;
	line-height:110%;
}
h3.intable {
	margin:0px;
	padding:3px;
	border-left:none 0px transparent;
	line-height:100%;
}
p {
	margin:0px;
}
a {
	text-decoration:none;
}
a:link {
	color: #cc0000;
}
a:visited {
	color: #ff6666;
}
a:hover {
	color: #2097b9;
	text-decoration:underline;
}
a:active {
	color: #2097b9;
	text-decoration:underline;
}
img {
	border:none 0px transparent;
}
table {
	margin:0px;
	padding:2px;
	border-collapse:collapse;
	width:90%;
}
td, th {
	font-size:90%;
	vertical-align:top;
	white-space:nowrap;
	text-align:left;
	margin:0px;
	padding:0px 2px 0px 2px;
}
hr {
	width:100%;
	height:2px;
	border:solid 1px #2097B9;
	clear:both;
	margin:20px auto 0px auto;
	padding:0px;
}
ul {
	padding: 0px;
	margin: 0 0 0 2em;
	list-style: url(images/item02_r.gif);
	font-size: 75%;
	font-weight: normal;
}

textarea {
	width:75%;
}

div.base {
	width:880px;
	background:#FFFFFF;
	margin:10px auto 0px auto;
	padding:1em;
	border-right: solid 2px #9494C4;
	border-bottom: solid 2px #9494C4;
	text-align:left;
}
div.base2 {
	width:550px;
	background:#FFFFFF;
	margin:10px auto 0px auto;
	padding:1em;
	border-right: solid 2px #9494C4;
	border-bottom: solid 2px #9494C4;
	text-align:left;
}
.small {
	font-size: 75%;
	font-weight: normal;
}
.large {
	font-size:120%;
}
.r {
	text-align:right;
}
.c {
	text-align:center;
}
.gototop{
	text-align:right;
	margin:6px 0px 15px 0px;
}
.copyright {
	margin:0px;
	font-size: 75%;
	font-weight: normal;
	color:#FFFFFF;
}
tr.header {
	background:#2097B9;
	color:#FFFFFF;
}
tr.header_sp {
	background:#FF9900;
	color:#FFFFFF;
}
tr.odd {
	background:#EEEEEE;
}
tr.even {
	background:#DDDDFF;
}
ul.navi {
	list-style:none;
	margin:0px;
	padding:0px;
}
ul.navi li{
	display:inline;
	float:left;
	padding:0px;
	width:115px;
}
ul.navi li.right{
	float:right;
}
.banner table {
	width:100%;
}
.banner td {
	text-align:center;
}
.wrap {
	white-space:normal;
}
table.news {
	width:96%;
}
table.news td {
	white-space:normal;
}
.topnews {
	border:solid 1px #CCCCCC;
	margin:12px 0px 6px 6px;
	padding:3px;
}