@charset "utf-8";

/*=================================================================
	
	日本鉄道電気設計 ヘッダー用 CSS
	
	・Since: 2009.8
	・Modified: 2009.
	・Editor: KIML
	・Customize:

-------------------------------------------------------------------
	
		[1]:基礎設計
		[2]:メインメニュー

=================================================================*/


/*-----------------------------------------------------------------
		[1]:基礎設計
-----------------------------------------------------------------*/

#header {
	height: 120px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
}
#logo {
	float: left;
	height: 51px;
	width: 285px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#header_link {
	float: right;
	height: 90px;
	width: 380px;
}
#header_link ul {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	width: 345px;
	height: auto;
	padding: 0;
	float: right;
	margin-top: 0px;
}

#header_link li{
	padding: 0;
	list-style-type: none;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/*-----------------------------------------------------------------
		[2]:メインメニュー
-----------------------------------------------------------------*/
#main_menu_top {
	height: 50px;
	width: 850px;
	margin-bottom: 14px;
	margin-right: auto;
	margin-left: auto;
}
#main_menu {
	height: 50px;
	width: 850px;
	margin-bottom: 14px;
	margin-right: auto;
	margin-left: auto;
}
#menu1 {
	height: 50px;
	width: 101px;
	background:url(../images/r_btn1on.jpg);
	background-repeat: no-repeat;
	float: left;
}
#menu1 a {
	display:block;
	font-size: 1px;
	line-height: 1px;
	height: 50px;
	width: 101px;
	outline:none;
}
#menu1 a:hover {
	text-indent:-9999px;

}
#menu2 {
	height: 50px;
	width: 216px;
	background:url(../images/r_btn2on.jpg);
	background-repeat: no-repeat;
	float: left;
}
#menu2 a {
	display:block;
	font-size: 1px;
	line-height: 1px;
	height: 50px;
	width: 216px;
	outline:none;
}
#menu2 a:hover {
	text-indent:-9999px;

}
#menu3 {
	height: 50px;
	width: 216px;
	background:url(../images/r_btn3on.jpg);
	background-repeat: no-repeat;
	float: left;
}
#menu3 a {
	display:block;
	font-size: 1px;
	line-height: 1px;
	height: 50px;
	width: 216px;
	outline:none;
}
#menu3 a:hover {
	text-indent:-9999px;

}
#menu4 {
	height: 50px;
	width: 101px;
	background:url(../images/r_btn4on.jpg);
	background-repeat: no-repeat;
	float: left;
}
#menu4 a {
	display:block;
	font-size: 1px;
	line-height: 1px;
	height: 50px;
	width: 101px;
	outline:none;
}
#menu4 a:hover {
	text-indent:-9999px;

}
#menu5 {
	height: 50px;
	width: 216px;
	background:url(../images/r_btn5on.jpg);
	background-repeat: no-repeat;
	float: right;
}
#menu5 a {
	display:block;
	font-size: 1px;
	line-height: 1px;
	height: 50px;
	width: 216px;
	outline:none;
}
#menu5 a:hover {
	text-indent:-9999px;
}

#header_hp_logo{
	height: auto;
	width: 185px;
	margin-top: 5px;
	float: right;
}
