@charset "utf-8";

/*for index
---------------------------------------------------*/
/*lanking*/
div#contents div#mainContents div.lanking{
	margin-bottom:15px;
}
div#contents div#mainContents div.lanking h4{
    font-size:90%;
	font-weight:bold;
	margin-bottom:10px;
	padding-left:210px;
}
div#contents div#mainContents div.lanking p.lanktxt{
	padding-left:210px;
}
div#contents div#mainContents div p.imgL{
	float:left;
}

/* 表 */

.data{
width:460px;
margin-top:10px;
margin-bottom:10px;
border-top:1px #CCCCCC solid;
border-left:1px #CCCCCC solid;
}

.data_td1{
width:162px;
padding:8px;
background-color:#026899;
font-weight:bold;
color:#FFFFFF;
border-bottom:1px #CCCCCC solid;
border-right:1px #CCCCCC solid;
}

.data_td2{
width:300px;
padding:8px;
border-bottom:1px #CCCCCC solid;
border-right:1px #CCCCCC solid;
}

.tb {
	border: 1px solid #CECECE;
	border-collapse: collapse;
} 

.tb td {
	border: 1px solid #CECECE;
	border-collapse: collapse;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}

.tb_none {
	border-collapse: collapse;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 

.tb_none td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
