/* 全体レイアウト */
div, body {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
body {
	height: 100%;
	font-size: 87%;
	font-family: sans-serif;
	line-height: 1.6em;
	background: url(bg-main.jpg) no-repeat center -30px fixed;
}
.width {
	width: 800px;
	margin: 0 auto;
}

#body {
	position: absolute;
	width: 100%;
	height: 100%;
}
#header-container {
	position: fixed;
	bottom: 3em;
	width: 100%;
	z-index: 3;
}
#content-container {
	position: relative;
	top: 0;
	height: 100%;
	z-index: 1;
}
#footer-container {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 2;
	background: url(bg-white-80.png);
}

/* 機能 */
.floatend {
	clear: both;
}

/* ヘッダ部分 */
#header-container {
	padding-top: 1.5em;
	background: url(bg-header.png) repeat center top;
}

/* ナビゲーション */
ul#linklist {
	position: absolute;
	margin: 0;
	padding: 0 0 0 170px;
	width: 126px;
	top: -10em;
	z-index: 4;

	list-style-type: none;
	list-style-image: none;
	text-align: right;
	font-size: 16px;
	line-height: 24px;
}
ul#linklist li {
	width: 100px;
	padding: 4px 13px;
	margin: 14px 0;
	background: url(bg-white-80.png);
	-webkit-box-shadow  : rgba(0,0,0,0.5) 3px 3px 5px;
	-moz-box-shadow  : rgba(0,0,0,0.5) 3px 3px 5px;
	box-shadow  : rgba(0,0,0,0.5) 3px 3px 5px;
}
ul#linklist .link {
	cursor: pointer;
	font-weight: bold;
	color: #009;
}
ul#linklist .here {
	background: #dcffff;
}
ul#linklist .hover {
	text-decoration: underline;
	background: url(bg-white.png);
}

/* 本文 */
#content {
	position: absolute;
	width: 450px;
	height: auto;
	top: 0;
	left: 350px;
	padding-bottom: 17em;
}
.page {
	width: 450px;
}

/* フッタ */
#footer {
	text-align: right;
}

/* 本文用設定 */
h1, h2, h3, h4, h5, h6, h7 {
	color: #009;
}
h1 {
	font-size: 3em;
	line-height: 1em;
	margin: 0;
	padding: 0;
}
h1 .subtitle {
	font-size: 0.4em;
}
h2 {
	font-size: 1.5em;
	margin: 1em 0 0.2em 0;
}
h3 {
	font-size: 1.2em;
	margin: 1em 0 0.2em 0;
}
em {
	font-style: normal;
	font-weight: bold;
}
ul {
	list-style-image: url(marker.png);
	margin: 0;
	padding: 0;
}
li {
	margin: 0.7em 0 0.7em 1.5em;
	padding: 0;
}

/* news */
h3 .normal {
	font-weight: normal;
	font-size: small;
	text-decoration: none;
	margin-left: 1em;
}
ul.news .time {
	font-size: x-small;
}
ul.news a {
	text-decoration: none;
}
ul.news a:hover {
	text-decoration: underline;
}
.news .photo {
	float: right;
}
.news .photo img {
	max-height: 80px;
	max-width: 80px;
}
.news li {
	clear: both;
}


