#headMenu{
	margin			: 0px 0px 0px 0px;
	padding			: 0px 0px 0px 0px;
	height			: 100px;
	background		: url(../img/header_bg.gif) no-repeat;
}

#headMenu h1{
	margin			: 0px 0px 0px 2px;
	padding			: 0px 0px 0px 0px;
	width			: 150px;
	float			: left;
}
#headMenu a{
	text-indent		: -9999px;
	text-decoration	: none;
}
#headMenu h1, #headMenu a{
	display			: block;
	height			: 30px;
}

#submenu{
	margin			: 10px 0px 0px 150px;
	padding			: 0px 0px 0px 0px;
	width			: 88px;
	height			: 19px;
	background		: url(../img/submenu.gif) no-repeat;
	overflow		: hidden;
	display: none;
}

#submenu li{
	float			: left;
	width			: 88px;
}

#submenu a{
	text-indent		: -9999px;
}

#submenu li,#submenu a{
	display			: block;
	height			: 19px;
	text-decoration	: none;
}

.menu1 {top: 0px; width: 88px;}
.menu2 {top: 0px; width: 176px;}

.sub1 a:hover, .sub1 a:visited:hover { background: transparent url(../img/submenu.gif) 0px -19px no-repeat;}
.sub2 a:hover, .sub2 a:visited:hover { background: transparent url(../img/submenu.gif) -88px -19px no-repeat;}



/*　ここからメニュー部分　*/
#menu{
	margin			: 73px 0px 0px 0px;
	padding			: 0px 0px 0px 0px;
	width			: 630px;
	height			: 23px;
	background		: url(../img/menu.gif) no-repeat;
}

#menu li{
	float			: left;
	width			: 90px;
}

#menu a{
	text-indent		: -9999px;
}

#menu li,#menu a{
	display			: block;
	height			: 23px;
	text-decoration	: none;
}

.menu1 {top: 0px; width: 90px;}
.menu2 {top: 0px; width: 180px;}
.menu3 {top: 0px; width: 270px;}
.menu4 {top: 0px; width: 360px;}
.menu5 {top: 0px; width: 450px;}
.menu6 {top: 0px; width: 540px;}
.menu7 {top: 0px; width: 630px;}

.menu1 a:hover, .menu1 a:visited:hover { background: transparent url(../img/menu.gif) 0px -23px no-repeat;}
.menu2 a:hover, .menu2 a:visited:hover { background: transparent url(../img/menu.gif) -90px -23px no-repeat;}
.menu3 a:hover, .menu3 a:visited:hover { background: transparent url(../img/menu.gif) -180px -23px no-repeat;}
.menu4 a:hover, .menu4 a:visited:hover { background: transparent url(../img/menu.gif) -270px -23px no-repeat;}
.menu5 a:hover, .menu5 a:visited:hover { background: transparent url(../img/menu.gif) -360px -23px no-repeat;}
.menu6 a:hover, .menu6 a:visited:hover { background: transparent url(../img/menu.gif) -450px -23px no-repeat;}
.menu7 a:hover, .menu7 a:visited:hover { background: transparent url(../img/menu.gif) -540px -23px no-repeat;}

/* ここまでメニュー */

table#contents {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
td#2ndmenu {
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 4px;
}
img {
	padding: 0px;
	border: none;
}
a {
	text-decoration: none;
}
td#2ndmenu a {
	color: #FFFFFF;
}
td#2ndmenu a:hover {
	color: #FFCC66;
}
body {
	margin: 0px;
	line-height: 150%;
}

td {
	font-size: 98%;
}
.bigtext {
	font-size: 100%;
}
.exbigtext {
	font-size: 115%;
}
.smalltext {
	font-size: 65%;
}
.midtext {
	font-size: 80%;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
}
h2 {
	font-size: 125%;
	font-weight: bold;
	margin: 5;
}
h1 {
	margin: 0px;
}
h2.img {
	margin: 0px;
	margin-bottom: 5px;
}
dl	{
	margin: 0;
	padding-top: 5px;
}
dt	{
	color: #666666;
	float: left;
	text-align: right;
	display: block;
	width: 40px;
}
dd	{
	color: #252525;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
	padding-left: 20px;
	padding-right: 10px;
}
table#article {
	margin-top: 5px;
}

.smalltext{
 font-size:11px;
}
.smalltext td{
 font-size:11px;
}

.boldtext{
 font-weight:bold;
}