@charset "utf-8";


/*++++++++++++++++++++
body
+++++++++++++++++++++*/
body {
	min-width:958px;
	color:#333;
	border-top:6px solid #39c;
	border-bottom:6px solid #39c;
}
#page {
	width:958px;
	margin:0 auto;
	background:#fff;
}


/*++++++++++++++++++++
Common
+++++++++++++++++++++*/
/* clearfix */
*:after {
	display:table;
	clear:both;
}
.cFix:after {
	display:table;
	clear:both;
	content:"";
}
.cFix {zoom:1;} /* IE6 */

.fleft {float:left;}
.fright {float:right;}
.leftColumn {float:left;}
.rightColumn {float:right;}


/*++++++++++++++++++++
Basic Anchor Settings
+++++++++++++++++++++*/
a {
	color:#39c;
	text-decoration:none;
}
a:visited {
	color:#39c;
	text-decoration:none;
}
a:hover {
	color:#fff;
	background:#39c;
	text-decoration:none;
}
#header h1 a:hover,
#header ul li a:hover {
	color:#39c;
	background:none;
	text-decoration:none;
}


/*++++++++++++++++++++
header
+++++++++++++++++++++*/
#header {
	zoom:1;/* float解除 IE67 */
	margin:15px 0 10px;
}
#header:after {
	content:"";/* float解除 */
}
#header h1 {
	float:left;
	margin-right:8px;
}
#header h2 {
	float:left;
	margin-right:6px;
}
#header ul {
	float:left;
	padding-top:3px;
}
#header ul li {
	float:left;
}
#header p {
	float:right;
	line-height:1.2;
	color:#666;
	font-size:11px;
	font-size:1.1rem;
	text-align:right;
}


/*++++++++++++++++++++
.globalNavi
+++++++++++++++++++++*/
.globalNavi {
	zoom:1;/* float解除 IE67 */
	background:url(../img/naviBg.gif) repeat-x;
}
.globalNavi:after {
	content:"";/* float解除 */
}
.globalNavi ul {
	zoom:1;/* float解除 IE67 */
	float:left;
	width:786px;
}
.globalNavi ul:after {
	content:"";/* float解除 */
}
.globalNavi ul li {
	float:left;
	font-weight:bold;
	line-height:22px;
}
.globalNavi ul li.contact {
	float:right;
}
.globalNavi ul li a {
	padding:0 8px;
}
.globalNavi #naviSearch {
	float:right;
	height:18px;
	padding:2px 8px 2px 0;
}
.globalNavi #naviSearch form {
	width:160px;
	background:url(../img/naviSearchBg.gif) no-repeat;
}
.globalNavi #naviSearch form input {
	vertical-align:top;
}
.globalNavi #naviSearch form input.searchText {
	width:136px;
	height:14px;
	line-height:1;
	padding:2px 0;
	color:#fff;
	background:none;
	border:none;
}



/*++++++++++++++++++++
footer
+++++++++++++++++++++*/
#footer {
	zoom:1;/* float解除 IE67 */
	margin:15px 0 10px;
}
#footer:after {
	content:"";/* float解除 */
}
#footer address {
	float:left;
	margin-right:10px;
}
#footer p {
	float:left;
	height:22px;
	line-height:22px;
	color:#666;
}
#footer a {
	color:#666;
	text-decoration:none;
}
#footer a:visited {
	text-decoration:none;
}
#footer a:hover {
	background:none;
	text-decoration:underline;
}



/*++++++++++++++++++++
pagetop
+++++++++++++++++++++*/
#pagetop {
	position:fixed;
	right:0;
	bottom:0;
	width:62px;
}
#pagetop a:hover {
	background:none;
}
#footerRanking {
	margin:0;
}
