
/*--------------------------------------
  top
---------------------------------------*/
#flashArea{
	clear: both;
	width: 762px;
	height: 165px;
	margin: 0 auto;
	padding: 24px 0 0;
	background: #fff url(../img/top/bg_swf.jpg) no-repeat left top;
}
#swfArea{
	width: 571px;
	height: 152px;
	float: left;
}
#flashArea img{
	float: left;
}
#productArea{
	width: 742px;
	min-height: 180px;
	margin: 0 auto;
	padding: 0 0 16px;
	background: url(../img/top/line.gif) repeat-x left bottom;
}
#productArea h2{
	padding: 11px 0 15px;
	background: url(../img/top/line.gif) repeat-x left bottom;
}
#productArea div{
	width: 247px;
	min-height: 190px;
	margin: 6px 0 0 0;
	background:url(../img/top/bg_line.gif) repeat-y left top;
	float: left;
}
#productArea div h3{
	padding: 0 0 0 30px;
}
#productArea div p{
	padding: 6px 0 8px 30px;
}
#productArea div ul{
	padding: 0 0 0 30px;
	list-style: none;
}
#productArea div ul li{
	margin: 0;
	padding: 0;
	background: url(../img/top/icn.gif) no-repeat left center;
	line-height: 1.1;
}
#productArea div ul li a{
	padding: 0 0 0 12px;
	color: #323232;
	text-decoration: none;
}
#productArea div ul li a:link,
#productArea div ul li a:visited{
	color: #323232;
}
#productArea div ul li a:hover{
	text-decoration: underline;
}
#topicArea{
	width: 742px;
	margin: 0 auto;
	padding: 15px 0;
	background: url(../img/top/line.gif) repeat-x left bottom;
}
#topicArea div.wrap{
	width: 284px;
	float: left;
}
#topicArea h2{
	width: 276px;
	height: 19px;
	background: url(../img/top/bg_subt.jpg) no-repeat right top;
}
#topicArea h2 img{
	float: left;
}
#topicArea h2 a{
	display: block;
	width: 56px;
	margin: 1px 10px 0 0;
	float: right;
}
#topicArea div.wrap div.infoArea{
	width: 276px;
	margin: 6px 0 0;
	clear: both;
	background: #E1E1E1 url(../img/top/bg_frame_top.gif) no-repeat left top;
}
#topicArea div.wrap div.infoArea div{
	width: 276px;
	height: 152px;
	background: url(../img/top/bg_frame_bottom.gif) no-repeat left bottom;

	overflow-y: auto;
}
#topicArea div.wrap div.infoArea iframe{
	width: 276px;
	border: none;
}
#topicArea div.wrap{
	width: 283px;
	float: left;
}
#topicArea div.wrapSmall{
	width: 174px;
	float: left;
}
#topicArea div.wrapSmall h2{
	width: 174px;
	height: 19px;
	background: none;
}
#topicArea div.wrapSmall a{
	display: block;
	float: none;
}
#topicArea div.wrapSmall img{
	margin: 6px 0 0;
	float: none;
}
#topicArea div.wrapSmall h2 img{
	margin: 0;
}

#footer{
	position: relative;
	top: -15px;
	width: 762px;
	margin: auto;
}
#footer address{
	width: 700px;
	margin: 0 auto;
	border-top: solid 1px #60606C;
	text-align: center;
}
#footer address img{
	padding: 9px 0;
	margin: 0 auto;
}

/*--------------------------------------
  infoArea
---------------------------------------*/

div.infoArea table th{
	width:px;
	padding: 4px 5px 4px 15px;
	font-weight: normal;
	vertical-align: top;
	background: url(../img/top/icn2.gif) no-repeat 0px 9px;
}
div.infoArea table td{
	padding:4px 0 4px 0;
	width:100%;
}
div.infoArea table td a{
	padding: 0;
	color: #323232;
	text-decoration: underline;
}
div.infoArea table td a:link,
div.infoArea table td a:visited{
	color: #323232;
	text-decoration: underline;
}
div.infoArea table td a:hover{
	text-decoration: underline;
}



/*--------------------------------------
  clear
---------------------------------------*/

#productArea,
#topicArea{
	min-height:1%;
}
#productArea:after,
#topicArea:after{
/* for modern browser */
	content:"";
	clear:both;
	height:0px;
	display:block;
	visibility:hidden;
}
* html #productArea,
* html #topicArea{/* for IE */
	/*\*/height:1%;/* for WinIE */
	display:inline-table;/* for MacIE */
}
body*#productArea:after,
body*#topicArea:after{
	content:".";
}