/* style sheet last modified 20061116 */

/*tag style definition */

body {
	margin: 0px;
	width: 96%;
	background-color:#EEEEEE;
	font-size:x-small;
	font-family: "Arial","ＭＳ Ｐゴシック",sans-serif;
}

h1{
	font-weight:bold;
	font-size:small;
}



h2 {
	font-weight:bold;
	font-size:small;
}



h3 {
	font-weight:bold;
	font-size:small;
}



td {
	color: #444444;
	font-size:x-small;
}



/*class style definition */

.navi{
	font-size:x-small;
	font-weight:bold;
	float:right;
}



.title{
	font-size:small;
	font-weight:bold;
}



.back_number{
	font-size:small;
	width:518px;
	background-color:#FCFAF7;
}



.con_text{
	width:518px;
	background-color:#FCFAF7;
}



.con_text img{
	float:left;
	margin-right: 10px;
}



.con_text_top{
	width:518px;
	background-color:#FCFAF7;
	padding:5px;
}



.con_text_top img{
	display:none;
}



.con_text_top p{
	margin: 0px;
}



.con_text_t{
	vertical-align;
	font-size:x-small;
	color:#000000;
	padding:5px;
	background-color:#eeeedd;
	font-weight: bold;
}


.footer_menu{
	font-size:xx-small;
}


/*class style definition   add 2008.08.04 */

.no_margin{
	padding:0px;
}


.no_margin img{
	margin-right:-3px;
	margin-left:-3px

}

/*class menu navi  add 2009.05.10 */

.navinote {
text-indent: 10px;
/*padding-left:10px;*/
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: -50px 0 0 168px;
	list-style: none;
	line-height: 1.3em;
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

#nav a {
	display: block;
	width: 166px;
}

#nav li { /* all list items */
	float: left;
	width: 166px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #e7e7e7;
	width: 166px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	color: #000000;
}

#content {
	clear: left;
	color: #000;
}


#nav li ul.sublist li a:link {
	background-color: #e7e7e7;
	color: #000000;
	text-decoration: underline;
	}
	
#nav li ul.sublist li a:visited {
	background-color: #e7e7e7;
	color: #000000;
	text-decoration: underline;
	}

#nav li ul.sublist li a:active {
	background-color: #e7e7e7;
	color: #000000;
	text-decoration: underline;
	}

#nav li ul.sublist li a:hover {
	background-color: #767676;
	color: #000000;
	text-decoration: underline;
	}




