h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,p {
	margin: 0px;
	padding: 0px;
}

body {
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", hiragino, "ＭＳ ゴシック", "ＭＳ 明朝", sans-serif;
}
#header {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}
#header h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#header h1 a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header h1 span {
	position: absolute;
	right: 9999px;
}

#center {
	width: 1020px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

#contents {
	padding: 0px;
	width: 1020px;
	background-color: #FFF;
	clear: both;
	float: left;
	margin: 0px;
}
#contents #sidmenu {
	width: 200px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
}
#center #contents #sidmenu ul li a {
	color: #666;
	text-decoration: none;
}

#center #contents #sidmenu ul li a:hover {
	color: #4894C1;
}

#contents #content {
	width: 810px;
	float: left;
}
#footer {
	width: 1020px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#footer #footer_menu {
	width: 1000px;
	float: left;
	padding: 10px;

}

#footer #footer_menu address {
	color: #999;
	font-style: normal;
	line-height: 1.6em;
}
#footer #footer_menu address a {
	color: #999;
	text-decoration: none;
}
#footer #footer_menu address a:hover {
	color: #5CA3C0;
	text-decoration: underline;
}


#footer #footer_menu ul {
	float: left;
	width: 23%;
	margin-left: 2%;
	margin-top: 10px;
}
#footer #footer_menu ul li {
	font-size: 0.8em;
	color: #CCC;
}
#footer #footer_menu ul li a {
	color: #666;
	text-decoration: none;
}
#footer #footer_menu ul li a:hover {
	color: #5CA3C0;
	text-decoration: underline;
}



#footer a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
	margin-left: 770px;
}
#footer p {
	font-size: 0.8em;
	color: #CCC;
}
#center #contents #content dl dd {
	padding-left: 100px;
}

