@charset "utf-8";

/*
	Site Name: safeSEO
	Author: レボネット株式会社
*/



/* ===== Universal Reset ===== */

*{
	margin:0px;
	padding:0;
}

img {
	border: none;
}

.bn {
	margin-top: 10px;
}

/* ==== clearfix ==== */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*サイトの基本設定*/

a {
	color: #99CC00;
}

a :hover{

}

body {
	text-align: center;
	font-size: 14px;
	color: #666666;
	background-image: url(../images/bodyBg.gif);
	background-repeat: repeat-x;
}

#container {
	width: 808px;
	margin: 0px auto;
	text-align: left;
	clear: both;
}

/*ヘッダー設定*/    
#header {
	background-image: url(../images/headerContact.jpg);
	background-position: 580px 15px;
	background-repeat: no-repeat;
	width: 808px;
	display: block;
}
#header a {
color:#333333;
text-decoration:none;
}

#header h1{
	font-size: 11px;
	float: left;
	color: #000000;
	font-weight: normal;
	padding: 5px 0px 0px 10px;
	width: 808px;

}

#headerContact {
	float: right;
	width: 210px;
	background-image: url(../images/headerContact.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	color: #FFFFFF;
	padding-top:5px;
	height: 60px;
	
}

#logo {
	float: left;
	padding-left: 15px;
}

#logo a{
	display: block;
	background-image: url(../images/logo.jpg);
	height: 60px;
	width: 210px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}


/*グローバルナビゲーション設定*/        
/* ===== ▽gNavi ===== */
.gNavi {
	background-image: url(../images/gNavi.gif);
	height: 56px;
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
	background-color: #FFFFFF;
	width: 808px;
	float: left;
	font-size: 14px;
	clear: both;
}


.gNavi ul{
	border: 0;
	margin: 0;
	padding: 0;
	
}

.gNavi ul li{
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	float: left;	background-image: url(../images/gNavi.gif);
}

.gNavi ul li a{
	display: block;
	color: #333333;
	text-decoration:none;
	height: 57px;	background-image: url(../images/gNavi.gif);
}

.gNavi ul li a:hover{
	display: block;
	color: #333333;
	background-repeat: no-repeat;	background-image: url(../images/gNavi.gif);
}

.gNavi li a{
	text-indent: -9999px;
}

.gNavi li#navi_1 a{	background-image: url(../images/gNavi.gif);
height: 57px;
	width: 91px;
}
.gNavi li#navi_1 a:hover{	background-image: url(../images/gNavi.gif);
background-position: 0px -57px;
height: 57px;
	width: 91px;
}

.gNavi li#navi_2 a{	background-image: url(../images/gNavi.gif);
height: 57px;
	width: 183px;
	background-position: -91px 0;
}
.gNavi li#navi_2 a:hover{	background-image: url(../images/gNavi.gif);
background-position: -91px -57px;
	height: 57px;
	width: 183px;
}

.gNavi li#navi_3 a{	background-image: url(../images/gNavi.gif);
height: 57px;
	width: 128px;
	background-position: -274px 0;
}
.gNavi li#navi_3 a:hover{	background-image: url(../images/gNavi.gif);
background-position: -274px -57px;
	height: 57px;
	width: 128px;
}

.gNavi li#navi_4 a{	background-image: url(../images/gNavi.gif);
height: 57px;
	width: 143px;
	background-position: -402px 0;
}
.gNavi li#navi_4 a:hover{	background-image: url(../images/gNavi.gif);
background-position: -402px -57px;
	height: 57px;
	width: 143px;
}

.gNavi li#navi_5 a{	background-image: url(../images/gNavi.gif);
height: 57px;
	width: 127px;
	background-position: -545px 0;
	background-repeat: no-repeat;
}
.gNavi li#navi_5 a:hover{	background-image: url(../images/gNavi.gif);
background-position: -545px -57px;
	height: 57px;
	width: 127px;
}

.gNavi li#navi_6 a{	background-image: url(../images/gNavi.gif);
height: 57px;
	width: 136px;
	background-position: -672px 0;
	background-repeat: no-repeat;
}
.gNavi li#navi_6 a:hover{	background-image: url(../images/gNavi.gif);
background-position: -672px -57px;
	height: 57px;
	width: 136px;
}


/* ===== ▲gNavi ===== */
#mainImg {
	background-image: url(../images/mainImg.jpg);
	height: 250px;
	width: 808px;
	clear: both;
	float: left;
	background-repeat: no-repeat;
	margin: 0px auto;
	margin-top: 10px;
}

/*メインイメージ設定*/        

