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

body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}

a img {
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline;
}

a:visited {
	color: #6E6C64;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto;
}

.header {
	background: #fff;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.sidebar1 {
	float: right;
	width: 220px;
	background-color: #FFFFFF;
}

.content {
	width: 740px;
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

ul.nav {
	list-style-type: none;
	margin-top: -10px;
}

ul.nav a, ul.nav a:visited {
	display: block;
	width: 190px;
	text-decoration: none;
	color: #000;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	color: #F60;
	background-color: #FFFFFF;
}

.footer {
	background: #FFF;
	position: relative;
	clear: both;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

body,td,th {
	color: #000;
}

.top .mainbar ul {
	list-style-type: none;
}

.top .mainbar ul li {
	float: left;
}

address {
	font-style: normal;
}

.topicrule {
	margin-bottom: 10px;
}

.container .sidebar1 p {
	margin-top: 14px;
	border-bottom-width: 2pt;
	border-bottom-style: solid;
	border-bottom-color: #00913a;
}

.top {
	width: 100%;
	background: #FFF;
	height: 140px;
}

.top .mainbar {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.containerbg {
	width: 100%;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}

.containerbg .container .footer p {
	margin-top: 10px;
}

.containerbg .container img {
	margin: 0px;
	padding: 0px;
}