/*------------------------------------------------
	index.css - <tokyo> index.html design css
	2008.02.15
	:::toc:::
	import url
	parts design
------------------------------------------------*/

@import url(../../common/common.css);
@import url(../../common/format.css);
@import url(../../common/layout-old.css);
@import url(../../common/navigation.css);

/* parts design
------------------------------------------------*/
/*
h1{margin-bottom:15px;}
*/

li{
	text-align:left;
}

body{font-size:12px;}
h2{

}
p{line-height:1.4;}
caption{
	text-align:left;
	font-weight:bold;
}
.borderbg a{
	text-decoration:underline;
	color:#000;
	font-weight:bold;
}
.borderbg a:hover{
	color:#404040;
}
#present{
	margin:5px auto;
}

#topcopy{
}
#con-nav{}
/* top */
#top-tit-zap,#top-tit-tim{
	width:535px;
	height:152px;
}
.top-tit .top-tit-pic{
	float:left;
}
#top-tit-zap p,#top-tit-tim p{
	position:relative;
	top:60px;
	left:40px;
}
#top-tit-zap div,#top-tit-tim div{
	height:112px;
}

#top-tit-zap div{
	background:url(../format_img/bk_top_zap.gif) no-repeat right;
}
#top-tit-tim{
	margin-top:10px;
	float:right;
}#top-tit-tim div{
	background:url(../format_img/bk_top_tim.gif) no-repeat right;
}
#top-tit-mon{
	width:285px;
	margin-right:4px;
}
#top-tit-mon div{
	height:127px;
	background:url(../format_img/top_mon.jpg) no-repeat;
}#top-tit-mon p{
	position:relative;
	top:50px;
	left:110px;
}
#top-tit-ala div{
	height:119px;
	background:url(../format_img/top_ala.jpg) no-repeat;
}#top-tit-ala p{
	position:relative;
	top:40px;
	left:110px;
}

/* lineup */
.ltable {
	margin:15px 0 0;
	border: 1px solid #9b9b9b;
	border-collapse:collapse;
}
.ltable td,th{
	padding:6px 3px;
	border: 1px solid #9b9b9b;
}
.ltable th{
	background-color:#000;
	color:#fff;
}
.ltable td a{
	color:#333;
	text-decoration:underline;
}
.ltable td a:hover{
	color:#eb5434;
}
strong{
	text-align:left;
	}
	
clearfix{
text-align:left;
}


/*present
-------------------------------------------*/
.fleft flobject{
	clear:both;
	width:184; 
	}

#present{
	border:1px solid #999999;
	padding:10px 20px 10px;
	margin:20px auto;
	height:1%;
	width:350px;
	text-align:center;
}

#present h2{
	margin:5px 0 10px 0;
	/*
	width:140px;
	padding:5px;
	text-align:center;
	font-size:14px;
	float:left;
	color:#FFFFFF;
	background-color:#e1b93b;
	border:1px solid #c4a046;*/
}

#present .txt {
	clear:both;
	width:250px;
	float:left;
	margin-top:5px;
}

	
#present .txt h3{
	padding:12px 10px 10px 10px;
	margin:2px 0 7px 0;
	background-color:#CCCCCC;
	color:#000000;
	
}

#present .txt p{
	padding:0px 0px 0px 10px;
	line-height:1.4em;
	letter-spacing:1px;
	color:#999999;
}

.present_contents{
	width:355px;
	text-align:center;
}




