@charset "UTF-8";
/* CSS Document */

/*----------------------------
	メインコンテンツ部分
----------------------------*/

#partners{
	width: 890px;
	margin-bottom:10px;
	background-repeat: no-repeat;
	background-position: 515px 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
	padding-top: 0px;
	top: -10px;
	clear: both;
}

#partners h2{
	font-size: 20px;
	font-weight: normal;
	background-image: url(../images/common/midashiback.png);
	background-repeat: repeat-x;
	text-indent: 35px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0880CC;
	line-height: 50px;
	height: 50px;
	margin-top: 0px;
	color: #FFF;
}


#partners h3{
	margin-top: 20px;
	margin-bottom: 5px;
	color: #23659a;
	margin-right: 10px;
	margin-left: 35px;
	font-size: 16px;
}

table {
	width: 820px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-left: 35px;
}

table th {
	padding: 10px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	font-size: 14px;
	color: #232323;
}
table td {
	padding: 9px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	font-size: 13px;
	color: #333;
}

table a{
	text-decoration: none;
	font-size: 13px;
	color: #666;
}

table a:hover{
	color:#dd5f28;
	text-decoration: underline;
}

.cname{
	font-weight: 500;
	color: #666;
}

