/* サイクリングトップ*/

body {
	background-color:#03405C;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align:center;

}

h1 {
		color: #F4C082;
		text-align: left;
		font-size: 300%;  
		background-image: url(dodo.jpg);
  		height: 255px;
  		letter-spacing: 5px;
  		padding-left: 10px;
}

h2 {
	color:#663300;
	text-align: center;
	font-size: 200%;
}

h3 {
	color:#03405C;
	text-align: center;
	font-size: 150%;
}

p {
	font-size: 90%;
	text-align:left;
	color:#555555;
	line-height: 150%;
	margin-left:50px;
	margin-right:50px;
}

a {
	color: #03405C;
	text-decoration: none;
	font-weight:bold;
}

img {
	}

address {
	font-size:90%;
	text-align:center;
	color:#03405C;
}

#contents {
	width: 700px;
	border: 1px solid #999999;
	margin: auto;
	background-color: #D2E6E4;
	text-align: left;
	position: relative;
	height: 900px;
}

#main {
	left:18px;
	width:465px;
	height:520px;
	position:absolute;
	top: 285px;
}

#side {
	float:right;
	width: 195px;
	height:480px;
	margin-right:10px;
	background-color:#C0C0C0;
	border:1px solid #555555;
	}

.text1 {
	text-align:left;
	font-size:80%;
	color:#653232;
	line-height:120%;
	padding-right:0px;
		}

.text2 {
	font-size:100%;
	color:#03405c;
	line-height:120%;
	margin-left:10px;
		}
.text3 {
	font-size:100%;
	color:#ff0080;
	line-height:120%;
	margin-left:10px;
		}