#container .bread {
	float: left;
	display: block;
	width: 808px;
	margin-top: 10px;
	clear: both;

}
#container .bread p{
	font-size: 80%;

}
#container .bread .current a{
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}

#container .bread a{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#container .bread a:hover{
	color: #45B0DE;
}

/*コンテンツ設定*/        
#content {
	float: right;
	width: 595px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content p {}
#content h2 {}
#content h3 {}
#content a {}
#content a:hover {}
strong {
	color: #FF0000;
	font-weight: normal;
}
#content .point {
	border: 1px solid #339900;
	padding: 5px;
	color: #339900;
	font-size: 90%;
	text-align: center;
	margin: 10px auto;
	background-color: #EBFFE1;
}
#content .point a{
	color: #339900;
}
#content .title {
	border: 1px solid #47B0DD;
	padding: 5px;
	color: #47B0DD;
	font-size: 120%;
	text-align: center;
	margin-bottom: 10px;
}
#content .title a{
	text-decoration: none;
	color: #47B0DD;
}

#content .estimate {
	background-image: url(../images/estimate.jpg);
	width: 595px;
	background-position: top center;
	background-repeat: no-repeat;
	height: 171px;
	margin-bottom: 10px;
}
.estimate form {
	padding-left: 55px;
	font-size: 80%;
	color: #333333;
	display: block;
	padding-top: 65px;
}
.estTitle {
	width: 100px;
	padding: 2px;
	font-size: 90%;
}
.formFrame {
	float: left;
	padding: 0px 3px 3px 3px;
}
.formSubmit {
	clear: both;
}
#estDescription {
	display: none;
}
#recommend {
	text-align: center;
	margin-bottom: 10px;
}
#recommend h2 {
	background-image: url(../images/keywordOpt.jpg);
	width: 593px;
	height: 35px;
	background-position: top left;
	text-indent: -9999px;
	border: none;
	padding: 0px;
}
#recommend p {
	line-height: 160%;
	font-size: 90%;
	width: 550px;
	margin: 0px auto;
	text-align: left;
	color: #333333;
}
#seoBn {
	text-align: center;
	margin-bottom: 10px;
}
#seoBn h2 {
	background-image: url(../images/seoImg.jpg);
	width: 593px;
	height: 133px;
	background-position: top left;
	text-indent: -9999px;
	border: none;
	padding: 0px;
	margin-bottom: 10px;
}
#seoBn p {
	line-height: 160%;
	font-size: 90%;
	width: 550px;
	margin: 0px auto;
	text-align: left;
	color: #333333;
}
#seoBn a {
	color: #333333;
	text-decoration: none;
}
#seoBn a:hover {
	text-decoration: none;
}
.benefit {
	text-align: center;
	margin-bottom: 10px;
}
.benefit h2 {
	width: 593px;
	padding: 0px;
	margin-bottom: 10px;
}
.benefit p {
	line-height: 160%;
	font-size: 90%;
	width: 550px;
	margin: 0px auto;
	text-align: left;
	color: #333333;
}
.benefit a {
	color: #333333;
	text-decoration: none;
}
.benefit a:hover {
	text-decoration: none;
}
#planBn {
	text-align: center;
	margin-bottom: 10px;
}
#planBn h2 {
	background-image: url(../images/planImg.jpg);
	width: 593px;
	height: 133px;
	background-position: top left;
	text-indent: -9999px;
	border: none;
	padding: 0px;
	margin-bottom: 10px;
}
#planBn p {
	line-height: 160%;
	font-size: 90%;
	width: 550px;
	margin: 0px auto;
	text-align: left;
	color: #333333;
}
#planBn a {
	color: #333333;
	text-decoration: none;
}
#planBn a:hover {
	text-decoration: none;
}

#resultsBn {
	text-align: center;
	margin-bottom: 10px;
}
#resultsBn h2 {
	background-image: url(../images/imgBn_result.jpg);
	width: 593px;
	height: 133px;
	background-position: top left;
	text-indent: -9999px;
	border: none;
	padding: 0px;
	margin-bottom: 10px;
}
#resultsBn p {
	line-height: 160%;
	font-size: 90%;
	width: 550px;
	margin: 0px auto;
	text-align: left;
	color: #333333;
}
#resultsBn a {
	color: #333333;
	text-decoration: none;
}
#resultsBn a:hover {
	text-decoration: none;
}

