/* IEとNN系の解釈の違いの緩衝 =======================*/
*  { box-sizing: border-box}
*  { -moz-box-sizing: border-box}
body  {
	color: #333333;
	font-size: 10pt;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
	background-color: #E9FFE9;
}
td, th  { color: #333333; font-size: 10pt; line-height: 130%; }
h1, h2, h3, h4, h5, h6, p, ul { margin-top: 0; margin-bottom: 0 }
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}
h1    {
	cursor: hand;
	text-align: left;
	height: 51px;
	width: 760px;
	float: left;
	font-size: 10pt;
}
h1 span { visibility: hidden }
h2 span { visibility: hidden }
h3 {
	background-color: #FFECD2;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FF9933;
	color: #666666;
	padding-left: 10px;
	font-size: 14px;
	padding-right: 10px;

}
h4 {
	background-color: #FFcccc;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FF3300;
	color: #666666;
	padding-left: 10px;
	font-size: 14px;
}
h5 {
	font-size: 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
	color: #666666;
}
.header {
	background: url(../images/bgtop.gif) no-repeat left bottom;
}
.footer {
	background-image: url(../images/bgfooter.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}
.head0 {
	background-image: url(../images/space1.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.head1 {
	background-image: url(../images/head1.gif);
	background-repeat: no-repeat;
}
.head2 {
	background-image: url(../images/head2.gif);
	background-repeat: no-repeat;
}
.menu {
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.topmesbg {
	background-image: url(../images/toptxt.gif);
	background-repeat: no-repeat;
}
.index {
	background-image: url(../images/index.gif);
	background-repeat: no-repeat;
}
.contehead1 {
	background-image: url(../images/contehead1.gif);
	background-repeat: no-repeat;
}
.contehead2 {
	background-image: url(../images/contehead2.gif);
	background-repeat: no-repeat;
}
.content {
	background-image: url(../images/content.gif);
	background-repeat: no-repeat;
}
.seisakubg {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.main {
	font-size: 14px;
}
.formtd {
	font-size: 14px;
}
