/* mainボックス */
	
#main { float:left; padding:0px; margin:0px; width:780px; font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif; height:100%; background-image:url("img/bg.gif");  }

/* menuボックス */
	
#menu_h { padding:0px; margin:0px; float:left; width:153px; color:#666666; font-size:13px; }

.mn_about ul{ margin:0px; padding: 0px; list-style:none; border-top: 1px solid #003399; border-right: 1px solid #003399; background-color:#ddddf9;}

.mn_about a, .mn_about a:link, .mn_about a:visited{
 	border-bottom:1px solid #003399;
	text-decoration: none;
	text-indent:15px;
	padding:6px 0px 6px 0px;
	margin: 0px;
	color:#993366;
	display:block;
	width:152px;
	background-image:  url("img/menu_ico.jpg");
	background-repeat:no-repeat;
	}
	
.mn_about a:hover{ 
 	border-bottom:1px solid #003399;
	display:block;
	width:152px;
	background-color: #FFF; 
	background-image:  url("img/menu_ico_ov.jpg");
	background-repeat:no-repeat;
		}

.homebtn{ color:#993366; margin:15px 0px; text-align:center; }

.homebtn a{ color:#993366;}
	
/* contentsボックス */
	
#contents_h { width:570px; float:right ;  padding:0px; margin:0px 13px 10px 0px;  font-size:0.8em; }

h2 { background-image: url("img/title_ico.jpg"); background-repeat:no-repeat; margin:10px 0px; padding:4px 0px; font-size:15px; font-weight:normal; text-indent:20px; border: 1px solid #003399; background-color:#ddddf9; } 


.tb1{ width:550px; border-collapse: collapse; border:solid 1px #aaa; margin-bottom:10px; }

.tb1 td{ border:solid 1px #aaa; padding:4px; text-align:left; }

.tb1 th{ border:solid 1px #aaa; padding:2px; text-align:center; background-color:#ddddf9; color:#000; font-weight: lighter;}
