@charset "UTF-8";
@import "common.css";
@import "base.css";

/*協賛企業--------------------*/


.support_block {
	clear: both;
	width: 807px;
	margin:0 auto 20px auto;
	padding-bottom: 20px;
	background: url(../common/line03.gif) bottom left no-repeat;
}

.support_block .ph {
	float: left;
	width: 150px;
}

.support_block .txt {
	float: right;
	width: 637px;
	text-align: left;
}

.support_block h2 {
	padding-left: 15px;
	background: url(../common/icon_maru01.gif) 0 4px no-repeat;
}

.support_block .txt a:link,
.support_block .txt a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
}

.support_block .txt a:hover,
.support_block .txt a:active {
	text-decoration: none;
	color: #ffe400;
	font-weight:bold;
}


