@charset "UTF-8";

/* ブラウザスタイルの初期化 */
/* ↓適宜追加すること！！ */
body, div, h1, h2, h3, h4, p,
ul, ol, li, dl, dt, dd, form, input, textarea,
table, tr, th, td, blockquote,
header, nav, section, article, aside, footer, hgroup {
	font-size: 100%;
	color: #333333;
	line-height: 1;
	margin: 0px;
	padding: 0px;
}
/* ↓HTML5要素、適宜追加すること！！ */
header, nav, section, article, aside, footer, hgroup {
	display: block;
}

/* スクロールバー */
html {
	overflow-y: scroll;
}

/* 汎用設定 */
body {
	background-color: #ffffff;
}
a:link {
	color: #2f7dab;
}
a:visited {
	color: #265b7f;
}
a:hover {
	color: #66ccff;
}
a:active {
	color: #66ccff;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
strong {
	font-weight: bold;
	color: #cc0000;
}
em {
	font-weight: bold;
	font-style: normal;
}
small {
	font-size: 80%;
}
a img {
	border-style: none;
}
.clear-both {
	clear: both;
	overflow: hidden;
	height: 0px;
}

div#top-nav {
	font-size: 75%;
	color: #ffffff;
	background-color: #666666;
	padding: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #ff9900;
}
#goto-home {
	width: 300px;
	float: left;
}
#goto-home a {
	text-decoration: none;
	color: #ffffff;
}
#assist-nav {
	text-align: right;
	width: 300px;
	float: right;
}
#assist-nav ul {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 5px;
}
#assist-nav li {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 10px;
	padding-right: 5px;
	list-style-type: none;
	display: inline;
}
#assist-nav li a {
	text-decoration: none;
	color: #ffffff;
}

/* 全体の囲み */
div#container {
	margin-left: auto;
	margin-right: auto;
	width: 840px;
}

/* ヘッダ */
header {}
h1#site-title {
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-top: 7px;
	width: 495px;
	height: 60px;
	overflow: hidden;
}
#description {
	background-image: url(../img/head-img.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-top: 7px;
	width: 840px;
	height: 250px;
	overflow: hidden;
}

/* 階層パス */
#path {
	font-size: 90%;
	margin-top: 15px;
}
#path #current {
	font-weight: bold;
}

/* contentsボックス */
#contents {
	margin-top: 30px;
	margin-bottom: 60px;
	width: 570px;
	float: left;
}
#contents h2 {
	font-size: 125%;
	background-color: #f4f2f3;
	border-top-width: 1px;
	border-style: solid;
	border-top-color: #aaaaaa;
	padding-top: 5px;
	border-left-width: 7px;
	border-left-color: #cc0000;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-color: #aaaaaa;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-color: #aaaaaa;
	padding-bottom: 5px;
}
#contents h3 {
	font-size: 100%;
	color: #ff9900;
	margin-top: 10px;
	margin-bottom: 5px;
}
#contents p {
	line-height: 1.5;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contents ul {
	margin-left: 1.5em;
}
#contents li {
	line-height: 1.5;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contents dl {
}
#contents dl dt {
	font-weight: bold;
	color: #9b9288;
	padding-left: 10px;
}
#contents dl dd {
	font-size: 90%;
	line-height: 1.4;
	padding-left: 10px;
	margin-bottom: 10px;
}

/* sidebarボックス */
#sidebar {
	margin-top: 30px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	padding-left: 10px;
	padding-right: 20px;
	margin-bottom: 60px;
	width: 190px;
	float: right;
}
#sidebar h2 {
	font-size: 90%;
	color: #336600;
	margin-top: 5px;
	margin-bottom: 5px;
}
#sidebar p {
	font-size: 80%;
	line-height: 1.5;
}
nav {
	margin-bottom: 30px;
}
nav li {
	font-size: 90%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: none;
}

/* footerボックス */
footer {
	background-color: #666666;
	text-align: center;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ff9900;
	padding: 5px;
}
#copyright {
	color: #ffffff;
}

