@charset "UTF-8";
/* CSS Document */

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: right bottom;
	position: relative;
}

#header {
	display: none;
}

#main {
}

#wrapper #banner_space {
	height: 50px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#wrapper #footer {
	height: 600px;
	margin-top: 10px;
}
#footer ul {
	color: #FF0000;
	list-style-type: none;
}

address {
	color: #333333;
	font-size: x-small;
	padding-left: 20px;
	font-style: normal;
	padding-top: 10px;
}

h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	color: #333333;
}

h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	color: #333333;
}

h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #333333;
}

a:link{
	color: #333333;
	font-size: 12px;
}
a:visited{
	color: #333333;
	font-size: 12px;
}

a:hover{
	color: #990000;
	font-size: 12px;
}

ul {
}

li {
	list-style-type: none;
	margin-top: 8px;
	text-indent: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 8px;
	background-image: url(../css09/cssimg/dot.gif);
	background-repeat: no-repeat;
}

.news_title {
	height: 21px;
	width: 500px;
	background-image: url(cssimg/news_title.jpg);
	background-repeat: no-repeat;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-top: 20px;
}

.article {
	height: auto;
	width: 500px;
	margin-left: 20px;
}

.title_l {
	width: 400px;
	float: left;
	height: 20px;
}

.title_r {
	width: 100px;
	float: right;
	height: 20px;
	text-align: right;
	line-height: 20px;
}
.footermenu {
	background-color: #FFFFFF;
	height: 20px;
	width: 800px;
	margin-left: 20px;
	margin-top: 20px;
}

