@charset "UTF-8";
/* CSS Document */
#zentai {
	width: 960px;
	margin: auto;
	height: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

#header h1 a {
	display: block;
	background-image: url(../img/icon.png);
	width: 700px;
	height: 200px;
	text-indent: -9999px;
	float: left;
	background-repeat: no-repeat;
}

#nav {
	list-style-type: none;
}

#nav li a {
	display: block;
	width: 153px;
	height: 48px;
	text-indent: -9999px;
	float: left;
	margin-bottom: 10px;
}

#menu {
	padding-top: 25px;
}

#menu1 a {
	margin-left: 15px;
	background-image: url(../img/i_art.png);
	background-repeat: no-repeat;
}

#menu1 a:hover {
	background-image: url(../img/i_art2.png);
	background-repeat: no-repeat;
}

#menu2 a {
	margin-left: 55px;
	background-image: url(../img/i_design.png);
	background-repeat: no-repeat;
}

#menu2 a:hover {
	margin-left: 55px;
	background-image: url(../img/i_design2.png);
	background-repeat: no-repeat;
}

#menu3 a {
	margin-left: 95px;
	background-image: url(../img/i_teacher.png);
	background-repeat: no-repeat;
}

#menu3 a:hover {
	margin-left: 95px;
	background-image: url(../img/i_teacher2.png);
	background-repeat: no-repeat;
}

#m_manga {
	clear: both;
	margin-bottom: 10px;
	padding-top: 30px;
}

#m_illust {
	clear: both;
	padding-top: 25px;
}




#footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F9EEAA;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #97D6ED;
}
