@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 ul {
	list-style-type: disc;
	font-size: 100%;
	list-style-position: inside;
}
#maincontent-left {
	float: left;
	display: inline;
	
}


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

.sentence {
	font-family:Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 12px;
	font-weight: light;
	color: #333;
	line-height: 150%;
	text-align: justify;
	text-justify: inter-ideograph;
} 

#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: 20px;
	margin-bottom: 10px;
}

