@charset "utf-8";
/*　INDEX=TOP 全体構造　*/
#wrapper {
	width: 100%;
	margin: 0 auto;
}
#header {
	width: 100%;
	height: 50px;
	background: url(../images/topNav-img.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
}
#navigation {
	height: 33px;
	width: 1000px;
	list-style: none;
	color: #FFFFFF;
	padding-top: 17px;
	margin: 0px auto;
	font-size: 93%;
}
#navigation ul,#navigation li{
	list-style:none;
	padding: 0px 20px;
	font-weight: bold;
	display: inline;
}
#navigation a,#navigation a:link,#navigation a:visited{
	color: #FFFFFF;
	text-decoration:none;
	display: inline;
}
#navigation a:hover{
	color:#FF0000;
	text-decoration: none;
}
#main{
	width: 1000px;
	height: 680px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/topBack-img1.jpg) no-repeat;
}
#menuPoster {
	left: 266px;
	top: 140px;
	position: absolute;
}
#menuPrint {
	left: 362px;
	top: 311px;
	position: absolute;
}
#menuPhoto {
	position: absolute;
	top: 409px;
	left: 561px;
}
#menuIllust {
	position: absolute;
	left: 672px;
	top: 295px;
}
#menuBanner {
	position: absolute;
	left: 751px;
	top: 489px;
}

#footer {
	height: 50px;
	margin: 5px 0px 0px;
	text-align: center;
	font-size: 12px;
	color: #333333;
}
