
p{text-align: left;
font-size: 16px;
}

h3{text-align: left;
font-size: 20px;}

h5{text-align: center;
font-size: 11px;}

a:link{
color:#ffffff;
text-decoration:none;
}

a:visited{
color:#ffffff;
text-decoration:none;
}

a:hover{
text-decoration:blink;
color:#dfd4b2;

}


#toprogo{
	height:60px; 
	width: 200px;

}


#topmenu-text{
	height:80px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#bea470;
	margin-top: 0px;
	margin-bottom;10px;

}

#outline{
	margin:0px auto;
	overflow:hidden;
	width:800px;
	height:auto;
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	text-align: center;
	

}
#header{
	width:800px;
	height:200px;
}

#footer{
	width:800px;
    height: 50px;
	background-color: #dfd4b2;
	margin:0px auto;
	padding:1px;

}

#sub_menu{
	width: 800px;
	height: 50px;
	background-color:#000000;
	text-align: center;
	color:#ffffff;
	padding-top: 15px;
}

.table{
	margin-bottom: 1rem;
	width: 100%;
	border-right: 1px solid #b3b3b3;
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	line-height: 150%;
	font-size: 0.81rem;
}
table tr:nth-child(even){
	background: #dfd4b2;
}
table th{
	color: #fff;
	background: #333333;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #b3b3b3;
	font-weight: normal;
	padding: 2px;
}
table td{
	border-left: 1px solid #b3b3b3;
	padding: 6px 10px;
}

