@charset "utf-8";
@font-face{ 
  font-family: font1;
  src: url('../fonts/LOGOM_MG.eot');
  src: url('../fonts/LOGOM_MG.eot?#iefix') format('embedded-opentype'),
       url('../fonts/LOGOM_MG.woff') format('woff'),
       url('../fonts/LOGOM_MG.ttf') format('truetype');
}
body {
	font-family: font1,Verdana,Arial,Helvetica,sans-serif;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-text-size-adjust: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	letter-spacing: 2px;
	font-size: 14px;
	transform: rotate(0.028deg);
    -o-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    -moz-transform: rotate(0.028deg);
    -webkit-transform: rotate(0.028deg);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
a img {
    border-style:none;
}
#hed-menu-bg {
	width: 100%;
	background-image: url(../img/hed_menu_lain.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 40px;
	margin-bottom: 30px;
	padding-top: 25px;
}
#menu-div {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#menu-div ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu-div ul li {
	float: left;
	height: 84px;
	text-indent: -9999px;
}
#menu-div ul li a {
	background-image: url(../img/hed_menu_bg.png);
	background-repeat: no-repeat;
	display: block;
	height: 84px;
}

a.menu-pic-01{
	background-position: -0px -0px;
	width: 120px;
}
a:hover.menu-pic-01{
    background-position:-0px -84px;
}
a.menu-pic-02{
	background-position: -120px -0px;
	width: 122px;
}
a:hover.menu-pic-02{
    background-position:-120px -84px;
}
a.menu-pic-03{
	background-position: -242px -0px;
	width: 123px;
}
a:hover.menu-pic-03{
    background-position:-242px -84px;
}
a.menu-pic-04{
	background-position: -365px -0px;
	width: 123px;
}
a:hover.menu-pic-04{
    background-position:-365px -84px;
}
a.menu-pic-05{
	background-position: -488px -0px;
	width: 122px;
}
a:hover.menu-pic-05{
    background-position:-488px -84px;
}
a.menu-pic-06{
	background-position: -610px -0px;
	width: 123px;
}
a:hover.menu-pic-06{
    background-position:-610px -84px;
}
a.menu-pic-07{
	background-position: -733px -0px;
	width: 122px;
}
a:hover.menu-pic-07{
    background-position:-733px -84px;
}
a.menu-pic-08{
	background-position: -855px -0px;
	width: 125px;
}
a:hover.menu-pic-08{
    background-position:-855px -84px;
}
#ft-lain-bg {
	background-image: url(../img/ft_lain_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-bottom: 40px;
	padding-top: 25px;
}
#ft-lain {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#ft-div {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#ft-div p {
	margin-bottom: 10px;
	color: #6A3906;
}
#ft-div p a {
	color: #6A3906;
	text-decoration: none;
}
#ft-div p a:hover {
	color: #F00;
}
.cl {
	clear: both;
}
