﻿/* common */
* {
	margin: 0;
	padding: 0;
	color: #000;
	background: transparent;
	font: normal normal normal 100%/1.4 Times,"Times New Roman","ＭＳ Ｐ明朝",Osaka;
	font-weight: inherit;
	border: none;
	text-align: left;
	text-decoration: none;
	vertical-align: baseline;
	list-style: none outside;
}
html {
	font-size: 90%;
}
h1, h2, dt {
	font-weight: bold;
}
h1 {
	font-size: 18px;
	padding: 10px;
	margin: 0px 20px 10px 10px;
	background: #000 url('img/nav-btm.gif') repeat-x left bottom;
}
h2 {
	margin: 10px 0;
}
em {
	padding: 0 5px;
	color: #f00;
}
/* layout */
#menu {
	display:none;
}
.auther {
	padding: 10px 30px 10px 0px;
	text-align:right;
	}
.footer {
	height: 30px;
	text-align: center;
	padding: 30px 0px 0px 0px;
	margin-bottom:50px;
	font-size: 10px;
}
