@charset "UTF-8";

/*------------------------------------------------------------
import css
------------------------------------------------------------*/

@import url("import.css");


/* CSS Document */


/* ---------- globalNav ---------- */

/*#globalNav ul li#navi-home a{
	width: 123px;
	margin-left: 11px;
	background: url(../images/common/globalNav.jpg) no-repeat -11px -27px;
}


/* ---------- index ---------- */

#index-pho{
	margin-top: 10px;
}

#index-main{
	background-image: url(../images/index_back.jpg);
	background-repeat: no-repeat;
	padding-top: 24px;
	width: 768px;
	float: left;
	text-align:center;
}

#index-main-left{
	float: left;
	width: 460px;
	padding-left: 24px;
	font-size: 13px;
	line-height: 1.5em;
}

#index-main-right{
	float: right;
	width: 240px;
	padding-right: 24px;
}

.left-banner-button{
	position: absolute;
	z-index: 1;
}

#index-feature{
	background-image: url(../images/back_feature.jpg);
	background-repeat: no-repeat;
	height: 110px;
	width: 460px;
	position: relative;
}

#index-feature a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#index-result{
	background-image:  url(../images/back_pagerank.jpg);
	background-repeat: no-repeat;
	height: 110px;
	width: 460px;
	margin-top: 20px;
	position: relative;
}

#index-result a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#index-feature ol{
	font-weight: bold;
	list-style-type: decimal;
	padding-left: 186px;
	padding-top: 4px;
	padding-right: 20px;
}

#index-feature ol li{
	color: #FFFFFF;
}

#index-result p{
	padding-left: 157px;
	padding-top: 4px;
	padding-right: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.index-left-title{
	padding-top: 13px;
	padding-left: 135px;
}

.index-to-detail{
	float: right;
	position: absolute;
	top: 87px;
	right: 4px;
	left: 348px;
	width: 115px;
	height: 15px;
}

#index-txt-center{
	background-image: url(../images/index_txt_center.gif);
	padding-right: 14px;
	padding-left: 14px;
}

#index-txt-center h1{
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	font-size: 14px;
}

.index-txt-title{
	font-size: 15px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-left: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../images/common/arrow-09.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	margin-left: 4px;
	color: #484848;
}

#index-txt-center ul,
#index-txt-center ol{
	padding: 10px 10px 2px 30px;
}

#index-txt-center ul{
	list-style-type: disc;
}

#index-txt-center ol{
	list-style-type: decimal;
	padding-left: 38px;
}

#index-txt-center li{
	line-height: 1.25em;
	margin-bottom: 0.5em;
}

#index-txt-p-last{
	margin-bottom: 0px;
}

#index-estimate{
	height: 110px;
	width: 240px;
	background-image: url(../images/back_estimate.gif);
	background-repeat: no-repeat;
}

#index-estimate-title{
	padding-top: 11px;
	padding-left: 13px;
}

#index-estimate p{
	color: #666666;
	margin-right: 13px;
	margin-left: 13px;
	padding-top: 4px;
	line-height: 1.5em;
	margin-bottom: 6px;
	font-size: 10px;
}

#index-estimate-button{
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	text-align: center;
}

#index-banner{
	margin-top: 20px;
	padding-bottom: 5px;
}

#index-banner img{
	margin-bottom: 14px;
	display: block;
}

#info{
	font-size: 1em;
	color: #FF0000;
	background-color: #FFE8E8;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #FF0000;
	line-height: 1.5em;
	font-weight: bold;
}

#results{
	/*padding-top: 20px;*/
}

.top-banner{
	padding-top: 10px;
}

.top-banner2{
	padding-top: 10px;
	padding-bottom: 10px;
}

.top-banner3{
	padding-bottom: 10px;
}

