@charset "utf-8";
h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,tt,td,p,address {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
}


body {
	margin: 0px;
	background-image: url(../image/body_backimage.jpg);
	background-repeat: repeat;
	padding: 0px;
	display: block;
	font-size: 75%;
}
#header #title {
	width: 1020px;
	background-color: #FFF;
	height: 120px;
	margin-right: auto;
	margin-left: auto;
}
#header #main_menu {
	height: 45px;
	background-image: url(../image/ui/mainmenu.jpg);
	background-repeat: repeat-x;
}
#header #main_menu ul {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}
#contents {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	display: block;
	float: none;
}
#header #title h1 {
	padding-top: 20px;
	margin-left: 50px;
	float: left;

}
#header #title h1 a img{
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header #title h1 span  {
	position: absolute;
	right: 9999px;
}
#header #title #submenu ul {
	padding-top: 5px;
	float: right;
	padding-right: 20px;
	background-repeat: no-repeat;
	width: 300px;
}

#header #title #submenu ul li {
	float: left;
	list-style-type: none;
	padding-left: 30px;
}
#header #title #submenu ul li a {
	color: #333;
	text-decoration: none;
}
#header #title #submenu ul li a:hover {
	color: #F06;
	text-decoration: underline;
}
#header #title #submenu img {
	clear: right;
	float: right;
	margin-right: 20px;
}




#header #title p {
	color: #666;
	font-size: 1.1em;
	padding-left: 20px;
	float: right;
	clear: left;
	padding-right: 20px;
}

#header #main_menu ul li {
	float: left;
	list-style-type: none;
}

#footer {
	background-color: #202020;
	padding-bottom: 0px;
	padding-top: 0px;
	clear: both;
	width: 100%;
	float: left;
	margin: 0px;
}

#footer #footer_menu {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}
#footer #footer_menu ul li a {
	color: #CCC;
	text-decoration: none;
}
#footer #footer_menu ul li a:hover {
	color: #F06;
	text-decoration: underline;
}
#footer #footer_menu ul {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#footer #footer_menu ul li {
	float: left;
	list-style-type: none;
	padding-right: 30px;
}
#footer #footer_menu address {
	color: #999;
	font-style: normal;
	clear: both;
}
#footer p {
	color: #666;
	text-align: right;
	margin-right: 20px;
}

#footer a img {
	float: right;
	height: 33px;
	width: 180px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 20px;
}

