/*全体の設定*/
body{
background-color: #FEFACD;
}

img{
	border: none;
}

#logo {
float: left;
margin-right: 5em;
margin-left: 2em;
}

h1 {
font-size: 120%;
font-weight: none;
margin: 0;
color: #6495ed;

}

/*中身*/
#nakami{
margin-left: 15em; /*見出し用逃げマージン*/
margin-top:0.5em;
width: 500px;
text-align: center;
}



h2{
font-size: 100%;
font-weight: none;
color: #6495ed;
}


/*listの設定*/
#list{
	position: absolute;
	top: 0px;
	left: 0;

}

#list a{
	color: #ffffff;
	text-decoration: none;
}

#list li{
	margin :5px 0;
	padding : 0.2em ;
	list-style-type : none;
	font-weight: bold;
	text-align: center;
}

#list2 li{
	margin :3px 0;
	padding : 0.2em ;
	list-style-type : none;
	font-weight: bold;
	text-align: center;
}

#sub-list{
	position: absolute;
	left: 600px;
	top: 5px;
	list-style-type : none;
}

#sub-list li{
	float: left;
}

#sub-list a
{
	text-decoration:none;
	color: #696969;
}

#li1{
	background-color: #1edeaa;
}

#li2{
	background-color: #00bfff;
}

#li3{
	background-color: #ddaadd;
}



/*名簿関係*/
#nakami p{
	background-color: lightyellow;
	padding: 0.3em;
}
