@charset "utf-8";
body {
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #262626;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 0px;
}
#container {
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
img {
	border: none;
	text-align: center;
}
#header {
	height: 105px;
	width: 900px;
}
#logo {
	height: 100px;
	width: 220px;
	float: left;
}
h1 {
	margin-top: 0px;
	margin-bottom: 0px;
}
#header h2 {
	font-size: 28px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 32px;
	text-align: right;
	color: #CCC;
}
#top_nav {
	height: 30px;
	width: 550px;
	float: right;
	margin-top: 40px;
}
#top_nav ul {
	margin: 0px;
	padding: 0px;
}
#top_nav ul li {
	float: right;
	list-style-type: none;
	font-size: 12px;
	line-height: 35px;
	background-image: url(../img/icon/i_w.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	color: #CCC;
	padding-right: 15px;
	margin-right: 30px;
}
#top_nav ul li a {
	color: #CCC;
	text-decoration: none;
}
#top_nav ul li a:hover {
	color: #F90;
}


#left {
	float: left;
	height: auto;
	width: 200px;
	margin-left: 10px;
	margin-top: 20px;
}
#left h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../img/left_menu.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 200px;
	text-align: center;
	line-height: 30px;
	color: #F90;
	font-size: 18px;
}
.left_warp {
	background-image: url(../img/left_warp.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 200px;
	margin-bottom: 20px;
}
#left .left_warp ul {
	margin: 0px;
	padding: 0px;
}
#left .left_warp ul li {
	list-style-type: none;
	line-height: 50px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	letter-spacing: 0.2em;
	margin: 0px;
	padding: 0px;
}
.left_li {
	width: 200px;
	list-style-type: none;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-image: url(../img/left_li.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
}
.left_li a   {
	color: #FFF;
	text-decoration: none;
	display: block;
}
.left_li a:hover {
	background-image: url(../img/left_li_a.gif);
	display: block;
	background-repeat: no-repeat;
	height: 50px;
	width: 200px;
	color: #F90;
	margin: 0px;
	padding: 0px;
}
.left_li_end a {
	color: #FFF;
	text-decoration: none;
	display: block;
}
.left_li_end a:hover {
	color: #F90;
	background-image: url(../img/left_li_end_a.gif);
	background-repeat: no-repeat;
	display: block;
	height: 51px;
	width: 200px;
}
.left_li_end {
	height: 51px;
	width: 220px;
	background-image: url(../img/left_li_end.gif);
	background-repeat: no-repeat;
}
#articl {
	float: left;
	height: auto;
	width: 640px;
	margin-left: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#banner {
	height: 426px;
	width: 640px;
	margin-bottom: 20px;
}
#banner2 {
	height: 170px;
	width: 640px;
	margin-bottom: 20px;
}
.section {
	height: auto;
	width: 640px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 18px;
}
.section_end {
	background-image: url(../img/section_end.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 640px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.section_top {
	background-image: url(../img/section_top.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 640px;
}
.section_warp {
	background-image: url(../img/section_warp.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 640px;
	font-size: 18px;
}
.section h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 28px;
	letter-spacing: 0.3em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F90;
	margin-left: 20px;
	padding-left: 10px;
	color: #FFF;
	padding-top: 0px;
	line-height: 28px;
}

.section p {
	margin-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	margin-bottom: 0px;
	text-align: left;
	font-size: 16px;
}
.section ul {
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
	color: #CCC;
	margin-left: 30px;
	margin-top: 0px;
}
.section h3 {
	font-size: 18px;
	color: #FFF;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.section p a {
	text-decoration: none;
	color: #F00;
}
.section ul li {
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 13px;
	line-height: 30px;
}
#footer {
	height: 130px;
	width: auto;
	clear: left;
	background-image: url(../img/bg_footer.gif);
	background-repeat: repeat-x;
	margin-bottom: 0px;
	margin-top: 20px;
}
#foot {
	height: 130px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#foot ul {
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 30px;
	display: block;
	margin-top: 0px;
}
#foot ul li {
	list-style-type: none;
	font-size: 12px;
	float: left;
	color: #333;
	line-height: 30px;
	display: block;
}
#foot ul li a {
	color: #333;
	text-decoration: none;
	display: block;
	background-image: url(../img/icon/i_b.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-right: 25px;
	padding-left: 13px;
}
#foot ul li a:hover {
	color: #FFF;
	background-image: url(../img/icon/i_w.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	display: block;
	padding-left: 13px;
}
#foot h4 {
	font-size: 12px;
	color: #333;
	text-align: right;
	margin-top: 40px;
	margin-bottom: 0px;
}
#foot h4 a {
	color: #333;
	text-decoration: none;
}
#foot h5 {
	margin-bottom: 0px;
	margin-top: 20px;
	text-align: center;
}
.section .section_warp table {
	height: auto;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	color: #FFF;
}
.section .section_warp table tr th {
	height: 200px;
	width: 200px;
	padding: 10px;
	text-align: left;
	color: #FFF;
	font-size: 16px;
}
.section .section_warp table tr td {
	padding: 10px;
	color: #CCC;
	letter-spacing: 0.2em;
}
