@charset "UTF-8";

/* ここから メニューリスト設定 */

#menu_navi {
	width				: 210px;
	height				: auto;
	float				: left;
}

#menu_navi li {
	display				: block;
	width				: 210px;
	height				: 30px;
	list-style-type		: none;
	text-align			: center;
	letter-spacing		: 10px;
	font-weight			: bold;
	line-height			: 1.5em;
	float				: left;
	font-size			: 1.2em;
	background-color	: #FFFFCC;
}

#menu_navi h1 {
	color				: #0000FF;
	display				: block;
	font-size			: 1.2em;
	padding-top			: 5px;
	padding-bottom		: 5px;
	background-color	: #FFFF00;
	font-style			: normal;
	text-align			: center;
}

#menu_navi a {
	text-decoration		: none;
	display				: block;
}

#menu_navi a:link {
	text-decoration		: none;
	display				: block;
	color				: #333333;
}

#menu_navi a:visited {
	text-decoration		: none;
	color				: #333333;
}

#menu_navi a:hover {
	display				: block;
	text-decoration		: none;
	height				: 25px;
	color				: #333333;
	background-color	: #FFCC00;
	border-bottom-color	: #0000FF;
	border-bottom-style	: solid;
	border-bottom-width	: 3px;
	border-right-color	: #0000FF;
	border-right-style	: solid;
	border-right-width	: 3px;
}

#menu_navi a:active {
	text-decoration		: none;
	color				: #FFFF00;
	display				: block;
}

#menu_download {
	margin-top			: 10px;
	height				: auto;
	width				: 210px;
	float				: left;
	background-color	: #FFFFFF;
}

#menu_download h1 {
	font-size			: 0.9em;
	padding-top			: 5px;
	padding-bottom		: 5px;
	text-align			: center;
	background-color	: #0000FF;
	color				: #FFFFFF;
}

#menu_download_coments {
	padding-top			: 10px;
	padding-bottom		: 10px;
	padding-left		: 10px;
	padding-right		: 10px;
	line-height			: 1.5em;
	font-size			: 0.9em;
}

#menu_download a {
	width				: 130px;
	height				: 20px;
	display				: block;
	text-align			: center;
	color				: #333333;
	background-color	: #99FFFF;
}

#menu_download a:link {
	text-decoration		: none;
	color				: #333333;
}

#menu_download a:active {
	color				: #FFFF00;
}

#menu_download a:hover {
	background-color	: #FFCC00;
	height				: 17px;
	border-bottom-color	: #009900;
	border-bottom-style	: solid;
	border-bottom-width	: 3px;
}

#menu_download a:visited {
	text-decoration		: none;
	color				: #333333;
}

/* ここまで メニューリスト 設定 */
