@charset "utf-8";
/* 背景イメージ設定 */

div#maincontens{
 width:940px;
 
}

.supname a:link {
	color: #0000CC;
	text-decoration: none;
}
.supname a:visited {
	text-decoration: none;
	color: #0000CC;
}
.supname a:hover {
	text-decoration: none;
	color: #00CCFF;
}
.supname a:active {
	text-decoration: none;
	color: #00CCFF;
}

.supbox {
	width: 220px;
	float: left;
	margin: 5px;
	height: 250px;
  	background-image: url(../image/s-bg01.jpg);
	background-repeat: no-repeat;
	
	cursor: pointer;
}

.nagare{
	padding-left: 150px;
	line-height: 1.5em;
	padding-bottom: 30px;
	font-size: 13px;
	padding-right: 150px;
}

.nagare2{
	line-height: 1.5em;
	font-size: 13px;
	margin-top: 30px;
	margin-right: 150px;
}

.supimg {
	margin: 9px;
}

.supcode{
	width:200px;
	height: 12px;
	font-size: 10px;
	margin:9px;
	text-align: center;
}

.supname{
	width:200px;
	height: 20px;
	font-size: 12px;
	margin:10px;
	text-align: center;
	font-weight: bold;
}
.table_p {
	font-size: 14px;
	line-height: 1.4em;
	padding-right: 10px;
	text-align: left;
	padding-left: 10px;
	padding-top: 15px;
	font-weight: normal;
	background-color: #FFC;
}
.table_line {
	border: 1px solid #FC0;
	margin-top: 20px;
	background-color: #FFC;
}
.explain {
	font-size: 14px;
	text-align: left;
	margin-left: 30px;
	line-height: 1.8em;
	font-weight: bold;
}
.red {
	color: #F00;
	font-weight: bold;
}
.number_font {
	font-weight: bold;
	font-size: 17px;
	color: #F00;
}
.table_p_head {
	font-size: 14px;
	font-weight: bold;
	background-color: #FFC;
	text-align: center;
	padding-top: 10px;
	width: 210px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F60;
	margin-left: 10px;
	padding-bottom: 5px;
}

