@charset "utf-8";
/* formatting style
---------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #009900;
}
hr {
	display: none;
}

a {
	color: #333333;
	text-decoration: none;
}
a img {
	border-style: none;
}
a:hover {
	position: relative;
	left: 2px;
	top: 2px;
}

#bar {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
}

/* basic layout
---------------------------------*/
#wrraper {
	background-color: #FFFFFF;
	margin: 5px auto;
	width: 900px;
	position: relative;
	border: 5px solid #000000;
	padding-top: 5px;
}
#wrraper   p  strong.top {
	text-align: center;
	display: block;
}
div#menu strong {
	color: #FF0000;
}

/* header layout
---------------------------------*/
#header {
	position: relative;
	height: 250px;
	margin-left: 15px;
}

#header #logo {
	position: absolute;
	margin-left: 10px;
	background-color: #FFFFFF;
	margin-right: 0px;
	border-top: 20px solid #009900;
	border-bottom: 20px solid #009900;
	border-right-color: #009900;
}
#menu .menu p {
	border-left: 4px solid #666666;
	padding-left: 3px;
	border-top: 4px solid #666666;
	width: 265px;
	line-height: 1.2em;
	background-color: #FFFFCC;
}

#menu .menu {
	width: 280px;
	margin-left: 5px;
}
#wrraper .menu {
	width: 275px;
	float: left;
	margin-left: 15px;
	clear: none;
}
#wrraper #bar {
	clear: none;
	float: none;
}
#wrraper #menu #bar {
	clear: both;
}



#sidebar {
	width: 245px;
	margin-bottom: 20px;
	clear: left;
	float: left;
	margin-left: 20px;
	padding-top: 15px;
}
#sidebar h2 {
	width: 250px;
	text-align: center;
	margin-bottom: 10px;
}


#main {
	width: 580px;
	float: right;
	padding: 15px;
	border-left: 15px solid #009900;
	clear: none;
}
#sidebar p.date {
	line-height: 1;
	color: #FF0000;
	text-indent: 20px;
}
#sidebar dt {
	text-align: center;
	margin-bottom: 3px;
}

#sidebar dd {
	line-height: 1.1;
	width: 200px;
	margin-bottom: 15px;
	margin-left: 20px;
	border-top: 2px solid #999999;
	border-left: 2px solid #999999;
	padding-left: 2px;
	background-color: #FFFFCC;
}


#main #logo {
	margin-bottom: 10px;
}

#main h2 a {
	float: right;
}
#main h2 {
	clear: right;
	margin-left: 0px;
}
#main ul {
	margin-bottom: 20px;
	width: 330px;






	list-style: circle url(none) outside
.gif);							background-color: #009900;
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: bolder;
	padding: 15px;
	margin-left: 0px;
	list-style: disc;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border: 6px solid #000000;
}
#main ul li {
	margin-left: 15px;
}


#footer {
	padding: 15px 75px;
	clear: both;
}

#footer ul {
	float: right;
	list-style: none;
}
#footer  li  {
	display: inline;
	margin-left: 10px;
}
#footer td {
	margin: 0px;
	padding-left: 5px;
}
#footer th {
	margin: 3px;
}
