/*ページのレイアウト用CSS*/
body {
	text-align: center;
	background-color: #EEF7FF;
}
.contents {
	text-align: left;
	width: 495px;
        height: 385px;
	margin:auto;
	background-color: #FFFFFF;
	border: solid 1px #999999;
	position:relative;
	
	background-repeat: no-repeat;
	background-position: top center;
}
h1 {
	background-image: url(title_bk.jpg);
	height: 200px;
	width: 600px;
	font-size:72px;
	color: #FFFFFF;
	text-align: center;
	line-height: 180px;
	position:absolute;
	top:200px;
	left:0px;
}
h2 {
	width: 236px;
	height:384px;
	font-size: 42px;
	text-align: center;
	line-height: 180px;
	position: absolute;
}

h4 {
	width: 276px;
	height:180px;
	font-size: 42px;
	text-align: center;
	line-height: 180px;
	position: absolute;
}

h5 {
	width: 277px;
	height:204px;
	font-size: 42px;
	text-align: center;
	line-height: 180px;
	position: absolute;
}

.left {	left: 0px;
	top: 0px;
	background-image: url(img/TOP_lumine.jpg);
}

.topright {
	left: 219px;
	top: 0px;
	background-image: url(img/TOP_sogo.jpg);
}
.bottomright {
	top: 180px;
	left: 218px;
	background-image: url(img/TOP_marui.jpg);
}

h2 a{
	color: #FFFFFF;
	display:block;
	height:200px;
}

h4 a{
	color: #FFFFFF;
	display:block;
	height:200px;
}

h5 a{
	color: #FFFFFF;
	display:block;
	height:200px;
}

p {
	padding-top: 400px;
	padding-left: 3px;
	padding-right: 3px;
}
h3 {
	padding-left:10px;
}
