@charset "utf-8";
/* CSS Document */

#gnav{border-bottom:5px solid #E60012;}
#gnav .equipment a{
	background-image:url(../../common/img/gnav.gif);
	background-position:-363px -51px;
}

#side h2{
	background-image:url(../img/nav_ttl.gif);
	background-repeat:no-repeat;
	width:121px;
	height:15px;
}

#lnav ul{
	background-image:url(../img/lnav.gif);
	background-repeat:no-repeat;
	width:180px;
	height:266px;
}

/*hover*/
#lnav a:hover{background-image:url(../img/lnav.gif);}
.equip a:hover{background-position:-180px -1px;}
.station a:hover{background-position:-180px -45px;}
.secure a:hover{background-position:-180px -89px;}
.steel a:hover{background-position:-180px -133px;}
.rec a:hover{background-position:-180px -177px;}
.gadg a:hover{background-position:-180px -221px;}

/*Active*/
#pg_equipment .equip a{
	background-image:url(../img/lnav.gif);
	background-position:-180px -1px;
}
#pg_station .station a{
	background-image:url(../img/lnav.gif);
	background-position:-180px -45px;
}
#pg_secure .secure a{
	background-image:url(../img/lnav.gif);
	background-position:-180px -89px;
}
#pg_steel .steel a{
	background-image:url(../img/lnav.gif);
	background-position:-180px -133px;
}
#pg_rec .rec a{
	background-image:url(../img/lnav.gif);
	background-position:-180px -177px;
}
#pg_gadg .gadg a{
	background-image:url(../img/lnav.gif);
	background-position:-180px -221px;
}

#main h2{
	margin-top:30px;
	margin-left:30px;
	margin-bottom:35px;
}
#main h3{
	margin-left:30px;
	color:#333;
	font-size:0.8em;
}
#main p{margin-left:30px;}
#mainindex{margin-bottom:50px;}
#mainindex h4{
	color:#333333;
	font-size:0.8em;
	margin-bottom:5px;
}
/*For Safari*/
html*#mainindex h4{font-size:0.7em;}

#mainindex li{
	margin-top:30px;
	width:160px;
	float:left;
	margin-left:50px;
	_margin-left:25px;
}
.gotodetail{
	display:block;
	background-image:url(../../common/img/btn_detail.gif);
	background-repeat:no-repeat;
	width:160px;
	height:21px;
	text-indent:-9999px;
	margin-top:5px;
}
.gotodetail:hover{background-position:0 -21px;}

/*index page*/
#pg_equipment #main h2{
	background-image:url(../img/index_ttl.gif);
	background-repeat:no-repeat;
	width:360px;
	height:34px;
}
/*staiton page*/
#pg_station #main{padding-bottom:200px;}
#pg_station #main h2{
	background-image:url(../img/station_ttl.gif);
	background-repeat:no-repeat;
	width:514px;
	height:31px;
}
#pg_station #main p a{
	padding-left:5px;
	padding-right:5px;
	color:#333;
}

#pg_station #main p a:hover{
	color:#fff;
	background-color:#E60012;
	text-shadow:none;
}
/*secure page*/
#pg_secure #main{padding-bottom:200px;}
#pg_secure #main h2{
	background-image:url(../img/secure_ttl.gif);
	background-repeat:no-repeat;
	width:546px;
	height:31px;
}
#pg_secure #main p a{
	padding-left:5px;
	padding-right:5px;
	color:#333;
}
#pg_secure #main p a:hover{
	color:#fff;
	background-color:#E60012;
	text-shadow:none;
}
/*steel page*/
#pg_steel #main{padding-bottom:200px;}
#pg_steel #main h2{
	background-image:url(../img/steel_ttl.gif);
	background-repeat:no-repeat;
	width:440px;
	height:67px;
}
#pg_steel #main p a{
	padding-left:5px;
	padding-right:5px;
	color:#333;
}
#pg_steel #main p a:hover{
	color:#fff;
	background-color:#E60012;
	text-shadow:none;
}
/*rec page*/
#pg_rec #main{padding-bottom:200px;}
#pg_rec #main h2{
	background-image:url(../img/rec_ttl.gif);
	background-repeat:no-repeat;
	width:554px;
	height:31px;
}
#pg_rec #main p a{
	padding-left:5px;
	padding-right:5px;
	color:#333;
}
#pg_rec #main p a:hover{
	color:#fff;
	background-color:#E60012;
	text-shadow:none;
}

/*gadg page*/
#pg_gadg #main{padding-bottom:200px;}
#pg_gadg #main h2{
	background-image:url(../img/gadg_ttl.gif);
	background-repeat:no-repeat;
	width:457px;
	height:31px;

}
#pg_gadg #main p a{
	padding-left:5px;
	padding-right:5px;
	color:#333;
}
#pg_gadg #main p a:hover{
	color:#fff;
	background-color:#E60012;
	text-shadow:none;
}


