@charset "shift_jis";

* {
	margin: 0px;
	padding: 0px;
/*	scrollbar-base-color:#EBD8DA; */
}

body {
	background-color: #EEEEEE;
	color: #000000;
	font:sansserif;
	font-size: 90%;
	text-align: center;	/* IE5.X対応 */
}

body.sansserif{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body.serif{
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

#container {
	width: 750px;
	margin:auto;
	text-align: left; /* IE5.X対応 */
	background: #990000;	
}

#header {
	height: 472px;
	width: 180px;
	float: left;
	background-color: #990000;
}

#header2 {
	height: 472px;
	width: 570px;
	background-color: #990000;
  	float: right;
}

#wrapper {
	font-size: 90%;
}

#sidenavi {
	background: #990000;
	width: 180px;
	float: left;
  	left : 0px;
}

#sidenavi ul {
	font-size: 12px;
	display: list-item;
	padding-left: 5px;
	list-style: none;
	padding-right: 5px;
	border-bottom: thin dotted #990000;
	font-weight: bold;
}
#sidenavi li {
	line-height : 28px;	
	border-top: thin dotted #C06565;
	height: 28px;
}

#sidenavi p {
	font-size: 12px;
	padding-left: 10px;
	list-style: none;
	padding-right: 5px;
	padding-bottom: 5px;
	font-weight: normal;
}
#maintxt ul {
	text-indent: 1em;
	padding-top: 0.5em;
	padding-bottom: 1em;
	list-style: circle inside;
}

#main {
	float: left;
	width: 569px;
	background: #FFFFFF;
	border-right: 1px solid #CCCCCC;
}
	
#maintxt {
	padding: 30px 20px 40px 25px;
	line-height: 1.7em;
}

#maintxt h2 {
	font-size: 120%;
	background: #EBD8DA;
	font-weight: bold;
	margin-bottom: 10px;
	border-left: 12px solid #990000;
	border-right: 5px solid #CDB6B9;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 5px;
}

#listtxt {
	letter-spacing:0.2em;
}

.catch {
	background:left bottom;
	background-color: #EFEFEF;
	padding: 3px 8px;
	border-bottom: thin dotted #CCCCCC;
	font-weight: bold;
	color : navy;
}

#footer {
	float: right;
	width: 750px;
}

address {
	color: #FFFFFF;
	background: #003300;
	text-align: right;
	padding-right: 1em;
	height: 20px;
	padding-top: 0.3em;
	font: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
}

#header h1 {
	font: serif;
	font-weight: bolder;
	font-size: 28px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-left: 0px;
}

#sidenavi li a {
	text-decoration: none;
	display: block;
	padding-left: 3px;
}

#sidenavi li a:link {
	color: #ffffff;
}

#sidenavi li a:visited  {
	color: #ff9933;
}

/* #sidenavi li a:active {
	color: black;
	background-color: yellow;
} */

#sidenavi li a:hover  {
	color: #ffff33;
	background: #4F0000;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}

#gotop a{
	text-indent: 3%;
	text-decoration: none;
	font-weight:bold;	
}

#gotop a:link {
	color: blue;
}

#gotop a:visited {
	color: purple;
}

#gotop a:active {
	color: red;
}