﻿@charset "utf-8";

header, nav, #graphic, #contents, footer {
	width: 100%;
}
header h1 img {
	width: 100%;
	max-width: 280px;
    margin-bottom: 20px;
}
nav ul {
	margin: 0;
	list-style-type: none;
	overflow: hidden;
}
#graphic {
	padding-top: 10px;
}
#graphic ul li img {
	width: 100%;
}
#main h1, #main h2, #main h3 {
	font-size: 150%;
}
#main h1 {
	background-image: none;
	background-color: #a5b0bb;
}
#main h2 {
	background-image: none;
	background-color: a5b0bb;
}
#main, #news ul li, h2 {
	width: auto;
	float: none;
}
nav ul li#nav_jidaiishou,
nav ul li#nav_shouzokukon,
nav ul li#nav_profile,
nav ul li#nav_contact {
	width: 100%;
}
nav ul li#nav_jidaiishou,
nav ul li#nav_profile {
	border: 1px solid #f3f2e9;
	border-top: none;
	border-left: none;
}
nav ul li#nav_shouzokukon,
nav ul li#nav_contact {
	border: 1px solid #f3f2e9;
	border-top: none;
	border-right: none;
	border-left: none;
}
nav ul li#nav_jidaiishou a,
nav ul li#nav_shouzokukon a,
nav ul li#nav_profile a,
nav ul li#nav_contact a {
	height: auto;
	margin-bottom: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: none;
	background-color: #a5b0bb;
	color: #000000;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}
nav ul li#nav_jidaiishou a:hover,
nav ul li#nav_shouzokukon a:hover,
nav ul li#nav_profile a:hover,
nav ul li#nav_contact a:hover {
	background-color: #d9f2ff;
	color: #666666;
}
#main {
	padding: 20px 0 20px 0;
}
#news h2 {
	margin-bottom: 0;
	background-image: none;
	background-color: #333333;
	padding: 20px 0 20px 0;
}
#news ul li {
	padding: 20px 0 12px 0;
	text-indent: 0;
}
#news ul li time {
	display: block;
	margin-bottom: 10px;
	text-indent: 0;
	width: auto;
}
#sub {
	width: 100%;
	max-width: 290px;
	float: none;
}
footer {
	margin-bottom: 0;
	background-image: none;
	background-color: #a5b0bb;
	padding: 22px 0 1px 0;
}