@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      layout.css
 Author:         TTI Corporation
 Style Info:     top
----------------------------------------------------------- */


/*----------------------------------------------------
	#topSwf
----------------------------------------------------*/

#topvisual img{
	vertical-align:bottom
}
#header #gNav {
	margin-bottom:28px;
}

/*----------------------------------------------------
	#topMain
----------------------------------------------------*/

#topMain {
	width: 460px;
	float: left;
	padding-left:20px;
	font-size:75%; /*12px*/
}

/*----------------------------------------------------
	#topBanner
----------------------------------------------------*/

#topBanner {
	width: 232px;
	float: right;
	padding-right:18px;
}

#topBanner dl{
	/*background:url(../img/bg_topbnr_bottom.gif) bottom no-repeat;*/
	display:block;
	zoom:1;
	padding-bottom:10px;
	margin-bottom:8px;
}
#topBanner dl dt{
	display:block;
	background:url(../img/bg_topbnr_top.gif) top no-repeat;
	font-weight:bold;
	font-size:75%;/*12px*/
	padding:5px 5px 5px 12px;
	font-family:arial, helvetica, sans-serif, verdana;
}

#topBanner dl.amino {
	/*background:url(../img/bg_topbnr_bottom_b.gif) bottom no-repeat;*/
}
#topBanner dl.amino dt.amino{
	/*background:url(../img/bg_topbnr_top_b.gif) top no-repeat;*/
}

#topBanner dl dd{
	display:block;
	font-size:64%;/*10px*/
	color:#666666;
	padding:0 5px 5px 12px;
}
#topBanner dl dd img{
	float:left;
	margin-right:10px;
}

/*----------------------------------------------------
	top dl
----------------------------------------------------*/
#contents dl.dl1 {
	border-top:none;
	background:url(../img/bg_topdt_top.gif) top no-repeat;
	padding-top:5px;
}
#contents dl.dl1 dt.dl1dt{
	padding:0 10px 2px 16px;
	background:url(../img/bg_topdt_bottom.gif) bottom no-repeat;
	color:#666666;
	font-size:125%; /*15px*/
	line-height:1.2;
	border-left:none;
	margin-bottom:10px;
}