/* ページのレイアウト用CSS */
body {
	text-align:center;
	background-color: #CCCCFF;
	background-image:url(bg.jpg)
	
}
#header {
	height: 330px;
	width: 800px;
	background-image: url(licence_photo.jpg);
	}
#contents4 a {
	color: #663399;
}


/* MacIE end */

#main {
	width: 798px;
	position: relative;
	background-color: #FFFFFF;
	height: 780px;
	text-align: left;
}

#main h3 {
	color: #6633CC;
	font-size: 10pt;
	
	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;

	left: 50px;
	font-style: normal;
	text-align: left;
	float: left;
	position: relative;
	width: 680px;
	height: 40px;
	padding-top: 5px;
	
}

#main #submain
{
	width: 798px;
	position: relative;
	background-color: #FFFFFF;
	height: 700px;
	text-align: center;
}



#contents {
	width: 800px;
	position: relative;
	background-color: #D7D7FF;
	
}
#contents2 {
	width: 800px;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 75%;
	height: 90px;
	padding: 0px;
	position: relative;
	
}



#contents3 {
	width: 400px;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 75%;
	height: 600px;
	float: left;
	top: 10px;
	margin: 5px auto 10px;
	
}




#contents4 {
	width: 350px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 75%;
	height: 650px;
	float: left;
	position: relative;
	padding-left: 45px;
	
}
#contents4 img {
	padding-left: 5px;
	padding-top: 10px;
}

#contents4 p {
	line-height: 200%;
	text-align: left;
}


#contents5 {
	height: 650px;
	width: 350px;
	float: left;
	background-color: #FFFFFF;
	position: relative;
}
#contents5 p {
	font-size: 75%;
}
#contents5 img {
	padding-bottom: 2px;
	margin-left: 40px;
}

a

