@charset "utf-8";
@font-face {
    font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
    font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
    font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
    font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
    font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
::selection {
    background: #DDD;
    color: #fff;
}
::-moz-selection {
    background: #DDD;
    color: #fff;
}
body {
    font-family: "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
    font-size: 15px;
}
a {
	color: #666;
}
a:hover {
	text-decoration:none;
}
#fullWrap {
	min-height: 660px;
	min-width: 1200px;
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url(../images/bg.jpg);
	background-position: left top;
	background-size:100% auto;
}
#index h1 {
	background-image: url(../images/logo.png);
	position: absolute;
	height: 117px;
	width: 262px;
	left: 40px;
	bottom: 65px;
}
nav {
	position:absolute;
	right:40px;
	bottom:50px;
	height:21px;
	width:408px;
}
nav li {
	float:left;
	margin-left:20px;
	height:21px;
}
#nav0 {
	width:44px;
}
#nav1 {
	width:78px;
}
#nav2 {
	width:107px;
}
#nav3 {
	width:99px;
}
nav li a {
	display:block;
	height:21px;
	position:relative;
	text-indent:-9874px;
	transition:all 0.5s ease;
}
nav li a:not(.active):hover {
	background-color:#CCC;
}
nav li a.active {
	background-color:#000;
}
#nav0 a{
	background-image:url(../images/nav0.png)
}
#nav1 a{
	background-image:url(../images/nav1.png)
}
#nav2 a{
	background-image:url(../images/nav2.png)
}
#nav3 a{
	background-image:url(../images/nav3.png)
}
#nav0 a.active {
	background-image:url(../images/nav0w.png);
}
#nav1 a.active {
	background-image:url(../images/nav1w.png);
}
#nav2 a.active {
	background-image:url(../images/nav2w.png);
}
#nav3 a.active {
	background-image:url(../images/nav3w.png);
}#address {
	position: absolute;
	height: 65px;
	width: 560px;
	left: 40px;
	bottom: 0px;
	line-height: 65px;
}
#copyright {
	line-height: 35px;
	text-align: right;
	height: 50px;
	width: 300px;
	position: absolute;
	right: 40px;
	bottom: 0px;
}
#catch {
	position: absolute;
	left: 40px;
	bottom: 200px;
	font-size: 16px;
}
#sub h1 {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
	height: 44px;
	width: 97px;
	position: absolute;
	left: 33px;
	bottom: 30px;
}
#sub section {
	height: 490px;
	width: 960px;
	margin-top: -265px;
	margin-left: -480px;
	position: absolute;
	left: 50%;
	top: 50%;
}
#sub h2 {
	text-align: center;
	padding-bottom: 30px;
	font-size: 14px;
}
#sub h2 img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
#aboutLeft {
	float: left;
	width: 530px;
}
#aboutList dt {
	width: 100px;
	line-height: 22.5px;
	clear: both;
	float: left;
	padding-bottom: 12px;
}
#aboutList dd {
	width: 430px;
	line-height: 22.5px;
	float: left;
	padding-bottom: 12px;
} #aboutRight {
	float: right;
	height: 400px;
	width: 400px;
}
#works p {
	text-align: center;
	margin-top: -26px;
	position: absolute;
	left: 0px;
	top: 50%;
	right: 0px;
	font-size: 18px;
}
#contact p {
	background-image: url(../images/icon_mail.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 40px;
	margin-top: -20px;
	padding-left: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 26px;
	transform:translateX(-50%);
}
