@charset "Shift_JIS";

BODY {
	background-color: #cccc76;  
}

h1 {
	text-align: center;
        color: #0000ff; 
        font-size: 150%; 
}

h2 {
	text-align: center; 
        color: #0000ff;
        font-size: 150%; 
}

table {
	margin-left: auto;
	margin-right: auto;
}

th {
	border-width: 1px;
	border-style: ridge;
	border-color: #ffffff;	text-align: center;
	width: 150px;
	height: 40px;
	color:  #0000ff;         
}

td {
	border-width: 1px;
	border-style: ridge;
	border-color: #ffffff;
	text-align: left;
	width: 250px;
	height: 40px;
	color:  #0000ff; 
	font-weight: bold; 
	padding-left: 8px;
}

div#photo {
	text-align: center;
}

#author {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

#assist-nav {
	text-align: left;
}

#ul-2 li {
	display: block;
	float: left;
}

#ul-2 li a {
	color: #0000ff;
/*	background: #ffcc00;   */
	border-left: 1px solid #ffffff;	
	width: 180px;
	display: block;
	text-align: center;
	line-height: 1.0;
	padding-top: 6px;
	padding-bottom: 6px;
}

#ul-2 li a:hover {
	background: #ffcc00;
}

#ul-3 li {
	display: block;
	float: left;
}
#ul-3 li a {
	color: #0000ff;	
/*	background: #ffcc00;   */
	border-left: 1px solid #ffffff;	
	width: 180px;
	display: block;
	text-align: center;
	line-height: 1.0;
	padding-top: 6px;
	padding-bottom: 6px;
}

#ul-3 li a:hover {
	background: #ffcc00;
}

#ul-4 li {
	display: block;
	float: left;
}

#ul-4 li a {
	color: #0000ff;	
/*	background: #ffcc00;  */
	border-left: 1px solid #ffffff;	  
	width: 180px;
	display: block;
	text-align: center;
	line-height: 1.0;
	padding-top: 6px;
	padding-bottom: 6px;
}

#ul-4 li a:hover {
	background: #ffcc00;
}



