﻿@charset "utf-8";

/* font settings [ results.css ]
=================================
1: general elements
99: clearFix
=================================*/


/* general elements
=================================*/

/* for h3 bottom section */
#mainContainer #contents .subSection {
	margin-top: 0;
}

/* h2 */
h2 {
	clear:both;
	position:relative;
	background-color:#cdcdcd;
	font-size:118%;
}
h2 span {
	display:block;
	padding: 6px 0px 4px 14px;
	text-align:left;
}

h2 .archive{
	position:absolute;
	top:2px;
	left:640px;
}
* html h2 .archive{
	left:626px;
}
/* h3 */
h3 {
	position:relative;
	padding:0 0 8px 0;
	background:url(/results/images/com_h001.gif) no-repeat top left;
	border-bottom:none;
	margin-top:10px;
	font-size:168%;
}
h3 span {
	background:none;
	padding: 8px 0px 7px 13px;
}
h3 span.icDesign {
	position:absolute;
	top:2px;
	left:630px;
}

/* content box
=================================*/

/*resultsListBox*/
div.resultsListBox {
}
div.resultsListBox ul li {
	float: left;
	margin-right: 1px;
}
div.anchorBox ul li a {
}

/* column */

div.localTransition {
	width:730px;
	margin-top:10px;
}
div.localTransition .colLeft {
	float: left;
	width: 62px;
	text-align:right;
}
div.localTransition .colRight {
	float: right;
	width: 71px;
	text-align:left;
}

/* resultsContentsBox */

div.resultsContentsBox {
	margin-top:10px;
	background-color:#f1f1f1;
	padding:25px 15px;
}

div.resultsContentsBox .resultCenterBox {
	width: 700px;
	text-align:center;
}
/* tab */

.ui-tabs-hide {
	display: none;
}


/* linkBox */
div.linkBox .box dd {
	margin: -1.7em 0 11px 8.2em;
}
* html div.linkBox .box dd {
	margin: -1.4em 0 11px 8.2em;
}
html>/**/body div.linkBox .box dd {
	margin /*\**/: -1.2em 0 11px 8.2em\9;
}

/* clearFix
=================================*/
div.resultsListBox:after,
div.resultsContentsBox:after,
div.localTransition:after
 {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html div.resultsListBox,
* html div.resultsContentsBox,
* html div.localTransition
 {/* IE6 hack */
	zoom: 1;
} 
*:first-child+html div.resultsListBox,
*:first-child+html div.resultsContentsBox,
*:first-child+html div.localTransition

 {/* IE7 hack */
	zoom: 1;
}