#noRisk {
	text-align: center;
	margin-bottom: 10px;
}
#noRisk h2 {
	background-image: url(../images/noRisk.jpg);
	width: 593px;
	height: 35px;
	background-position: top left;
	text-indent: -9999px;
	border: none;
	padding: 0px;
}
#noRisk p {
	line-height: 160%;
	font-size: 90%;
	width: 550px;
	margin: 0px auto;
	text-align: left;
	color: #333333;
}
#graph {
	text-align: center;
	margin-bottom: 10px;
}
#graph h2 {
	background-image: url(../images/graph.jpg);
	width: 593px;
	height: 35px;
	background-position: top left;
	text-indent: -9999px;
	border: none;
	padding: 0px;
}
#graph p {
	line-height: 160%;
	font-size: 90%;
	width: 550px;
	margin: 0px auto;
	text-align: left;
	color: #333333;
}
#pinpoint {
	text-align: center;
	margin-bottom: 10px;
}
#pinpoint h2 {
	background-image: url(../images/pinpoint.jpg);
	width: 593px;
	height: 35px;
	background-position: top left;
	text-indent: -9999px;
	border: none;
	padding: 0px;
}
#pinpoint p {
	line-height: 160%;
	font-size: 90%;
	width: 550px;
	margin: 0px auto;
	text-align: left;
	color: #333333;
}
#plan {
	text-align: center;
	margin-bottom: 10px;
}
#plan h2 {
	background-image: url(../images/price.jpg);
	width: 593px;
	height: 49px;
	background-position: top left;
	text-indent: -9999px;
	border: none;
	padding: 0px;
}
#plan p {
	line-height: 160%;
	font-size: 90%;
	width: 550px;
	margin: 0px auto;
	text-align: left;
	color: #333333;
}
.imgRight {
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.imgRight img{
	margin-bottom: 10px;
}


#bnList {

}
#bnResult a{
	background-image: url(../images/bnResult.jpg);
	height: 81px;
	width: 291px;
	display: block;
	float: left;
	margin-bottom: 10px;
	text-indent: -9999px;
}
#bnResult a:hover{
	background-image: url(../images/bnResult_on.jpg);
}
#bnPresent a{
	background-image: url(../images/bnPresent.jpg);
	float: right;
	width: 291px;
	height: 81px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 10px;
}
#bnPresent a:hover{
	background-image: url(../images/bnPresent_on.jpg);
}
#bnContact {
	clear:both;
	display: block;
	margin-bottom: 10px;
}
#bnContact a{
	background-image: url(../images/bnContact.jpg);
	float: right;
	width: 593px;
	height: 116px;
	display: block;
	text-indent: -9999px;
	clear: both;
}
#bnContact a:hover{
	background-image: url(../images/bnContact_on.jpg);
}

table {
	font-size: 90%;
	text-align: center;
	margin: 10px auto;
	border: 1px solid;
	border-color: #eeeeee;
	width: 95%;
}
td {
	padding: 10px;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}
tr {
	border: 1px solid #ff0000;
	text-align: left;

}

form {

}

.orderTable {
	text-align: center;
	margin: 0px auto;

}

