@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
}

#container {
	width: 820px;
	margin: 120px auto 0;
}

h1 {
	background: url(../images/logo_kclab.gif) no-repeat 0px 0px;
	height: 110px;
	width: 220px;
	margin: 20px auto;
	text-indent: -9999px;
}

h2#toylab {
	background: url(../images/logo_toylab_b.gif) no-repeat 0px 0px;
	height: 314px;
	width: 360px;
	float: left;
	margin: 0px 72px 0px 0px;
	text-indent: -9999px;
}
h2#toylab a {
	display: block;
	height: 314px;
}
h2#toylab a:hover {
	background: url(../images/logo_toylab_o.gif) no-repeat 0px 0px;
}

h2#tsukuruka {
	background: url(../images/logo_tsukuruka_b.gif) no-repeat 0px 0px;
	height: 314px;
	width: 360px;
	float: right;
	margin: 0px;
	text-indent: -9999px;
}
h2#tsukuruka a {
	display: block;
	height: 314px;
}
h2#tsukuruka a:hover {
	background: url(../images/logo_tsukuruka_o.gif) no-repeat 0px 0px;
}
