/* 全ページ共通 */

* {
	margin: 0;
	padding: 0;
	font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS P明朝', 'Times', serif;
	font-weight: normal;
}

body {
	background: rgb(255, 255, 255);
	font-size: 11px;
	line-height: 22px;
	color: rgb(0, 0, 0);
}

img {
	border: none;
}

a {
	border: none;
	text-decoration: none;
	color: rgb(0, 0, 0);
	display: inline-block;
}

.current {
	cursor: default;
}

ul {
	list-style-type: none;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
}

#header {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 114px;
	z-index: 10;
}

#logo {
	position: absolute;
	top: 0;
	left: 35px;
}

#information {
	position: absolute;
	top: 54px;
	left: 35px;
}

#menu {
	position: absolute;
	top: 55px;
	left: 400px;
	width: 330px;
}

#menu li {
	float: left;
	width: 110px;
	margin: 0 0 5px;
	line-height: 11px;
}

#main {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgb(255, 255, 255);
}
