﻿@charset "UTF-8" ;

/*==============================
全般的なスタイル
==============================*/

body {
	background-color:#ffffaa;
}
div#body {
	text-align:left;
	width:776px;
	margin:0 auto;
	padding:10px;
	letter-spacing:1px;
	line-height:150%;
	font-family:serif;
	background-color:#ffffcc;
	border:solid 1px #ccffaa;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-weight:normal;
	font-size:50px;
	font-family:serif;
	font-style:italic;
	text-align:center;
}
h2 {
	font-weight:normal;
	font-family:serif;
	font-style:normal;
	font-size:15px;
	text-align:center;
}
h3 {
	background-color:#ffffaa;
}
h5 {
	display:list-item;
	list-style-image:url("arrow.gif");
	margin-top:0px;
	margin-bottom:0px;
}
ul {
	margin:4px;
	padding:4px;
}
li {
	list-style-image:url("bullet.gif");
}
div#side-1 {
	float:left;
	width:211px;
	margin:10px 10px 10px 45px;
	display:inline;
}
div#side-2 {
	float:left;
	width:211px;
	margin:10px 10px 10px 45px;
	display:inline;
}
div#side-3 {
	float:left;
	width:211px;
	margin:10px 10px 10px 45px;
}
div#content {
	float:right;
	width:475px;
	margin:10px 25px 10px 10px;
}
div#white-space {
	white-space:pre;
}
div#footer {
	clear:both;
	text-align:center;
}