@charset "utf-8";

h1,h2,h3,h4,h5,h6,p,table,th,td,div,ul,ol,li {
	margin: 0px;
	padding: 0px;
}


body {
	font-family:Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 13px;
	line-height:150%;
	color: #333;
	background-color: #FFF;
	background-image: url(img/container_back.jpg);
    background-position: center; 
    background-repeat: repeat-y;
    background-attachment: fixed;
	margin-right: auto;
	margin-left: auto;
}
.float-clear {
	font-size: 0px;
	color: #FFF;
	clear: both;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}


#header {
	width: 960px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 30px;
}

#header h1 p{
	margin-bottom: 20px;
}

#navigation {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#navigation h5 {
	font-size: 0%;
	width: 137px;
	float: left;
	height: 36px;
	text-indent: -9999px;
}
#navigation #btn01 h5 a {
	height: 36px;
	background-image: url(img/btn_01.jpg);
	display: block;
	background-repeat: no-repeat;
	width: 137px;
}
#navigation #btn01 h5 a:hover {
	background-image: url(img/btnover_01.jpg);
}

#navigation #btn02 h5 a {
	height: 36px;
	background-image: url(img/btn_02.jpg);
	display: block;
	background-repeat: no-repeat;
	width: 137px;
}
#navigation #btn02 h5 a:hover {
	background-image: url(img/btnover_02.jpg);
}#navigation #btn03 h5 a {
	height: 36px;
	background-image: url(img/btn_03.jpg);
	display: block;
	background-repeat: no-repeat;
	width: 137px;
}
#navigation #btn03 h5 a:hover {
	background-image: url(img/btnover_03.jpg);
}#navigation #btn04 h5 a {
	height: 36px;
	background-image: url(img/btn_04.jpg);
	display: block;
	background-repeat: no-repeat;
	width: 137px;
}
#navigation #btn04 h5 a:hover {
	background-image: url(img/btnover_04.jpg);
}
#navigation #btn05 h5 a {
	height: 36px;
	background-image: url(img/btn_05.jpg);
	display: block;
	background-repeat: no-repeat;
	width: 137px;
}
#navigation #btn05 h5 a:hover {
	background-image: url(img/btnover_05.jpg);
}
#navigation #btn06 h5 a {
	height: 36px;
	background-image: url(img/btn_06.jpg);
	display: block;
	background-repeat: no-repeat;
	width: 137px;
}
#navigation #btn06 h5 a:hover {
	background-image: url(img/btnover_06.jpg);
}
#navigation #btn07 h5 a {
	height: 36px;
	background-image: url(img/btn_07.jpg);
	display: block;
	background-repeat: no-repeat;
	width: 137px;
}
#navigation #btn07 h5 a:hover {
	background-image: url(img/btnover_07.jpg);
}

#maincontent {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	margin-top: 40px;
}

#maincontent-left h2 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 20px;
	line-height:120%;
	color: #576117;
}

.table1 {
    font-family:Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 14px;
	line-height:120%;
	color: #576117;
}

#maincontent-left {
	margin-top: 20px;
	float: left;
	width: 330px;
	display: inline;
	margin-left: 132px;
}
#maincontent-right {
	float: right;
	width: 365px;
	display: inline;
	margin-right: 132px;
}

table {
    border-spacing: 8px;
	margin-top: 10px;
}



#footer {
	background-image: url(images/footer.jpg);
	height: 115px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 45px
}



#footer p {
	color: #17462D;
	font-size: 11px%;
	text-align: center;
}

#maincontent #maincontent-left img {
	margin-top: 35px;
	margin-bottom: 10px;
}
#maincontent #maincontent-right img {
	margin-top: 20px;
	margin-bottom: 10px;
}

#maincontent #maincontent-left .red {
	color: #C00;
}
