@charset 'utf-8';
/*--------------------------------------グローバルcssファイル*/
html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #000000;
	font: normal 12px Arial, sans-serif;
	text-align: center;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {
	display: none;
}
ul,dl,ol,li,dt,dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: none;
}
a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #ff9933;
	text-decoration: underline;
}
.text_area {
	padding: 20px;
	font-size: 15px;
}
#wrapper {
	width: 600px;
	margin: 0 auto 40px;
	padding: 0;
}
.inner {
	padding: 10px;
}
.spc {
	clear: both;
}
.spc hr {
	display: none;
}
/*---------------------------------form*/
form,fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
/*---------------------------------table*/
table {
	width: 95%;
	margin: 0 auto;
	padding: 0;
	font: 12px Tahoma,sans-serif;
	border-spacing: 0px;
	border-collapse: collapse;
}
table,tr,td{
	color: #000000;
	border: 2px solid #555555;
	text-align: center;
}
/*---------------------------------head*/
#head {
	width: 600px;
	height: 200px;
	background: url(../img/header.jpg) no-repeat;
	text-align: left;
}
#menu {
	width: 300px;
	margin-top: 100px;
	float: right;
}
#menu p {
	display: none;
}
#menu ol li {
	margin: 2px;
	padding: 0 10px;
	text-align: center;
	background: #222222;
	float: right;
}
#menu ol li a {
	display: block;
	padding: 5px 0;
	font-weight: bold;
	color: #ffffff;
}
#menu ol li a:hover {
	text-decoration: underline;
	color: #ff6633;
}
/*---------------------------------body*/
#body {
	text-align: left;
}
#body h2 {
	width: 200px;
	height: 30px;
}
/*---------------------------------foot*/
#foot {
	padding: 10px 0;
	border-top: 1px solid #555555;
}
#foot h5,
#foot h6 {
	width: 600px;
	padding: 10px 0;
}
#foot h6 a {
	display: block;
	width: 200px;
	height: 40px;
	background: url(../img/office_a.jpg) no-repeat center center;
	float: right;
}