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

body {
	margin: 0px;
	padding: 0px;
}
a {
	color: #03C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header h1 {
	color: #C00;
}

#menu {
	line-height: 40px;
	margin: 0px;
	background-color: #333;
}
#menu ul {
	padding: 0px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
}
#menu li {
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFF;
	font-size: 14px;
}
#menu ul li a {
	color: #FFF;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}
#main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#main p {
	font-size: 0.9em;
	line-height: 1.6em;
}
.h2_back {
	background-color: #EFEFEF;
	line-height: 40px;
	display: block;
	padding-left: 15px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #C00;
	font-size: 16px;
}
#main h3 {
	font-size: 16px;
}
.top_menu {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#news {
	margin-top: 20px;
	padding: 10px;
	border: 3px solid #E8E8E8;
	width: 774px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	background-color: #F3F3F3;
}
#footer {
	background-color: #666;
	margin-top: 50px;
}
#footer ul li a {
	color: #FFF;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}

#footer p {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-left: 30px;
	font-size: 0.85em;
	line-height: 1.5em;
	color: #FFF;
}
#footer ul {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 70px;
}
#footer ul li {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #FFF;
}
#containt {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#containt p {
	font-size: 0.95em;
	line-height: 1.5em;
	padding-right: 200px;
}
