@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family:"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color:#000000;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	line-height:1.0;
}
a, a:link, a:active {
	color: #FFFFFF;
	text-decoration: underline;
	border: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
img {
	border: 0;
	vertical-align:bottom;
}
ol, ul {
	list-style: none;
}
.clear {
	clear:both;
}

/* ページlayout */
#pagebody {
	width:800px;
	margin:0 auto 20px;
}

#header {
	width: 800px;
	height:32px;
	margin: 0 auto;
	padding: 0;
	overflow:hidden;
}
h1 {
	text-indent:-9999px;
}

#contents {
	width: 800px;
	margin: 0;
	padding:0px;
	background:none;
	position:relative;
}

.home_box {
	width:800px;
	height:526px;
	background:url(../image/home_bg.jpg) no-repeat left top;
}

.box_l {
	float:right;
	padding:8px 0 0;
	width:208px;
}
.box_r {
	width:193px;
	padding:8px 0 0 10px;
	float:right;
}

#footer {
	width: 800px;
	height:25px;
	margin-bottom:10px;
	padding: 0;
	position:relative;
}
#footer p {
	font-size: 77%;
	text-align:right;
	padding-right:10px;
	padding-top:8px;
	color:#FFFFFF;
}


/* ---2011/02/25 link--- */
.box_l2 {
	float:left;
	padding:0;
	width:110px;
	height:43px;
}

#recButton a {
    display: block;
    overflow: hidden;
    height: 0px;
    width: 99px;
    background-image: url(../image/aimee_recbtn.jpg);
    padding-top: 43px;
    text-align: center;
    margin: 10px 0 10px 0;
}

#recButton a:hover {
    background-position: 0 -43px;
}




