@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
	background: url(../images/bg.jpg) repeat-y;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3";
}

h2 {
	clear: both;
	text-align: center;
}

form {
	text-align: right;
	color: #fff;
	font-size: 12px;
}

p.copy {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	color: #fff;
	font-size: 0.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.6;
}

#header {
	margin: 0 auto;
	width: 740px;
}

#header .umoregi {
	float: left;
	font-size: 1px;
}

#header .umoregi a {
	display: block;
	background: url(../images/umoregi.gif) no-repeat;
	width: 84px;
	height: 36px;
	text-indent: -9999px;
	overflow: hidden;
}

#header h1 {
	float: left;
	margin-left: 130px;
	background: url(../images/title.gif) no-repeat;
	width: 309px;
	height: 85px;
}
#header h1 span {
	visibility: hidden;
}

#header p {
	clear: both;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 1.8;
}

#header p a {
	color: #fff;
}

#main {
	margin: 10px auto;
	padding: 0 20px 20px;
	width: 700px;	
	color: #000;
	font-size: 1.0em;
	line-height: 1.6;
	background: url(../images/b4-67.gif);
}

#main h2 {
	padding-top: 5px;
	font-size: large;
	color: #990000;
}

h3 {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #990000;
}

h4 {
	padding-top: 5px;	
}

#main p {
	padding-bottom: 5px;
}

#main div {
	margin: 0 auto 5px;
}

.red {
	color: #990000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.blue {
	color: #000099;
}
.txtS {
	font-size: 0.9em;
}

.notice {
	font-size: 0.9em;
	color: #006600;
}
.keyword {
	padding-bottom: 10px;
	font-size: 0.8em;
	color: #666;
	border-bottom: 1px #990000 dashed;
}

#main div.photo span {
	font-size: 0.8em;
}

#main div.photo a:link {
	color: #000;
	text-decoration: none;
}
#main div.photo a:visited {
	color: #000;
	text-decoration: none;
}
#main div.photo a:hover {
	color: #990000;
	text-decoration: underline;
}
#main div.photo a img {
	text-decoration: none;
	border: none;
}

ol {
	margin-left: 30px;
}

#bannar ol {
	list-style: none;
	margin-top: 20px;
	margin-left: 75px;
	padding: 0 0 20px 0px;
	width: 590px;
}

#bannar ol li {
	float: left;
	display: inline;
	margin-left: 10px;
}

#bannar ol li a {
	display: block;
	width: 184px;
	height: 48px;
	margin-top: 5px;
	text-indent: -9999px;
	overflow: hidden;
}

#bannar ol li.umoregi a {
	background: url(../../img/bn_umoregi.jpg) no-repeat;
	width: 184px;
	height: 48px;
}
#bannar ol li.manyosyu a {
	background: url(../../img/bn_manyoshu.jpg) no-repeat;
}
#bannar ol li.koten a {
	background: url(../../img/bn_kotenshu.jpg) no-repeat;
}
#bannar ol li.gogen a {
	background: url(../../img/bn_gogen.jpg) no-repeat;
}

/*  search.html */

#search #main p a:link {
	color: #666;
	text-decoration: underline;
}
#search #main p a:visited {
	color: #666;
}
#search #main p a:hover {
	color: #990000;
}

#search #main p b {
	color: #990000;
}


#search #main ol {
	margin-bottom: 20px;
	color: #990000;
}
#search #main li {
	margin-top: 10px;
}

#search #main li a:link {
	color: #000;
	text-decoration: underline;
}
#search #main li a:visited {
	color: #000;
}
#search #main li a:hover {
	color: #990000;
}



/*  view.html */

#material {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#material img {
	margin-top: 20px;
	margin-bottom: 30px;
}

#material p {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 0.8em;
	line-height: 1.6;
}

#material a {
	color: #fff;
}



