@charset "utf-8";

#myHeader {
	width:768px;
	border-top:3px solid #FF6600;
	border-bottom:1px solid #E58900;
	padding-top:11px;
}
#myHeader ul,
#myHeader li,
#myHeader h1,
#myHeader h2,
#myHeader h3 {
	margin:0px;
	padding:0px;
}
/*ヘッダ*/
#myHeader #hMid {
	width:768px;
}
#hMid #hMidL {
	width:188px;
	float:left;
}
#hMid #hMidR {
	width:300px;
	float:right;
}
#myHeader a {
	outline:0px;
}
/*メニュー*/
#myHeader #hMenu {
	clear:both;
	width:768px;
	margin-top:6px;
}
#hMenu ul {
	list-style:none;
}
#hMenu li {
	float:left;
}
#hMenu #mHome a,
#hMenu #mTv a,
#hMenu #mWr a,
#hMenu #mNs a,
#hMenu #mMb a{
	display:block;
	text-indent:-9999px;
	height:30px;
	text-decoration:none;
	margin:0px;
	font-size:1px;
	line-height:1px;
}
#hMenu #mHome a{
	background:url(/img/com_img/menu_home.gif) no-repeat left top;
	width:89px;
}
#hMenu #mHome a:hover{
	background:url(/img/com_img/menu_home.gif) no-repeat 0px -30px;
}
#hMenu #mTv a{
	background:url(/img/com_img/menu_tv.gif) no-repeat left top;
	width:145px;
}
#hMenu #mTv a:hover{
	background:url(/img/com_img/menu_tv.gif) no-repeat 0px -30px;
}
#hMenu #mWr a{
	background:url(/img/com_img/menu_wr.gif) no-repeat left top;
	width:145px;
}
#hMenu #mWr a:hover{
	background:url(/img/com_img/menu_wr.gif) no-repeat 0px -30px;
}
#hMenu #mNs a{
	background:url(/img/com_img/menu_news.gif) no-repeat left top;
	width:200px;
}
#hMenu #mNs a:hover{
	background:url(/img/com_img/menu_news.gif) no-repeat 0px -30px;
}
#hMenu #mMb a{
	background:url(/img/com_img/menu_mobile.gif) no-repeat left top;
	width:189px;
}
#hMenu #mMb a:hover{
	background:url(/img/com_img/menu_mobile.gif) no-repeat 0px -30px;
}

#hUnderline {
	width:768px;
	height:2px;
	background-image:url(/img/com_img/unline.gif);
	margin-bottom:0px;
}

.clr {
	clear:both;
}

