body {
	background-color: #FFFFFF;
	background-repeat: repeat;
	color:#000000;
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-size: small;
}

table {
	width: 100%;
	margin: 0px;
}

th {
	vertical-align: top;
	text-align: center;
	background-color: #CCFFCC;
}

td {
	vertical-align: top;
}

hr {
	width: 70%;
	border-color: #9999FF;
	border-style: solid;
}

ul {
	list-style-image : url("img/button.gif");
}

li {
	margin: 0.5em 0em;
	padding-left: 0.1em;
}

p {
	text-indent: 1em;
}

h4 {
	margin: 0.2em 0em 0.2em 0em;
	text-align: center;
	font-size: 14px;
}

h5 {
	border-style: solid;
	border-width: 0px 0px 3px 10px;
	border-color: #CCCCFF;
	margin: 0.5em 0em;
	padding: 3px 12px;
	font-size: medium;
}

h6 {
	border-style: solid;
	border-width: 0px 0px 2px 7px;
	border-color: #CCCCCC;
	margin: 0.5em 0em;
	padding: 2px 10px;
	font-size: small;
}

a:link, a:visited {
	text-decoration: none;
	color: #0044cc;
}

a:hover, a:active {
	text-decoration: none;
	color: #FF6633;
}

table.main2 {
	width: 780px;
}
div.ie_hack {
	width: 780px;
	background-color: #FFFFE0;
	margin: 0px 0px 0px 12px;
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
}

div.main {
	width: 804px;
	height: 100%;
	margin: 0% auto;
	border: 0px solid #171717;
	padding: 0px;
	clear: both;
	background-repeat: repeat-y;
	background-position: center;
}

div.copy {
	background:#669933 url(img/bgBACK.png) repeat-x top left;
	color: #FFFFFF;
	width: 780px;	
	text-align: center;
	font-size: small;
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	border-color: #666699;
	margin: 0px 0px 0px 12px;
	padding: 0.2em 0em;
}

div.foot {
	margin: 0;
	padding: 0px 0px 0px 0px ;
	border: 0;
	background-repeat: no-repeat;
	background-position: center top;
}

div.temp {
	width: 100px;
	height: 100px;
	background-image: url("img/koujichu2.gif");
}

div.pdffile {
	text-align: right;
	font-size: small;
}

div.toptitle {
	display: block;
	width: 780px;	
	height: 156px;	
	background-color: #FFFFFF;
	vertical-align: center;
	border-width: 0px;
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px 0px 0px 12px;
	padding: 0px;
}

td.lside {
	width: 220px;
}

td.rside {
	width: 8em;
}

td.maincontents {
}

span.name {
	font-size: large;
	font-weight: bold;
}

div.contents {
	background-color: #7EC0EE;
	width: 530px;
	margin: 0px;
	padding: 2px;
}

div.subcontents {
	background-color: #FFFFFF;
	text-align: left;
	margin: 0;
	padding: 0.6em;
	line-height: 1.2;
}

div.subcontents table {
	width: 500px;
	margin: 0px;
}

table.subcontents {
	background-color: #FFFFFF;
	width: 570px;
	text-align: left;
	font-size: small;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	border-collapse: collapse;
}

table.subcontents td {
	background-color: #FFFFFF;
	text-align: left;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
}

div.rightcontents {
	background-color: #9999FF;
	width: 210px;
	margin: 0px;
	padding: 2px;
}

div.rightaddress {
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0;
	padding: 0.6em;
}

div.error {
	color: #FF0033;
}

a.button {
	display: block;
	text-align: center;
	background-color: aliceblue;
	text-decoration: none;
	width: 50%;
	padding: 0.5em 0em;
	margin: 0% auto;
	border-style: solid;
	border-width: 3px;
	border-color: #FF6666 #CC3366 #CC3366 #FF6666;
}

/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#styleone {
	font-weight:bold;
	font-size: 14px;
	display:block;
	color: #FFFFFF;
	width: 780px;
	background:transparent url(img/bgBACK.png) repeat-x top left;
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	border-color: #666699;
	padding: 0px 0px 0px 0px;
	text-align: right;
	z-index: 3;
	margin: 0px;
	position: absolute;	/* position each LI, thus creating potential IE.win overlap problem */
}

#styleone div.drop {
	display:block;
	height:22px;
	width:120px;
	margin:0;
	padding:1;
	list-style-type:none;
	/*width:auto;*/
	float:left;
	margin:0;
}
#styleone div.drop a{
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	padding:4px 0px 0px 0px;
	height:18px;
	width:120px;
	display:block;
}

#styleone div.drop a.pop {
	color:#FFFFFF;
}

#styleone div.drop a:hover,#styleone div.drop a.current{
	color:#000066;
	background:transparent url(img/bgOFF.png) repeat-x top left;
}

#styleone ul {
	margin: 0px;
	padding:0px;
	border: 0;
	list-style-type:none;
	display: none;
	list-style-image: none;
}

#styleone ul.open {
	display: block;
}

#styleone ul li {
	background:transparent url(img/bgON.png) repeat-x top left;
	text-align: center;
	width: 100%;
	height: 22px;
	margin: 0px 0px 0px 0px;
	padding:0px;
	display: block;
	float:left;
}

/*ポップアップメニュー用のCSS*/
#styleone div.drop span{
	display:block;
	text-align:center;
}

/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */

a.sidemenu2 {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

em {
	color: orangered;
	font-style: normal;
}
