@charset "utf-8";
/* formatting style
--------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #ffffff;
	background-color: #e71f1d;
	font-family: Arial, Helvetica, sans-serif,MS P ゴシック;
	font-size: 70%;
	line-height: 160%;
}
hr {
	display: none;
}
/* link style
--------------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #ffffff;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
/* basic layout
--------------------------------*/

#wrapper {
	background-color: #e71f1d;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #main #news {
	height: auto;
	width: auto;
	margin: auto;
}

#wrapper #main {
	position: relative;
	margin-left: auto;
	text-align: left;
	width: 670px;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-top: 75px;
}
#main #welcome {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #ffffff;
}

.style2 {color: #fff000}


a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFF00;
}
a:active {
	color: #FFFF00;
}

/* header styles
--------------------------------*/

#header {
	height: auto;
	position: relative;
	margin: 0px auto;
	width: 800px;
	clear: both;
	text-align: center;
	top: 10px;
}
#footer {
	text-align: center;
	height: 50px;
	clip: rect(0px,auto,10px,auto);
	margin-bottom: 10px;
	padding-bottom: 10px;
	float: none;
	bottom: 0px;
	position: static;
	padding-top: 100px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #main h1 {
	font-size: 120%;
	color: #ffffff;
	text-align: left;
}


#header #logo {
	position: static;
	top: 10px;
	clear: both;
	left: 60px;
	text-align: center;
}
#header ul {
	width: 800px;
	top: 80px;
	margin: 0px;
	position: absolute;
	clear: none;
	text-align: center;
	left: 80px;
}
#header ul  li {
	list-style: url(none) none;
	position: relative;
	margin: 0px;
	padding: 0px;
	float: left;
}
#main h2 {
	font-size: 100%;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}
#main dd {
	text-align: left;
	width: 600px;
	font-size: 80%;
	float: none;
}
