body {
	background-color: #fff;
	color: #222;
	font-family: "Hiragino Kaku Gothic ProN";
	font-size: 14px;
	margin: 0;
	padding: 0;
}
* {
	margin: 0 auto;
	font-weight: normal;
}
p {
	padding: 0 1px;
	line-height: 1.4em;
	margin: 1em auto;
}
a.uri {
	max-width: 480px;
	overflow: auto;
	display: block;
}
#header {
	color: #222;
	text-align: center;
	border-bottom: 1px solid #666;
	background: #FF9900;
	padding: 5px 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fc3), to(#f90));
}
#header h1 {
	margin: 0; padding: 0;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0px 1px 0px #fff;
}

#header p {
	font-size: .8em;
	padding:0;
	margin:0;
}
#contents p {
	padding: 10px;
	margin: 10px;
}
.footprint {
	border: 1px solid #999;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: -1px;
	padding: 12px 10px;
	-webkit-border-radius:8px;
}
.footprint a {
	text-decoration: none;
}
pre {
	background: #f0f0f0;
	margin: 1em auto;
	padding: 1em;
	overflow: auto;
	color: #333;
	border: dashed 1px #999;
	line-height: 1em;
}
#menu {
	margin: 2em auto 1em;
	height: 100px;
	padding: 20px 0;
	background:url(../img/bar.jpg) repeat-x top left;
}
#menu ul {
	margin: 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu ul li a {
	display: block;
	height: 100px;
	width: 100px;
	text-align: center;
	float: left;
}
#menu_home {
	background: url(../img/icon_home.jpg) no-repeat bottom center;
}
#menu_works {
	background: url(../img/icon_info.jpg) no-repeat bottom center;
}
#menu_dnf {
	background: url(../img/icon_crip.jpg) no-repeat bottom center;
}
#menu_etc {
	background: url(../img/icon_bubble.jpg) no-repeat bottom center;
}
#footer {
	text-align: center;
	font-size: .8em;
}
.update {
	text-align: right;
	font-style: italic;
}
.footertool {
	text-align: center;
	margin: 1em auto;
}

