@charset "UTF-8";

body {
	color: #FFFFFF;
	background-color:#837D7B;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #431F1D;
}
.container {
	width: 950px;
}
.header {
	height: 100px;
	width: 950px;
	background-image: url(../images/header_bg.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.sidebar {
	float: left;
	width: 220px;
	margin: 25px 0 0 0;
}
.content {
	float: left;
	width: 690px;
	padding: 25px 0 50px 25px;
}
.footer {
	height: 50px;
	width: 940px;
	background-color: #000000;
	text-align: right;
	color: #FFFFFF;
	font-size: 12px;
	border-top: solid 1px #FFFFFF;
	padding: 10px 10px 0 0;
}
.header h1 a {
	display: block;
	text-indent: -9999px;
	width: 265px;
	height: 100px;
}
.main {
	background-image: url(../images/main_bg.png);
	background-repeat: repeat-y;
	background-position: left;
}
.sidebar ul {
	list-style-type: none;
	font-size: 16px;
	margin-left: 15px;
	margin-bottom: 25px;
}
.sidebar li {
	margin-bottom: 10px;
}
.sidebar .information {
	padding-top: 25px;
	padding: 25px 0 50px 0;
}
.content h2 {
	font-size: 24px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CC5302;
	height: 26px;
	padding: 5px 5px 5px 10px;
	margin-bottom: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 25px;
}
.content h3 {
	font-size: 18px;
	margin-bottom: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC5302;
}
.content h4 {
	font-size: 16px;
	margin-bottom: 22px;
	color: #CC5302;
}
.content h5 {
	font-size: 14px;
	margin-bottom: 18px;
}
.content h6 {
	font-size: 12px;
	margin-bottom: 14px;
}
.content p {
	margin-bottom: 25px;
	font-size: 12px;
	line-height: 18px;
}
.content .menu .menuImg {
	float: left;
	width: 220px;
}
.content .menu .menuContent {
	float: left;
	width: 400px;
}
.content .menu .menuImg img {
	border: 1px solid #FFFFFF;
}
.content .menu {
	margin-bottom: 35px;
}
.container .main .content .denasestu {
	margin-top: 35px;
}
.container .main .content .denasestu .densetsu_title {
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC5302;
	margin-bottom: 35px;
}
.container .main .content .info {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	font-size: 12px;
	width: 620px;
}
.container .main .content .info td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	text-align: left;
}
.container .main .content .densetsu {
	width: 620px;
}
.container .main .content .news {
	width: 620px;
}
.container .main .content .link {
	width: 620px;
}
.container .main .content .news .newsItem {
	margin-bottom: 50px;
}

