@charset "UTF-8";

/* ここからメインナビ 設定 */

#main_navi {
	width				: 900px;
	height				: auto;
	float				: left;
}

#main_navi h1 {
	color				: #FFFFFF;
	margin-left			: 30px;
	font-size			: 0.8em;
}

#main_navi_1 {
	list-style-type		: none;
	width				: 900px;
	height				: 30px;
	float				: left;
}

#main_navi_1 li {
	list-style-type		: none;
	width				: 150px;
	height				: 30px;
	float				: left;
	display				: block;
	text-align			: center;
	font-weight			: bolder;
	font-size			: 1.2em;
	line-height			: 1.5em;
	letter-spacing		: 6px;
}

#main_navi a {
	color				: #FFFFFF;
	display				: block;
	text-decoration		: none;
}

#main_navi a:link {
	text-decoration		: none;
	color				: #FFFFFF;
}

#main_navi a:visited {
	text-decoration		: none;
	color				: #FFFFFF;
}

#main_navi a:hover {
	text-decoration		: none;
	color				: #FFFFFF;
	border-bottom-color	: #FFFF00;
	border-bottom-style	: solid;
	border-bottom-width	: 3px;
	height				: 25px;
	background-image	: url(../pic/main_navi.jpg);
	border-right-color	: #FFFF00;
	border-right-style	: solid;
	border-right-width	: 3px;
}

#main_navi a:active {
	text-decoration		: none;
	color				: #0000FF;
}

/* メインナビここまで */

/* ここからサイドナビ 設定 */

#side_navi {
	list-style-type		: none;
	width				: 210px;
	height				: 360px;
	margin-bottom		: 5px;
}

#side_navi li {
	list-style-type		: none;
	width				: 210px;
	height				: 40px;
	float				: left;
	margin-bottom		: 5px;
	text-align			: center;
	font-weight			: bold;
	line-height			: 2.5em;
	display				: block;
	font-size			: 1em;
	letter-spacing		: 2px;
}

#side_navi a {
	display				: block;
	text-decoration		: none;
	color				: #FFFFFF;
}

#side_navi a:link {
	display				: block;
	text-decoration		: none;
	color				: #FFFFFF;
}

#side_navi a:visited {
	display				: block;
	text-decoration		: none;
	color				: #FFFFFF;
}

#side_navi a:hover {
	text-decoration		: none;
	background-color	: #CCFF00;
	color				: #0000FF;
	border-bottom-color	: #FF9900;
	border-bottom-style	: solid;
	border-bottom-width	: 5px;
	height				: 35px;
}

#side_navi a:active {
	display				: block;
	text-decoration		: none;
}

/* サイドナビ ここまで */
