@charset "UTF-8";

/*container--------------------*/

#container {
	background: url(../img/common/container_bg.gif) 724px 0 repeat-y;
}

/*mainimage--------------------*/

#mainimage_block {
	width: 930px;
	margin: 0 auto 30px auto;
}

/*top_search_block--------------------*/

#top_search_block {
	margin-bottom: 30px;
	padding: 10px 10px 10px 5px;
	background: #eceeef;
}

#top_search_block h2 {
	width: 147px;
	margin-right: 20px;
	float: left;
}

#top_search_box {
	width: 410px;
	padding-top: 5px;
	float: left;
}

#top_search_box dl {
	clear: both;
}

#top_search_box dt {
	width: 62px;
	float: left;
}

#top_search_box dd {
	width: 345px;
	float: right;
}

#top_search_btn {
	width: 78px;
	float: right;
}

.search_textarea {
	width: 333px;
	height: 22px;
	padding: 0 5px;
	border: #ccc solid 1px;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	line-height: 1.0;
}

.search_syubetsu {
	margin-top: 3px;
}

/*linkbox--------------------*/

.linkbox {
	width: 615px;
	padding: 8px 15px;
	border-bottom: #ccc dotted 1px;
}

.box_hover {
	background: #e5f6ff;
	cursor:pointer;
}

.none {
	text-indent:-9999px;
	height:0px;
	overflow:hidden;
}

.linkbox h2 {
	width: 28px;
	float: left;
}

.linkbox .info {
	width: 427px;
	float: left;
}

.linkbox .score {
	width: 115px;
	margin-top: 5px;
	padding: 3px 0 0 5px;
	float: right;
	border-left: #ccc solid 1px;
}


/*kuchikomi_block--------------------*/

#kuchikomi_block {
	clear: both;
}

#kuchikomi_block h2 {
	margin-bottom: 10px;
	background: url(../img/top/tab_line.gif) bottom repeat-x;
}

#kuchikomi_box {
	width: 645px;
	float: right;
}

#kuchikomi_box .linkbox h2 {
	width: 400px;
	margin: 0;
	float: left;
	padding-top: 2px;
	padding-left: 20px;
	background: url(../img/common/icon_arrow01.gif) left center no-repeat;
	color: #098ad4;
	font-size: 116%;
	font-weight: bold;
}

#kuchikomi_box .linkbox .date {
	width: 100px;
	float: right;
	font-size: 84%;
	text-align: right;
	color: #333;
}

#kuchikomi_box .linkbox .text {
	margin: 0 0 0 20px;
	padding: 0;
	clear: both;
	color: #333;
}

.box_hover h2,
.box_hover .text {
	text-decoration: underline;
}


/*ranking_block--------------------*/

#ranking_block {
	clear: both;
	border: none;
	background: none;
}

.ranking_box {
	width: 645px;
	margin-left: 40px;
}

.ranking_box .linkbox h2.ranking01 img {
	margin-top: 4px;
}

.ranking_box .linkbox h2.ranking02 img {
	margin-top: 6px;
}

.ranking_box .linkbox h2.ranking03 img {
	margin-top: 12px;
}

.ranking_box .linkbox h2.ranking04 img,
.ranking_box .linkbox h2.ranking05 img {
	margin-top: 15px;
}

.ranking_box .linkbox .info .name {
	color: #098ad4;
	font-size: 116%;
	font-weight: bold;
}

.ranking_box .linkbox .score img {
	margin-right: 3px;
}

.ranking_box .linkbox .score span {
	margin-left: 5px;
	color: #333;
	font-weight: bold;
}

.box_hover .name,
.box_hover .address {
	text-decoration: underline;
}


/* タブ */
.ui-tabs-nav li {
	display: block;
	float: left;
	width: 208px;
	height: 38px;
	list-style: none;
	margin: 0 !important;
}

.ui-tabs-nav a {
	display: block;
	width: 204px;
	height: 38px;
	line-height: 0;
	text-indent: -9999px;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
	outline: none;
}


.ui-tabs-nav .tab01 a {
	background-image:url(../img/top/tab_assessment.gif);
}

.ui-tabs-nav .tab02 a {
	background-image:url(../img/top/tab_access.gif);
}

.ui-tabs-nav .ui-tabs-active a,
.ui-tabs-nav a:hover,
.ui-tabs-nav a:focus,
.ui-tabs-nav a:active {
	background-position: -208px 0;
}
.ui-tabs-nav a,
.ui-tabs-nav .ui-tabs-disabled a:hover,
.ui-tabs-nav .ui-tabs-disabled a:focus,
.ui-tabs-nav .ui-tabs-disabled a:active {
	background-position: 0 0;
}

#ranking_block {
	width: 685px;
	padding-top: 30px;
	clear: both;
}

#ranking_block ul {
	width: 685px;
	height: 38px;
	margin-bottom: 20px;
	padding: 0 !important;
	background: url(../img/top/tab_line.gif) left bottom repeat-x;
	_background: url(../img/top/tab_line.gif) left 37px repeat-x;
}

#ranking_block .ranking_box ul {
	background: none;
}


#assessment,
#access {
	width: 685px;
}


table.result_block {
	border: #d3d3d3 solid 2px;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

.result_block th {
	border-bottom: #d3d3d3 solid 1px;
	border-left: #d3d3d3 solid 1px;
	background: #f5f6f7;
	padding: 10px 10px 8px 10px;
	text-align: center;
}

.result_block td {
	border-bottom: #d3d3d3 solid 1px;
	border-left: #d3d3d3 solid 1px;
	padding: 10px 10px 8px 10px;
	text-align: center;
}
table.left td{
	text-align: left;
}

.result_block th.name {
	text-align: left;
}
