@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
}

body{
	margin:0 auto;
}
#wrapper{
	width: 100%;
	margin:0 auto;
	padding:0;
	background:#fff;	
 }
/* -----------------------------------------------------------
    link
-------------------------------------------------------------- */
a:link,
a:visited{
	color:#fff;
	text-decoration:none;
}

a:hover{
	color:#fff;
	text-decoration:underline;
	font-weight:700;
}
a.aft{
	color:#cc0033;
	text-decoration:none;
}

a.aft:link,
a.aft:visited{
	color:#cc0033;
	text-decoration:none;
}

a.aft:hover{
	color:#cc0033;
	text-decoration:underline;
	font-weight:700;
}

#contents-body {
    background-color: #fff;
}

#content{
	width: 960px;
	height:420px;
	margin:0;
	padding:0;
	font-size:14px;
	color:#000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:160%;
	background:#fff;	
 }
 #content-t{
	width: 960px;
	height:420px;
	margin:0;
	padding:0;
	font-size:14px;
	color:#000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:160%;
	background-image:url(../images/artfairtokyo2014.jpg);
 }
.artfair-img{
	width:490px;
	margin:0;
	padding:0;
	float:left;
	background:#fff;
}
.artfair-text{
	width:470px;
	margin:0;
	padding-top:60px;
	float:left;
	background:#fff;
}
#content-f{
	clear:both;
	width: 960px;
	height:960px;
	margin:0;
	padding:0;
	background-image:url(../images/floormap2014.jpg);
 }

/* -----------------------------------------------------------
    over
-------------------------------------------------------------- */
.top-over   {  
    position: relative;  
}

.text01   {  
    position:  absolute;
	top: 60px;  
    left: 510px;
	width: 500px;  
} 

/* -----------------------------------------------------------
    table
-------------------------------------------------------------- */
#content table {
        width: 100%;
        border-collapse: collapse;
		margin:40px 0 0 30px;
		font-size:13px;
		line-height:150%;
}


/* tr tdの指定 */
#content table td {
        text-align: left;
		padding-bottom:10px;
}
#content-t table {
        width: 100%;
        border-collapse: collapse;
		margin:40px 0 0 30px;
		font-size:13px;
		line-height:150%;
}


/* tr tdの指定 */
#content-t table td {
        text-align: left;
		padding-bottom:10px;
}
/* -----------------------------------------------------------
    font
-------------------------------------------------------------- */
.s-text{
font-size:11px;}

.subtitle{
	font-size:14px;
	font-weight:700;
	color:#66ffff;
	margin-bottom:5px;
}
