/* ページのレイアウト用CSS */
#header {
	height: 330px;
	width: 800px;
	background-image: url(podologia_img.jpg);
	}



body {
	text-align:center;
	background-color: #CCCCFF;
	background-image:url(bg.jpg)
	
}



#main {
	width: 800px;
	position: relative;
	background-color: #FFFFFF;
	height: auto;
}
#top_tytle {
	height: 30px;
	width: 720px;
	margin: 10px 0px 0px;
	left: 40px;
	text-align: left;
	bottom: 0px;
	position: relative;
	clear: none;
	float: none;
}
#top_colum {
	height: auto;
	width: auto;
}

#top_colum img {
	float: right;
	padding: 65px 40px 10px 20px;
}
#wrapper #top_colum p {
	text-align: left;
	margin: 25px 50px;
	line-height: 200%;
}


#main h2 {
	color: #6666CC;
	height: auto;
	width: 680px;
	border-bottom: thin solid #CCCCCC;
	text-align: left;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border-left: medium solid #6666FF;
	text-indent: 20px;
	line-height: 200%;
}
#main h3 {
	font-size: 75%;
	position: relative;
	height: 20px;
	width: auto;
	line-height: 200%;
	text-align: left;
	margin: 30px auto 20px 60px;
}





	
h1 {
	text-align:right;
	height:155px;
	letter-spacing:5px;
	padding-right:10px;
	margin-bottom:40px;
	background-repeat: no-repeat;
	font-size: 75%;
	color: #FFFFFF;
	text-decoration: none;
	}
h1 a {
	color:#D93E02;
	}
#main p {
	text-align: left;
	height: auto;
	width: 680px;
	margin: 20px auto;
	line-height: 200%;
}

