@charset "UTF-8";

/* ここからアンダーナビ 設定 */

#under_navi {
	width				: 900px;
	float				: left;
	margin-top			: 10px;
	height				: auto;
	font-size			: 0.9em;
	margin-bottom		: 10px;
	background-color	: #990033;
}

#under_navi a {
	text-decoration		: none;
	color				: #FFFFFF;
	display				: block;
}

#under_navi a:link {
	text-decoration		: none;
	display				: block;
	color				: #FFFFFF;
}

#under_navi a:visited {
	text-decoration		: none;
	display				: block;
	color				: #FFFFFF;
}

#under_navi a:hover {
	text-decoration		: none;
	color				: #FFFFFF;
	border-bottom-color	: #FFFF00;
	border-bottom-style	: solid;
	border-bottom-width	: 3px;
	border-right-color	: #FFFF00;
	border-right-style	: solid;
	border-right-width	: 3px;
	height				: 22px;
	background-color	: #9900FF;
}

#under_navi a:active {
	text-decoration		: none;
	display				: block;
	color				: #0000FF;
}

#under_navi_1 {
	width				: 890px;
	height				: 25px;
	float				: right;
	padding-right		: 10px;
}

#under_navi_1 ul {
	list-style			: none;
	float				: right;
}

#under_navi_1 li {
	width				: 120px;
	text-align			: center;
	font-size			: 0.9em;
	float				: right;
	text-decoration 	: none;
	display				: block;
	height				: 25px;
	line-height			: 2em;
	margin-right		: 3px;
	margin-left			: 3px;
	letter-spacing		: 5px;
	font-weight			: bold;
	background-image	: url(../pic/under_navi_banner.gif);
	background-repeat	: repeat-x;	
}

#under_navi_2 {
	width				: 890px;
	height				: 25px;
	padding-right		: 10px;
	float				: right;
}

#under_navi_2 ul {
	list-style			: none;
	float				: right;
}

#under_navi_2 li {
	width				: 120px;
	text-align			: center;
	font-size			: 0.9em;
	float				: left;
	text-decoration		: none;
	display				: block;
	height				: 25px;
	line-height			: 2em;
	margin-right		: 3px;
	margin-left			: 3px;
	font-weight			: bold;
	background-image	: url(../pic/under_navi_banner.gif);
	background-repeat	: repeat-x;
}	

/* アンダーナビ ここまで */

/* ここから フッター 設定 */ 

#footer {
	width				: 900px;
	height				: auto;
	float				: left;
}

#footer_logo {
	width				: 900px;
	height				: auto;
	float				: left;
}

#footer_logo_left {
	float				: left;
	width				: 200px;
	height				: auto;
	padding-left		: 10px;
}

#footer_logo_right {
	float				: right;
	width				: 190px;
	margin-left			: 10px;
	height				: auto;
}

#adress {
	float				: left;
	font-size			: 1.2em;
	text-align			: center;
	margin-top			: 20px;
	width				: 400px;
	margin-left			: 60px;
	height				: auto;
}

#copyright {
	font-size			: 0.8em;
	width				: 900px;
	text-align			: center;
	margin-top			: 5px;
	font-weight			: normal;
	height				: auto;
}


/* フッターここまで */

/* ここから 動作確認情報 */

#working_info {
	text-align			: center;
	font-size			: 0.5em;
	padding-top			: 10px;
	padding-bottom		: 10px;
	width				: 900px;
	height				: auto;
}

/* 動作確認情報 ここまで */
