body{
	font-family:Verdana,Arial,Osaka,sans-serif;
	margin:1%;
	color:#333333
	background:#f3f3f3;
}
#information,#contents{
	float:left;
}
#information{
	width:40%;
}
#contents{
	padding-left:1em;
	width:58%;
	_width:58%;
}
h1:first-letter {
	color:red;
}
div h2{
	margin-top:0;
	position:relative;
	top:-0.5em;
	display:inline;
	background:white;
	padding:0 0.5em;
	font-size:120%;
	color:black;
}
div div,#notice{
	margin-bottom:2em;
	padding:0 1em;
	border:1px solid pink;
}
address{
	clear:left;
	font-style:normal;
}
ul{
	margin-left:1.5em;
	padding-left:0;
	list-style-type:square;
}
li{
	font-size:small;
	padding-left:0;
}
dl{
	margin-bottom:0;
}
dd{
	margin-left:0;
	padding-left:2em;
	margin-bottom:1em;
}
li,dt,dd,p{
	line-height:1.5em;
	letter-spacing:1px;
}
h2 a{
	text-decoration:none;
}
a{color:blue;}
a:visited{color:purple;}
a:hover,a:focus{color:red;}