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

* {
	margin:0;
	padding:0;
}
img {
	border:none;
}
hr {
	display:none;
}
ul {
	list-style:none;
}
a {
	overflow:hidden;
}
body {
	color:#333333;
	text-align:center;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: url(../images/tool/bg.gif) repeat;
}
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#Menu {
	clear: both;
	width: 735px;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
	background: url(../images/menu/menu.gif) no-repeat;
}
#Menu UL {
	width: 735px;
}
#Menu LI {
	float: left;
	display: block;
	height: 25px;
	background: url(../images/menu/menu.gif) no-repeat;
	text-indent: -9999px;
}
#Menu LI a {
	display: block;
	background: url(../images/menu/menu.gif) no-repeat;
	text-decoration: none;
	height: 25px;
}
#Menu LI.menu1 a {
	width: 122px;
	background-position: 0px 0px;
}
#Menu LI.menu2 a {
	width: 122px;
	background-position: -122px 0px;
}
#Menu LI.menu3 a {
	width: 122px;
	background-position: -244px 0px;
}
#Menu LI.menu4 a {
	width: 121px;
	background-position: -366px 0px;
}
#Menu LI.menu5 a {
	width: 121px;
	background-position: -487px 0px;
}
#Menu LI.menu6 a {
	width: 122px;
	background-position: -608px 0px;
}
#Menu LI a:hover {
	display: block;
	background: url(../images/menu/menu.gif) no-repeat;
	text-decoration: none;
	height: 25px;
}
#Menu LI.menu1 a:hover {
	width: 122px;
	background-position: 0px -25px;
}
#Menu LI.menu2 a:hover {
	width: 122px;
	background-position: -122px -25px;
}
#Menu LI.menu3 a:hover {
	width: 122px;
	background-position: -244px -25px;
}
#Menu LI.menu4 a:hover {
	width: 121px;
	background-position: -366px -25px;
}
#Menu LI.menu5 a:hover {
	width: 121px;
	background-position: -487px -25px;
}
#Menu LI.menu6 a:hover {
	width: 122px;
	background-position: -608px -25px;
}
#Submenu {
	clear: both;
	width: 735px;
	height: 20px;
	background: url(../images/menu/submenu.gif) no-repeat;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	vertical-align: middle;
}
#Submenu UL {
	margin-left: 170px;
	padding-top: 4px;
}
#Submenu LI {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #333333;
	font-size: x-small;
	line-height: 1em;
	display: inline;
}
#Submenu LI a {
	text-decoration: none;
	color: #333333;
}
#Submenu LI a:hover {
	text-decoration: underline;
	color: #CC0000;
}
#Container {
	background: url(../images/tool/h20_6/body_bg.gif) repeat-y;
	clear: both;
	width: 735px;
	margin-right: auto;
	margin-left: auto;
}
#FootNavi {
	background: url(../images/tool/h20_6/body_bg.gif) repeat-y;
	clear: both;
	width: 735px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}
#FootNavi P {
	width: 710px;
	text-align: right;
	font-size: 10px;
}
#FootNavi P a {
	color: #333333;
	text-decoration: none;
}
#FootNavi P a:hover {
	color: #CC3333;
	text-decoration: underline;
}
#NaviLink {
	height: 46px;
	width: 735px;
	clear: both;
	background: url(../images/tool/h20_6/footnavi_bg.gif) no-repeat;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	margin-top: 30px;
}
#NaviLink UL {
	width: 470px;
	margin-right: auto;
	margin-left: auto;
	height: 46px;
	padding-top: 12px;
	text-align: center;
}
#NaviLink LI {
	font-size: 10px;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #333333;
	white-space: nowrap;
}
#NaviLink LI a {
	color: #333333;
	text-decoration: none;
}
#NaviLink LI a:hover {
	color: #CC3333;
	text-decoration: underline;
}

#Footer {
	clear: both;
	width: 735px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/tool/h20_6/footer_bg.gif) no-repeat;
	height: 26px;
}
#Footer ADDRESS {
	font-style: normal;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	width: 710px;
	padding-top: 4px;
}

