@charset "utf-8";
/*
 * this css
 * Date: 2009/07
 * Author: Creative Team
 */

#page-head h1{
height: 88px;
width: 957px;
/*margin-left:1px;*/
background: url(images/page_head_isp.png) no-repeat;
text-indent:-9999px;
overflow:hidden;
}

#contents {
	width:731px;
	margin-left:16px;
}

#contents h2.ttl_isp{
	width:730px;
	height:45px;
	text-indent:-9999px;
	margin-bottom:20px;
	overflow:hidden;
	background:url(images/ttl_isp.gif) no-repeat;
}

#contents div.lead_area {
	padding:0 160px 0 20px;
	height:150px;
	position:relative;
}
#contents div.lead_area p {
	line-height:150%;
}
#contents div.lead_area p.lead_ttl {
	font-size:1.333em;
	font-weight:bold;
	color:#ff4800;
	margin-bottom:10px;
}
#contents div.lead_area p.ss_mk {
	position:absolute;
	top:0;
	right:40px;
}


#contents div.tbl_area {
	padding:0 20px;
}
#contents div.tbl_area p.tbl_ttl{
	font-weight:bold;
	margin-bottom:5px;
}

#contents div.tbl_area table{
	width:100%;
	border-collapse:collapse;
	border:2px solid #000;
	margin-bottom:15px;
}
#contents div.tbl_area table tr,
#contents div.tbl_area table th,
#contents div.tbl_area table td{
	border:1px solid #000;
}
#contents div.tbl_area table th,
#contents div.tbl_area table td{padding:5px;}

#contents div.tbl_area table th {
	font-size:1.167em;
	font-weight:bold;
	background-color:#f7f7f7;
	width:7%;
}
#contents div.tbl_area table th.head {
	font-size:1.333em;
	color:#fff;
	background-color:#666;
	width:100%;
}
#contents div.tbl_area table td {width:43%;}
#contents div.tbl_area table td.long {width:97%;}






/*----- clear -----*/
.xxx:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}


/*----- IE png fix -----*/

* html #page-head h2 {
behavior: expression(IEPNGFIX.fix(this));
}

