@charset"UTF-8";

* {
	font-size: small;
	font-style: normal;
	line-height: 160%;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-family:"ＭＳ Ｐゴシック", "Osaka", sans-serif;
}

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#navi {
	background-color: #CCFFFF;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-attachment: fixed;
}
#contents {
	margin-left: 200px;
	background-image: url(../img/contentsback.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	padding: 30px;
	width: 540px;
}
#title {
	height: 150px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../img/title.gif);
	background-repeat: no-repeat;
}

#footer {
	text-align: right;
	margin-top: 20px;
}
.ul1box {
	width: 200px;
}
.ul1up {
	background-image: url(../img/tab_up.gif);
	height: 20px;
	width: 200px;
}
.ul1down {
	background-image: url(../img/tab_down.gif);
	height: 20px;
	width: 200px;
}
.ul1middle {
	background-image: url(../img/tab_middle.gif);
}
h1 {
	visibility: hidden;
}
h2 {
	background-image: url(../img/h2back.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 400px;
	font-size: 120%;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-weight: bold;
	padding-left: 10px;
	color: #3B3290;
}
h3 {
	background-image: url(../img/h3back.gif);
	height: 25px;
	width: 250px;
	margin-left: 10px;
	padding-left: 10px;
	color: #3333FF;
	background-repeat: no-repeat;
	margin-top: 5px;
	clear: right;
	font-weight: bold;
}
.contents {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
address {
	font-size: 90%;
	clear: right;
}
.h3picbox {
	height: 200px;
	width: 200px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: right;
}
.to_pagetop {
	padding-left: 50px;
	float: right;
	background-image: url(../img/to_pagetop.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 150px;
}
.to_pagetop a {
	color: #663366;
}
.to_pagetop a:hover {
	color: #CC99FF;
}
ul.first {
	margin-left: 30px;
	list-style-type: none;
}
ul.second {
	list-style-type: none;
	margin-left: 10px;
}
ul.first li a {
	color: #000099;
}
ul.first a:hover {
	color: #66CCFF;
}
ul.second li a {
	color: #3333FF;
}
ul.second a:hover {
	color: #99FFCC;
}
em {
	font-style: italic;
}
.chronology {
	line-height: 1.3em;
	margin-bottom: 7px;
	list-style-type: none;
	padding-left: 30px;
}

.brank_link a {
	border-left-width: 0.5em;
	border-left-style: solid;
	border-left-color: #996699;
	margin-left: 5px;
	padding-left: 5px;
	color: #333333;
}

.brank_link a:hover {
	background-color: #dcdcdc;
}
