@charset "UTF-8";
body{
	min-height: 100%;
	background: url("img/bg.gif") center;
}

div{
	position: relative;
}
a>img:hover {
	-webkit-transform: translate(1px, 1px);
	-moz-transform: translate(1px, 1px);
}

#itemWrapper a>img:hover {
	-webkit-transform: translate(1px, 1px);
	-moz-transform: translate(1px, 1px);

	-webkit-filter: hue-rotate(230deg) ;
	-moz-filter: hue-rotate(230deg) ;
	-o-filter: hue-rotate(230deg) ;
	-ms-filter: hue-rotate(230deg) ;
	filter: hue-rotate(230deg) ;
}

#container{
	background: url("img/header_img.jpg") top center no-repeat;
	min-width: 1000px;
	min-height: 100%;
}


#wrapper{
	width: 1000px;
	margin: auto;
}

#header{
	height: 428px;
}

#logoPull{
	position: absolute;
	top: 3px;
	right: 0px;
}
#logoPull15{
	position: absolute;
	top: 267px;
	right: 0px;
}

#logoHires{
	position: absolute;
	right: 3px;
	bottom: 4px;
}

#bgWhiteWrap{
	background-color: rgba( 255, 255, 255, 0.55 );;
	padding-top: 5px;
}

#mainInfo{
	margin: 39px 0 0 0;
	height: 641px;

	background: url("img/main_info.png") no-repeat;
	background-position:0 0 ;

}


#mainImg{
	position: absolute;
	top:0;
	right:0;
}

#itemWrapper{
	margin: 20px 0 0 0;
	padding-bottom: 50px;
	text-align: center;
}

#item1,#item2,#item3,#item4{
	display: inline-block;
	width:329px;
	text-align: center;
	margin: 53px 0 0 0 ;
}

.itemImg{
	/*margin: 50px 0 0 0;*/
}

.itemInfo{
	margin: 10px 0 0 0;

}

.yoyakuBtn{
	margin: 40px 0 0 0;

}


#item1{

}

#item2{

}

#item3{

}

#item4{

}


#footer{
	margin: auto;
	height: 90px;
}








/**/
