*{
font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
font-size:14px;
line-height:1.8em;
margin:0;
padding:0;
}

html , body {height:100%;}

body {
background:#fff;
text-align:center;
}

#container {
width:600px;
height:100%;
position:relative;
z-index:0;
padding:60px 0 0 0;
margin:0 auto;
}

h1 {margin:0 0 20px 0; padding:0;}
p {color:#333; margin:0 0 60px 0; padding:0;}


.biz {
float:left;
display:inline;
background:#fff;
width:300px;
z-index:1;
position:relative;
}

.fan {
float:right;
display:inline;
background:#fff;
width:300px;
z-index:1;
position:relative;
}

a img {border:none; margin-bottom:10px;}

a {
	display:block;
	width:200px;
	height:215px;
	position:absolute;
	left:50px;
	top:150px;
	z-index:10;
}
a:hover {background:url(../images/select.png) no-repeat center center; }
a:active {background:url(../images/select.png) no-repeat center center; }



.arrowL {background:url(../images/arrow_l.jpg) no-repeat center bottom; padding-bottom:125px; font-size:14px; margin:0;}
.arrowR {background:url(../images/arrow_r.jpg) no-repeat center bottom; padding-bottom:125px; font-size:14px; margin:0;}

.pdLR30 {padding-left:30px; padding-right:30px;}