@charset "UTF-8";

/* Default */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,div,table,th,td,address {
	margin: 0;
	padding: 0;
}

/* MAIN LAYOUT */
#wrapper{
	height: 1489px;
	padding-top: 23px;
	background: url(../images/main_bg.jpg) no-repeat center top;
}

h1{
	margin: 0 0 5px;
	text-align:center;
}

address {
	margin: 97px 0 0;
	text-align:center;
}

#contwrap {
	width: 956px;
	margin: 0 auto;
	overflow: hidden;
}

#contRight {
	margin: 61px 0 0 0;
}

.cont {
	width: 313px;
	float: left;
	margin-right: 62px;
}

.cont img {
	vertical-align: top;
}

.cont dl {
	position: relative;
}

.cont dd {
	position: absolute;
	left: 14px;
	bottom: 0;
}

.cont dd img {
	float: left;
	margin-right: 8px;
}


.cont .ff6 {
	height: 171px;
	margin-bottom: 65px;
}

.cont .ff5 {
	height: 161px;
	margin-bottom: 45px;
}

.cont .ff4tay {
	height: 238px;
	margin-bottom: 75px;
}

.cont .ff4 {
	height: 267px;
	margin-bottom: 72px;
}

.cont .ff3 {
	height: 211px;
	margin-bottom: 100px;
}

.cont .ffdl {
	height: 224px;
	margin-bottom: 100px;
}

.cont .ff2 {
	height: 190px;
}

.cont .ff1 {
	height: 197px;
}




/*FOR BUGGGG!*/
#wrapper:after,.wrap:after{
content:"";
clear:both;
height:0;
display:block;
visibility:hidden;
}

#wrapper,.wrap{
display:inline-block;
}

/* exlude MacIE5 \*/
*html #wrapper,*html .wrap{
height:1%
}

#wrapper,.wrap{
display:block;
}
/* END MacIE5 */



	　