@charset "UTF-8";
/**/
body {
	background: url(bg.gif) repeat-x center top;
}

/*comment*/
div#comment {
	padding: 10px 10px;
	border-top: 1px solid #909999;
	border-left: 1px solid #909999;
	border-right: 1px solid #606969;
	border-bottom: 1px solid #606969;
	border-right-width: 2px;
	border-bottom-width: 2px;
	display: none;
	background: #ffffff;
	color: #303939;
	text-align: left;
	position: absolute;
	z-index: 1000;
	font-size: 92%;
}



#wrapper {
	width: 100%;
	height: 600px;
	background: url(img.jpg) no-repeat center top;
}

#contents {
	width: 760px;
	margin: 0 auto;
}

h1#name {
	float: right;
	line-height: 1em;
	width: 380px;
	height: 230px;
	text-indent: -10000px;
	overflow: hidden;
}




/*menu*/
#menu {
}

#menu li {
	height: 24px;
	float: left;
	display: block;
	overflow: hidden;
	line-height: 1em;
}

#menu li a {
	height: 24px;
	display: block;
	text-indent: -10000px;
	line-height: 1%;
}

#menu li#news {
	width: 90px;
	margin-left: 80px;
	margin-right: 210px;
}

#menu li#works {
	width: 90px;
	margin-left: 150px;
}

#menu li#info {
	width: 140px;
}

#menu li#staff {
	width: 90px;
	margin-top: 20px;
	margin-left: 80px;
}

#menu li#blog {
	width: 90px;
	margin-top: 20px;
	margin-righ: 120px;
}

#menu li#contact {
	width: 140px;
	margin-left: 170px;
}

#menu li#news a:hover,
#menu li#works a:hover,
#menu li#info a:hover,
#menu li#staff a:hover,
#menu li#blog a:hover,
#menu li#contact a:hover {
	background-position: left bottom;
}

#menu li#news a {
	width: 90px;
	background: url(news.jpg) no-repeat left top;
}

#menu li#works a {
	width: 90px;
	background: url(works.jpg) no-repeat left top;
}

#menu li#info a {
	width: 140px;
	background: url(info.jpg) no-repeat left top;
}

#menu li#staff a {
	width: 90px;
	background: url(staff.jpg) no-repeat left top;
}

#menu li#blog a {
	width: 90px;
	background: url(blog.jpg) no-repeat left top;
}

#menu li#contact a {
	width: 90px;
	background: url(contact.jpg) no-repeat left top;
}




/*footer*/
#footer {
	width: 99%;
	clear: both;
}

#footer dd ul {
	width: 300px;
	padding-top: 10px;
	padding-right: 10px;
	float: right;
}

#footer dd ul li {
	padding-top: 3px;
	font-size: 77%;
	letter-spacing: 1px;
	color: #737979;
	text-align: right;
	line-height: 1em;
}

#footer dd ul li img {
	vertical-align: middle;
	margin-right: 15px;
}

#footer dd ul li#copyright {
	padding-top: 7px;
}

#qrcode {
	width: 43px;
	float: right;
	padding-top: 10px;
}

