@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);

#wrap{
  margin-top:0;
}

#main{
	height : 813px;
}

#topimage{
	width: 900px;
	height: 300px;
	margin-bottom: 3px;
	position: relative;
}
#topimage img{
	top: 0;
	left: 0;
	position: absolute;
}


/* main copy
--------------------------------------------------------------------*/
#maincopy{
	text-align: center;
	margin: 20px auto;
}
#maincopy img{
	margin: 20px auto;
}
#maincopy p{
	text-align: center;
	line-height: 200%;
	margin-bottom: 50px;
}


#sns_button{
	margin: 10px;
	float: right;
	clear: both;
}

/* home_menu
--------------------------------------------------------------------*/
#home_menu{
	height: 330px;
	clear: both;
}

#home_menu_l{
	float: left;
	width: 435px;
	margin-bottom: 5px;
}


#home_menu_l1{
	float: left;
}
#home_menu_l2{
	float: right;
}
#home_menu_r{
	float: right;
	margin-bottom: 5px;
}

table{
	width: 720px;
	border-top: 2px #ccc solid;
	padding-bottom: 20px;
}

th, td{
	padding-left: 10px;
	padding-top: 5px;
	}

th{
	width: 100px
;
}

