 /*		common		*/

section div#contents a:link {
color: #333;
text-decoration: none;
}

section div#contents a:visited {
color: #999;
}

section div#contents a:hover {
color: #333;
}

section div#contents a:active {
color: #333;
}

section div#contents p {
margin:0.7em 0px 0.7em 0px;
font-size:1.4em;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #333;
	text-align: center;
	font-size: 2empx;
	text-decoration: none;
	line-height: 50px;
}

.pagetop a:link {
color: #fff;
text-decoration: none;
}

.pagetop a:visited {
color: #fff;
text-decoration: none;
}

.pagetop a:hover {
color: #fff;
text-decoration: none;
}

.pagetop a:active {
color: #fff;
text-decoration: none;
}

body {
display:none;
background-color:#ffffff;
}

@-moz-document url-prefix() {
body {
display:block;
}
}

/*		side		*/

nav#head {
width:100px;
float:left;
text-align:center;
}

div#menu {
width:100px;
margin:30px 0 30px 0;
float:left;
text-align:center;
}

div#menu div.nav {
margin:0 3px;
display:inline;
}

footer {
width:620px;
margin:0 auto 30px auto;
text-align:center;
}

/*		top		*/

section#logo {
position: relative;
text-align: center;
top: 50%;
margin:auto;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

nav#top {
width: 114px;
height:160px;
margin:30px auto;
text-align:center;
}

nav#top div.nav {
margin:0px;
float:left;
}

/*		about		*/

section {
width:750px;
margin:30px auto;
background-color:#ffffff;
}

section div#contents {
width:620px;
float:right;
text-align:left;
}

section div#contents h3 {
margin:0 0 15px 0;
font-size:1.6em;
}

/*		info		*/

section {
width:750px;
margin:30px auto;
background-color:;
}

section div#contents {
width:620px;
float:right;
text-align:left;
}

section div#contents h3 {
margin:0 0 15px 0;
font-size:1.6em;
}

/*		menu		*/

section {
width:750px;
margin:30px auto;
background-color:;
}

section div#contents {
width:620px;
float:right;
text-align:left;
}

section div#contents h3.menu {
width:620px;
margin:0;
padding:15px 0;
border:1px solid #000;
text-align:center;
}

section div#contents h3 p {
margin:10px 10px;
font-weight:normal;
font-size:12px;
}

section div#contents h4 {
width:620px;
margin:15px 0;
font-size:14px;
text-align:center;
}