body {
}
#seiun {
	width:1000px;
}
#header {
	height: 120px;
	font-size: 80%;
	color :#003399;
	background-image : url(img/gradation.jpg);
	background-repeat: repeat-x;
}
#container {
	position : relative;
	margin: 10px 0;
	width:1000px;
}
#secondary {
	position : absolute;
	left: 0px;
	top:0px;
	width:200px;
	font-size:96%;
	border : 1px solid #CCCCCC;
}
#header ul{
	list-style: none;
	margin:  0;
	padding: 0px;
}
#header li{
	display : inline;
	width: 140px;
	margin: 0;
	padding: 0;
}
#secondary ul{
	list-style : none;
	margin :5px;
	padding: 0;
	border-top: 1px solid #CCCCCC;
	background-color: #FADAE2; 
}
#secondary li{
	margin :0;
	padding: 0;
	border-bottom: 1px solid #CCCCCC;
}

#secondary a{
	padding: 4px 0 4px 10px;
	display : block;
	width : 190px !important;
	width /**/: 200px !important;
	color: #333333;
	text-decoration: none;
}
#secondary a:hover{
	color: #FFFFFF;
	background-image :none;
	background-color: #CC0000;

}

