/* ページのレイアウト用CSS */
#header {
	height: 330px;
	width: 800px;
	background-image: url(basic_photo.jpg);
	}



body {
	text-align:center;
	background-color: #CCCCFF;
	background-image:url(bg.jpg)
	
}



#main {
	width: 800px;
	position: relative;
	background-color: #FFFFFF;
	height: 1000px;
}
#main #contentTop {
	height: 90px;
	width: 800px;
}

#main #contentLeft {
	height: 900px;
	width: 400px;
	float: left;
	position: relative;
}
#contentLeft #colum1 img {
	padding-top: 20px;
	padding-left: 250px;
}
#contentLeft #colum1 #down {
	height: 50px;
	width: 340px;
}


#contentLeft #colum1 {
	font-size: 75%;
	text-align: left;
	width: 340px;
	position: relative;
	left: 60px;
	top: 20px;
	line-height: 144%;
	height: 750px;
}
#main #contentLeft #down img {
	padding: 10px;
}

#main #contentRight img {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}



	
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;
	}
h2,h3,p,#path {
	margin-left:10px;
	margin-right:10px;
	}
#main h3 {
	color: #6633CC;
	font-size: 10pt;
	padding-left: 0px;
	clear:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-width: thick;
	border-left-color: #6633CC;
	text-indent: 10px;
	line-height: 2.5;
	top: 10px;
	border-bottom-width: thin;
	border-bottom-color: #DDD2F4;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
	left: 50px;
	font-style: normal;
	text-align: left;
	float: left;
	position: relative;
	width: 680px;
	height: 40px;
	padding-top: 5px;
	padding-bottom: 0px;

}
#main #contentRight {
	height: 800px;
	width: 380px;
	float: right;
	margin-right: auto;
	margin-left: auto;
}

