@charset "UTF-8";

/* ここからアンダーナビ 設定 */

#under_navi {
	width				: 900px;
	height				: 50px;
	font-size			: 0.9em;
	background-color	: #000099;
	margin-top			: 10px;
}

#under_navi a {
	text-decoration		: none;
	color				: #FFFFFF;
	display				: block;
}

#under_navi a:link {
	text-decoration		: none;
	display				: block;
	color				: #FFFFFF;
}

#under_navi a:active {
	text-decoration		: none;
	display				: block;
	width				: 120px;
	height				: 25px;
}

#under_navi a:visited {
	text-decoration		: none;
	display				: block;
}

#under_navi a:hover {
	color				: #000099;
	text-decoration		: none;
	border-right-style	: solid;
	border-right-color	: #FFCC00;
	border-right-width	: 3px;
	border-bottom-style	: solid;
	border-bottom-color	: #FFCC00;
	border-bottom-width	: 3px;
	background-color	: #99FFFF;
	height				: 22px;
}

#under_navi_1 {
	width				: 900px;
	height				: 25px;
	float				: right;
}

#under_navi_1 li {
	width				: 110px;
	text-align			: center;
	font-size			: 0.9em;
	float				: right;
	text-decoration 	: none;
	display				: block;
	height				: 25px;
	line-height			: 2em;
	color				: #FFFFFF;
}

/* アンダーナビ ここまで */

/* ここから フッター 設定 */ 

#footer {
	width				: 900px;
	height				: auto;
	float				: left;
}

#footer_logo {
	width				: 900px;
	height				: 75px;
	margin-top			: 10px;
}

#footer_logo_left {
	float				: left;
	width				: 190px;
	height				: 75px;
	padding-left		: 10px;
}

#footer_logo_right {
	float				: right;
	width				: 190px;
	height				: 75px;
	padding-right		: 10px;
	text-align			: right;
}

#adress {
	float				: left;
	text-align			: center;
	width				: 400px;
	margin-left			: 50px;
	height				: 55px;
	padding-top			: 20px;
	font-size			: 1.2em;
}

#copyright {
	font-size			: 0.8em;
	width				: 900px;
	font-style			: normal;
	text-align			: center;
	margin-top			: 5px;
	font-weight			: normal;
	height				: 40px;
}

/* フッターここまで */

/* ここから 動作確認情報 */

#working_info {
	width				: 900px;
	height				: 20px;
	float				: left;
	font-size			: 0.5em;
	text-align			: center;
	margin-top			: 5px;
}

/* 動作確認情報 ここまで */
