@charset "utf-8";
/* CSS Document */


body {
	font-family: "メイリオ", "Meiryo UI", Arial, sans-serif, serif;
}
img {
	vertical-align: bottom;
}
.basicinfo {
	padding: 20px;
	border: 1px solid #666;
}
#header h1, #footer p {
	margin: 0px;
}
#header h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 48px;
}
#footer p {
	font-size: 12px;
}
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.subject {
	width: 300px;
	float: left;
	margin-right: 25px;
}
.subject h2+p {
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 7px;
	border-bottom-color: #666;
}
.subject p+p {
	font-size: 14px;
	margin-bottom: 0px;
}
#footer {
	margin-top: 30px;
	clear: both;
}
#main {
	overflow: hidden;
}
.subject h2 {
	margin-top: 0px;
}
#subject03 {
	margin-right: 0px;
}
#nav ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	overflow: hidden;
}
#nav ul li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
#nav ul li a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	width: 120px;
	text-align: center;
	display: block;
	line-height: 34px;
}
#nav ul li a:hover {
	background-color: #FDD035;
}
#content h2 {
	font-size: 20px;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #DC6618;
}

#content p {
	font-size: 14px;
	font-weight: bold;
}
#sidebar {
	color: #FFF;
	background-color: #046096;
	padding: 20px;
	float: right;
	width: 240px;
}
#sidebar ul li a {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
#sidebar ul li {
	margin-bottom: 10px;
	font-size: 14px;
}
#sidebar ul {
	margin-right: 0px;
	padding-right: 0px;
	margin-left: 0px;
	padding-left: 20px;
}
#sidebar h3 {
	font-size: 14px;
	margin-top: 0px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#content {
	float: left;
	width: 640px;
}
#project #content h2 {
	color: #000000;
	border-left-color: #83A80F;
}
#contact #content h2 {
	border-left-color: #046096;
}
#content ul li {
	list-style-type: none;
	list-style-position: inside;
	padding-left: 0px;
}
