@charset "UTF-8";

/*------------------- リセット --------------------*/
*{
	margin:0;
	padding:0;
}
ul{
	list-style-type:none;
}
img{
	border:0;
	vertical-align:bottom;
}

/*------------------- 共通 --------------------*/
body{
	color:#656565;
	font-size:12px;
	font-weight:normal;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック";
	line-height:1.4em;
	text-align:center;
	background:url(../img/top/bg.gif) repeat-x 0 197px #aeaeae;
}
body#profile{
	background:url(../img/profile/bg.gif) repeat-x 0 91px #aeaeae;
}
#logo{
	width:860px;
	margin:153px auto 18px auto;
}
#profile #logo{
	margin:53px auto 18px auto;
}
#contents{
	position:relative;
	width:860px;
	height:226px;
	margin:0 auto;
	background:url(../img/common/bg_contents.gif) repeat-y 388px 0;
}
#contents ul{
	position:relative;
	width:860px;
	height:226px;
}
#profile #contents{
	height:407px;
	text-align:left;
}
p{
	width:860px;
	margin:14px auto 29px auto;
}
address{
	width:860px;
	margin:0 auto;
	text-align:center;
	color:#e1e1e1;
	font-size:11px;
	line-height:1.5em;
	font-style:normal;
	font-family:Verdana;
}

/*------------------- index.html --------------------*/
.cot,
.ilSale{
	position:absolute;
	top:34px;
	width:330px;
	height:160px;
}
.cot{left:58px;}
.ilSale{left:468px;}

.cot a,
.ilSale a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	text-decoration:none;
}
.cot a{background:url(../img/top/mn_cot.jpg);}
.ilSale a{background:url(../img/top/mn_ilsale.jpg);}

.cot a:hover,
.ilSale a:hover{background-position:0 -160px;}

/*------------------- profile.html --------------------*/
h2{
	position:absolute;
	top:176px;
	left:237px;
}
dl{
	width:430px;
	margin:0 0 0 428px;
	padding:63px 0 0 0;
}
dt{
	float:left;
	width:107px;
	height:30px;
	margin:0 19px 0 0;
}
dd{
	float:left;
	position:relative;
	top:3px;
	width:300px;
	height:30px;
}

/*------------------- ボタン --------------------*/
.profile,
.home{
	width:114px;
	height:43px;
	margin:0 auto 18px auto;
}
.profile a,
.home a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	text-decoration:none;
}
.profile a{background:url(../img/top/btn_profile.gif);}
.home a{background:url(../img/profile/btn_home.gif);}

.profile a:hover,
.home a:hover{background-position:0 -43px;}