/* ページの基本デザイン用CSS */
body {
	color: #333333;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size:150%;
	border-left: 12px solid #66ccff;
	padding-left: 5px;
	margin-top: 0.5em;
	margin-bottom: 0px;
}
h2 {
	font-size: 100%;
	background-color: #66ccff;
	padding-left: 4px;
	margin:0.5em 0px;
}
p {
	font-size: 100%;
	line-height: 150%;
}
img.photo {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
span.intro {
	clear: left;
	display: block;
}
li{
	font-weight:bold;
	margin-left:10px;
	margin-bottom:10px;
}
address {
	font-size: 80%;
	font-style: normal;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#logo {
	margin: 0px;
}
#path {
	text-align: right;
	margin: 0px;
}
#header {
	background-color: #3399cc;
	background-image: url(../images/bluesman.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 120px;
}
#side h2 {
	border-left: none;
	padding-left: 0px;
	font-size:120%;
}
#side ul {
	font-size: 80%;
	margin: 0px;
	padding-left:15px;
}
#side li {
	list-style-type: none;
}
#current {
	color: #ffffff;
}
#footer {
	background-color: #3399cc;
}
#contents {
	position:relative;
}
#search {
	font-size:90%;
	position:absolute;
	top:90px;
	left:10px;
}