/* トップページのデザイン用CSS */
.top-update{
	width:510px;
	margin-top:10px;
	margin-right:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:1.4em;
	float:left;
	border-right: solid 1px #696969;
	border-bottom: solid 1px #696969;
/*	background-image:url(img/index.jpg);
	background-repeat:auto;				*/
}

.top-update p{
	margin:0;
	padding:0;
	padding-left:10px;
	font-size:1.2em;
	background-color:#ffa500;
	color:#ffffff;
	font-weight:bold;
}

.top-update ul{
	margin:0;
	padding:0;
}

.top-update li{
	padding-left:10px;
	font-size:0.8em;
	list-style-type:none;
}

.top-update a{
	color:#000000;
	text-decoration:none;
	border-bottom: solid 1px #696969;
}

.top-update a:hover{
	background-color:#ffa500;
	color:#ffffff;
}

.top-menu{
	width:510px;
	margin-top:12px;
	margin-right:12px;
	margin-bottom:10px;
	font-size:1.4em;
	float:left;
	border-right: solid 1px #696969;
	border-bottom: solid 1px #696969;
/*	background-image:url(img/index.jpg);
	background-repeat:auto;				*/
}

.top-menu p{
	margin:0;
	padding-top:0;
	padding-left:10px;
	font-size:1em;
	margin-bottom:3px;
}

.top-menu p.first{
	padding-top:5px;
}

.top-menu ul{
	margin:0;
	padding:0;
}

.top-menu li{
	list-style-type:none;
	float:left;
	margin-top:1px;
	margin-bottom:1px;
}

.top-menu li a{
	display:block;
	width:135px;
	font-size:0.8em;
	text-align:center;

	border-left:solid 1px #000000;
	color:#000000;
	text-decoration:none;
}

.top-menu li a:hover{
	background-color:#9acd32;
	color:#ffffff;
}

.top-menu li.first{
	border-left:none;
}

.top-menu .green{
	background-color:#9acd32;
	color:#ffffff;
	font-size:1.2em;
	font-weight:bold;
	margin:0;
	padding:0;
	border-bottom:none;
	padding-left:10px;
}







/*	以降未使用				*/
/*
.top-menu .orange{
	background-color:#ffa500;
	color:#ffffff;
	font-size:1.2em;
	font-weight:bold;
}
.top-menu .yellow{
	background-color:#ffff00;
	color:#ffffff;
	font-size:1.2em;
	font-weight:bold;
}
.top-menu .blue{
	background-color:#b0e0e6;
	color:#ffffff;
	font-size:1.2em;
	font-weight:bold;
}
*/