.td_word {
	background-image: url(../images/results_td_word.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
}
.td_hits {
	background-image: url(../images/results_td_hits.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	color: #FFFFFF;
}
.td_rank {
	background-image: url(../images/results_td_rank.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	color: #FFFFFF;
}
.td_word2 {
	background-position: top left;
	background-repeat: repeat-x;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
}
.td_hits2 {
	background-position: top left;
	background-repeat: repeat-x;
	color: #666666;
	background-color: #FFFFFF;
	text-align: right;
}
.td_rank2 {
	background-position: top left;
	background-repeat: repeat-x;
	color: #FFFFFF;
	background-color: #0082FE;
}

.flow1 {
	background-image: url(../images/flow1.jpg);
	padding: 10px;
	background-repeat: no-repeat;
	border-right:1px solid #dddddd;
}
.flow1 p{
	padding-left: 190px;
	margin: 5px;
	font-size: 90%;
	line-height: 160%;
}
.flow2 {
	background-image: url(../images/flow2.jpg);
	padding: 10px;
	background-repeat: no-repeat;
	border-right:1px solid #dddddd;
}
.flow2 p{
	padding-left: 190px;
	margin: 5px;
	font-size: 90%;
	line-height: 160%;
}
.flow3 {
	background-image: url(../images/flow3.jpg);
	padding: 10px;
	background-repeat: no-repeat;
	border-right:1px solid #dddddd;
}
.flow3 p{
	padding-left: 190px;
	margin: 5px;
	font-size: 90%;
	line-height: 160%;
}
.flow4 {
	background-image: url(../images/flow4.jpg);
	padding: 10px;
	background-repeat: no-repeat;
	border-right:1px solid #dddddd;
}
.flow4 p{
	padding-left: 190px;
	margin: 5px;
	font-size: 90%;
	line-height: 160%;
}
.flow5 {
	background-image: url(../images/flow5.jpg);
	padding: 10px;
	background-repeat: no-repeat;
	border-right:1px solid #dddddd;
}
.flow5 p{
	padding-left: 190px;
	margin: 5px;
	font-size: 90%;
	line-height: 160%;
}
.flow6 {
	background-image: url(../images/flow6.jpg);
	padding: 10px;
	background-repeat: no-repeat;
	border-right:1px solid #dddddd;
}
.flow6 p{
	padding-left: 190px;
	margin: 5px;
	font-size: 90%;
	line-height: 160%;
}

/*サイドナビゲーション設定*/
#sideL {
	float: left;
	width: 200px;
	padding-bottom: 10px;
	text-align: center;
	padding-left: 0px;
	margin-top: 10px;
}
#sideL h2{}        
#sideL p{}
#sideL a{
}
#sideL a:hover{
}
#sideL #login p{
	text-align:center;
	padding: 5px;
	font-size: 80%;
	background-image: url(../images/loginP.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	width: 155px;
	display: block;
	margin: 0px auto;
	margin-bottom: 5px;
}
#loginBtn a{
	background-image: url(../images/login.jpg);
	height: 49px;
	width: 190px;
	display: block;
	margin: 0px auto;
	text-indent: -9999px;
}
#loginBtn a:hover{
	background-image: url(../images/login_on.jpg);
}
.area1 {
	background-image: url(../images/area1.jpg);
	padding-top: 40px;
	background-color: #F6F6F6;
	background-repeat: no-repeat;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#sideL .area1 p{
	font-size: 80%;
	text-align: left;
}
#sideL .area1 a{
	display:block;
	background-image: url(../images/area1P.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	text-decoration: none;
	color: #666666;
	
}
#sideL .area1 a:hover{
	background-image: url(../images/area1P_on.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #333333;
}
#sideL #sidePlanBn a{
	background-image: url(../images/sidePlanBn.jpg);
	height: 70px;
	width: 190px;
	display: block;
	margin: 0px auto;
	text-indent: -9999px;
	padding-left: 0px;
	padding: 0px;
}
#sideL #sidePlanBn a:hover{
	background-image: url(../images/sidePlanBn_on.jpg);
}
.area2 {
	background-image: url(../images/area2.jpg);
	padding-top: 40px;
	background-color: #B2E8FF;
	background-repeat: no-repeat;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#sidePointBn1 a{
	background-image: url(../images/sidePointBn1.jpg);
	height: 79px;
	width: 190px;
	display: block;
	margin: 0px auto;
	text-indent: -9999px;
	margin-bottom: 5px;
}
#sidePointBn1 a:hover{
	background-image: url(../images/sidePointBn1_on.jpg);
}
#sidePointBn2 a{
	background-image: url(../images/sidePointBn2.jpg);
	height: 79px;
	width: 190px;
	display: block;
	margin: 0px auto;
	text-indent: -9999px;
	margin-bottom: 5px;
}
#sidePointBn2 a:hover{
	background-image: url(../images/sidePointBn2_on.jpg);
}
#sidePointBn3 a{
	background-image: url(../images/sidePointBn3.jpg);
	height: 79px;
	width: 190px;
	display: block;
	margin: 0px auto;
	text-indent: -9999px;
	margin-bottom: 5px;
}
#sidePointBn3 a:hover{
	background-image: url(../images/sidePointBn3_on.jpg);
}
#negoSeo a {
	background-image: url(../images/negoSeoBn.jpg);
	height: 109px;
	width: 190px;
	display: block;
	margin: 0px auto;
	text-indent: -9999px;
	margin-bottom: 5px;
}
#negoSeo a:hover {
	background-image: url(../images/negoSeoBn_on.jpg);
}
/*フッター設定*/        
#footer {
	clear: both;
	background-color: #DDF1FA;
	font-size: 11px;
	padding-top: 25px;
	text-align: right;
	line-height: 160%;
	background-image: url(../images/footerBg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	color: #FFFFFF;
	padding-left: 5px;
}

#footer a{
	color: #666666;
	text-decoration: none;
}


#footer a:hover{
	color: #999999;
	text-decoration: underline;
}


#footer p{
	padding: 10px;
	text-align: left;
	color: #666666;
}

#footer2 a{
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

        
#copy {
	background-color: #FFFFFF;
	text-align: right;
	padding: 5px;
	color: #FFFFFF;
	font-size: 11px;
	padding-left: 10px;

}

#copy p{
	color: #FFFFFF;
	text-align: right;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-size: 80%;
}

#copy a{
	color: #FFFFFF;
	text-decoration: none;
}

#copy a:hover{
	color: #FFFF66;
	text-decoration: underline;
}

    
