@charset "Shift_JIS";

/*--------------------------------------------------------------------
index.html
top.css
--------------------------------------------------------------------*/

div#Contents {
	clear: both;
	width: auto;
	margin: 6px auto 0 auto;
	background: url(../../img/top/mein_bg.jpg) no-repeat center top;
}

div#Contents div#Title {
	width: 900px;
	height: 428px;
	margin: 0 auto;
	background: url(../../img/top/title.jpg) no-repeat left top;
	text-indent: -99999px;
	overflow: hidden;
}

div#Contents div#Main {
	width: 900px;
	margin: 33px auto 0 auto;
	padding: 0 0 50px 0;
	float: none;
}

div#Contents div#Main ul {
	list-style: none;
}

div#Contents div#Main ul:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
	overflow: hidden;
}

div#Contents div#Main ul li {
	width: 430px;
	height: 100px;
}

div#Contents div#Main ul li a {
	display: block;
	width: 430px;
	height: 100px;
	text-indent: -99999px;
	overflow: hidden;
}

div#Contents div#Main ul li#PLMBtn01 {
	float: left;
}

div#Contents div#Main ul li#PLMBtn02 {
	float: right;
}

div#Contents div#Main ul li#PLMBtn01 a {
	background: url(../../img/top/plmbtn01.jpg) no-repeat left top;
}

div#Contents div#Main ul li#PLMBtn02 a {
	background: url(../../img/top/plmbtn02.jpg) no-repeat left top;
}

div#Contents div#Main ul li#PLMBtn01 a:hover {
	background: url(../../img/top/plmbtn01.jpg) no-repeat left bottom;
}

div#Contents div#Main ul li#PLMBtn02 a:hover {
	background: url(../../img/top/plmbtn02.jpg) no-repeat left bottom;
}