@charset "Shift_JIS";

/* exolib.net - exolib-base.css */

/* 以下、基本 */

* {
	margin: 0;
	padding: 0;
}

html {
	color: #000000;
	background-color: #ffffff;
}

body {
	color: #000000;
	background-color: #ffffff;
	font-family: Meiryo, 'メイリオ', 'MS UI Gothic', sans-serif;
	font-size: 100%;
	text-align: left;
}

/* 以下、div 用 */

div#top {
	color: #ffffff;
	background-color: #696969;
	font-size: 100%;
	text-align: left;
	border-bottom: 1px solid #808080;
	width: 100%;
}

div#content {
	color: #000000;
	background-color: #ffffff;
	font-size: 100%;
	text-align: left;
	width: 100%;
}

div#bottom {
	color: #000000;
	background-color: #808080;
	font-size: 100%;
	text-align: left;
	width: 100%;
}

/* 以下、h1 用 */

h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 120%;
	padding: 5px 10px 5px;
}

/* 以下、menu 用 */

ul#menu {
	color: #000000;
	background-color: #ffffff;
	font-size: 100%;
	padding: 5px 15px 5px;
}

ul#menu li {
	font-size: 90%;
	margin-right: 1em;
	display: inline;
}

/* 以下、index 用 */

div#index {
	color: #000000;
	background-color: #ffffff;
	font-size: 90%;
	text-align: left;
	padding: 10px 15px;
}

/* 以下、material 用 */

div#material {
	color: #000000;
	background-color: #ffffff;
	font-size: 90%;
	text-align: left;
	padding: 10px 15px;
}

/* 以下、bookmarks 用 */

div#sidebar {
	color: #000000;
	background-color: #efefef;
	font-size: 90%;
	text-align: left;
	padding: 5px 5px 20px;
	width: 8em;
	float: right;
	overflow: hidden;
}

div#bookmark {
	color: #000000;
	background-color: #ffffff;
	font-size: 90%;
	text-align: left;
	margin-right: 8em;
	padding: 10px 15px;
}

div#bottom {
	clear: both;
}

/* 以下、copyright 用 */

p#copyright {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	text-indent: 0;
	margin: 0;
	padding: 5px 10px 10px;
}

/* 以下、hr 用 */

hr        { color: #000000; background-color: #000000; }
hr.cutoff { display: none; }
hr.split  { display: none; }
hr.rule   { height: 0px; }

/* 以下、anchor 用 */

a         { text-decoration: none; }
a:link    { color: #4169e1; }
a:visited { color: #663333; }
a:active  { color: #ff0000; }
a:hover   { color: #ff0000; text-decoration: underline; }
address   { display: none; }

/* 以下、print 用 */

@media print {

	div#top {
		color: #000000;
		background-color: #ffffff;
	}
	div#bottom {
		color: #000000;
		background-color: #ffffff;
	}
	div#sidebar {
		display: none;
	}

}

