/*ページの基本デザイン用css */
body	{color:#005050;
	background-color:#ffffff;
	text-align:center;}

.contents
	{background-color:#ffffff;
	border:solid 1px #cccccc;
	width:800px;
	margin auto;
	text-align:left;}

.main	{float:right;
	width:580px;
	padding-left:10px;}

.side	{background-color:#007070;
	width:180px;
	padding:10px;
	text-align:left;}

h1	{
	background-color:#669999;
	background-image: url(01yoko.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height:83px;
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	color: #ffffff;
	text-align:left;
	padding:10px;
	margin:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #669999;
}

h2	{
	color:#669999;
	text-align:left;
	font-weight:bold;
	padding-right:10px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	font-size: 95%;
}

p	{
	line-height:150%;
	color:#005050;
	text-align: left;
	margin-left: 10px;
}
.contents ul {
	font-size: 14px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	list-style-type: none;
	font-weight: bold;
}
.contents img {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.contents a:link {
	color: 007070;
}
.contents a:visited {
	color: 007070;
}
.contents a:hover {
	color: #FFFFFF;
	background-color: 99cc99;
}


.contents li {
	display: inline;
	padding: 5px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: 007070;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: 99cc99;
	padding-top: 20px;
	margin-top: 0px;
	padding-left: 20px;
}
.contents img {
	margin-right: 10px;
}
.contents .box01 {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #ffffe1;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.box02 {
	float: left;
	width: auto;
}

.photo {
	display: block;
	margin-right: 20px;
	border: 1px solid #669999;
	padding: 7px;
	float: left;
}

