﻿@charset "utf-8";
/* CSS Document */
/* Ｔ商事ＨＰ　ヘッダ部 */
div#header{
	line-height:0;
	height:60px;
	background: url(../img/header_body.gif) repeat-y;
}

div#header-hd{
	line-height:0;
	font-size:0px;
	height:10px;
	background: url(../img/header_top.gif) no-repeat;
}

div#title{
	float:left;
	margin-left:10px;
	margin-top:5px;
}

div#title h2,
div#title h2 a{
	clear:both;
	display:block;
	width:380px;
	height:40px;
}

div#hd-menu{
	float:right;
	width:400px;
	height:25px;
	margin-top:15px;
	margin-right:5px;
	background: url(../img/header_menu.gif) no-repeat;
}

* html div#hd-menu{
	margin-right:0px;
	padding-right:5px;
}

ul#hd-nav,
ul#hd-nav li,
ul#hd-nav li a{
	text-indent: -9999px;
	font-size:0;
	display:block;
	height:17px;
}

ul#hd-nav{
	width:375px;
	margin-top:5px;
	margin-left:20px;
}

ul#hd-nav li{
	vertical-align:bottom;
	float:left;
}

ul#hd-nav li a{
	background: url(../img/header_menu_off.gif) no-repeat;
	overflow:hidden;
}

ul#hd-nav li#hd-home,
ul#hd-nav li#hd-home a{
	width:80px;
	background-position:-20px -5px;
	background-position-x:-20px;
}

ul#hd-nav li#hd-link,
ul#hd-nav li#hd-link a{
	width:95px;
	background-position: -100px -5px;
	background-position-x: -100px;
}

ul#hd-nav li#hd-sitemap,
ul#hd-nav li#hd-sitemap a{
	width:100px;
	background-position: -195px -5px;
	background-position-x: -195px;
}

ul#hd-nav li#hd-query,
ul#hd-nav li#hd-query a{
	width:100px;
	background-position: -295px -5px;
	background-position-x: -295px;
}

ul#hd-nav li a:hover{
	background-image: none !important;
}

div#header-ft{
	height:15px;
	width:900px;
	background: url(../img/header_foot.gif) no-repeat;
	margin-bottom:5px;
}
