@charset "Shift_JIS";




div#techList{
	width:700px;
	margin-top:30px;
	margin-bottom:50px;
}
div#techList ul{
	width:340px;
	margin:0;
	padding:0;
	list-style:none;
}
div#techList ul.left{
	float:left;
}
div#techList ul.right{
	float:right;
}
div#techList ul li{
	display:block;
	width:340px;
	margin: 0 0 15px 0;
	padding:7px 0 0 0;
	background:url("../img/tech_btn_bg1.gif") left top no-repeat;
}
div#techList ul li span{
	display:block;
	width:340px;
	padding: 0 0 7px 0;
	background:url("../img/tech_btn_bg2.gif") left bottom no-repeat;
}
div#techList ul a{
	display:block;
	padding:5px 10px 5px 25px;
	background-position:10px center;
	background-repeat:no-repeat;
	font-size:100%;
	line-height:120%;
	font-weight:bold;
}
div#techList ul a:link,
div#techList ul a:visited{
	background-image:url("../img/tech_btn_point.gif");
	color:#666;
	text-decoration:none;
}
div#techList ul a:hover{
	background-image:url("../img/tech_btn_point_on.gif");
	color:#000;
	text-decoration: underline;
}
div#techList ul li a span.small{
	display:inline;
	width:auto;
	padding: 0;
	background:none;
	font-size:93%;
	font-weight:normal;
}








table#articleList{
	width:700px;
	margin-bottom:30px;
}
table#articleList td{
	padding: 7px 10px;
	text-align:left;
	vertical-align: middle;
	font-size:93%;
	line-height:130%;
}
table#articleList td a{
	padding: 0 0 5px 25px;
	background:url("../../img/pdf_icon_s.gif") 0 0 no-repeat;	
}
table#articleList td span{
	padding-left:0.5em;
	font-size:11px;
}
table#articleList tr.color{
	background-color: #e8ecf2;
}



table.getacro{
	width:700px;
	margin: 0 0 50px 0;
	padding:0;
}
table.getacro th,
table.getacro td{
	text-align:left;
	vertical-align:top;
	font-size:85%;
	line-height:130%;
	font-weight:normal;
}
table.getacro th{
	width:100px;
}



















