@charset "UTF-8";
body {
	background: #000 url(../img/bg.png);
}
a {
	color: #3f72d9;
}
a:hover {
	color: #999999;
}
img {
	vertical-align: top;
}
#header {
	width: 1100px;
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 50%;
	margin-left: -550px;
	margin-right: auto;
}
#header #daiichi {
	width: 124px;
	z-index: 2000;
	position: absolute;
	top: 17px;
	right: 10px;
}
h1 {
	width: 200px;
	position: absolute;
	z-index: 3000;
	top: 7px;
}
/* ----- nav -----*/
.nav {
	overflow: hidden;
	position: absolute;
	width: 900px;
	top: 0px;
	right: 0px;
	z-index: 1000;
}
  .nav a {
	display: block;
	position: relative;
	float: left;
	padding: 0px;
	text-decoration: none;
	color: #393939;
	transition: .7s;
}
    .nav a:hover {
      color: #c6342e; }

#nav01 {
	width: 132px;
}
#nav02 {
	width: 104px;
}
#nav03 {
	width: 166px;
}
#nav04 {
	width: 104px;
}
#nav05 {
	width: 121px;
}
#nav06 {
	width: 121px;
}
#nav07 {
	width: 152px;
}


#footer {
    width: 100%;
    height: 0px;
    margin: -2px 0 0;
}

#footer .ccopy {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

#copy {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
	top: 0px;
	width: 100%;
}
#contents {
	width: 1100px;
	margin-left: -550px;
	border: 1px solid #dde5ef;
	background: #000;
	top: 130px;
	position: relative;
	z-index: 0;
	left: 50%;
	margin-bottom: 160px;
}
.btn_area {
	position: absolute;
	top: 15px;
	z-index: 2000;
	width: 136px;
}

.btn_area2 {
	position: absolute;
	top: 15px;
	z-index: 2000;
	width: 136px;
	height: 56px;
}

.btn_area ul {
	margin: 0px;
	padding: 0px;
}
.btn_area ul li {
	display: inline-block;
    *display: inline;  
    *zoom: 1;  
	margin-right: 10px;
}

.btn_area_other {
	position: absolute;
	top: 17px;
	z-index: 2000;
	width: 798px;
}

.btn_area_other ul {
	margin: 0px;
	padding: 0px;
}
.btn_area_other ul li {
	display: inline-block;
    *display: inline;  
    *zoom: 1;  
	margin-right: 10px;
}
