@charset "utf-8";


/*----------------------------------------
■共通設定
-----------------------------------------*/

body, h1, h2, h3, h4, h5, h6, p, th, th, ol, ul, li, dl, dt, dd, form, pre{
	margin:0;
	padding:0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	color:#000000;
	word-break:break-all;
	word-wrap: break-word;
}
body{
	padding-top:104px;
}



table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	
}
img {
	vertical-align:bottom;
	border: none;
}

a:link {
	color: #000000;
	text-decoration:underline;
}
a:visited {
	color: #000000;
}
a:active,
a:hover {
	color: #000000;
	text-decoration:none;
}




/*----------------------------------------
■汎用クラス
-----------------------------------------*/
.clearfix{
	zoom:1;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}


.table-a{
	width:100%;
	border:solid 1px #000000;
	margin-bottom:18px;
}
.table-a th{
	padding:8px;
	font-weight:bold;
	background:#f9edae;
	border:solid 1px #000000;
	text-align:left;
}
.table-a td{
	padding:8px;
	background:#ededed;
	border:solid 1px #000000;
}

.inner{
	width:988px;
	margin:auto;
	position:relative;
}


.error{
	color:#FF3300;
}

.image-right{
	float:right;
	margin-left:20px;
}
.image-left{
	float:left;
	margin-right:20px;
}


.mb20{
	margin-bottom:20px;
}

.align-center{
	text-align:center;
}



/*----------------------------------------
■ヘッダー
-----------------------------------------*/
#header_wrap{
	width:100%;
	height:114px;
	position:fixed;
	left:0;
	top:0;
	z-index:99;
	background:url(../images/header/main_bg.png) repeat-x left bottom;
}
#header{
	height:104px;
	width:100%;
	background:#f0f0f0;

}

#header h1{
	font-size:12px;
	font-weight:normal;
	padding-top:7px;
}
#header #logo{
	position:absolute;
	top:35px;
	left:20px;
}

#headerSocial{
	position:absolute;
	right:15px;
	top:8px;
	list-style:none;
}
#headerSocial li{
	float:left;
	margin:0 0 0 6px;
}

/*----------------------------------------
■グローバルナビ
-----------------------------------------*/
#globalNavi{
	width:715px;
	position:absolute;
	right:24px;
	top:40px;
}
#globalNavi ul{
	list-style:none;
	margin:0 auto;
	padding:0;
	width:786px;
}
#globalNavi li{
	display:inline;
	float:left;
}
#globalNavi a{
	display:block;
	height:56px;
	outline-style:none;
	text-indent:-9999px;
}

.globalNavi0 a{
	width:69px;
	background:url(../images/globalNavi/gnavi00.gif) no-repeat;
}
.globalNavi0 a:hover{
	background:url(../images/globalNavi/gnavi00r.gif) no-repeat;
}

.globalNavi1 a{
	width:173px;
	background:url(../images/globalNavi/gnavi01.gif) no-repeat;
}
.globalNavi1 a:hover{
	background:url(../images/globalNavi/gnavi01r.gif) no-repeat;
}


.globalNavi2 a{
	width:92px;
	background:url(../images/globalNavi/gnavi02.gif) no-repeat;
}
.globalNavi2 a:hover{
	background:url(../images/globalNavi/gnavi02r.gif) no-repeat;
}

.globalNavi3 a{
	width:157px;
	background:url(../images/globalNavi/gnavi03.gif) no-repeat;
}
.globalNavi3 a:hover{
	background:url(../images/globalNavi/gnavi03r.gif) no-repeat;
}

.globalNavi4 a{
	width:70px;
	background:url(../images/globalNavi/gnavi04.gif) no-repeat;
}
.globalNavi4 a:hover{
	background:url(../images/globalNavi/gnavi04r.gif) no-repeat;
}

.globalNavi5 a{
	width:118px;
	background:url(../images/globalNavi/gnavi05.gif) no-repeat;
}
.globalNavi5 a:hover{
	background:url(../images/globalNavi/gnavi05r.gif) no-repeat;
}

.globalNavi6 a{
	width:106px;
	background:url(../images/globalNavi/gnavi06.gif) no-repeat;
}
.globalNavi6 a:hover{
	background:url(../images/globalNavi/gnavi06r.gif) no-repeat;
}











/*----------------------------------------
■フッター
-----------------------------------------*/
#bottom_inquiry{
	text-align:center;
}

#footer .inner{
	width:900px;	
}

#footer{
	padding-top:10px;
	background:#000000;
	height:230px;
}
#footerNavi{
	width:486px;
	background:url(../images/footer/footerNavi_bg.gif) repeat-x;
}
#footerNavi ul{
	list-style:none;
	margin:0;
	padding:0;
	height:1;
	zoom:1;
}
#footerNavi ul:after{
	clear:both;
	content:"";
	display:block;
}
#footerNavi li{
	float:left;
	white-space:nowrap;
	padding:0 7px;
}
#footerNavi li a{
	background:url(../images/items/icon_link.gif) no-repeat left center;
	padding:0 0 0 17px;
	color:#ffffff;
	line-height:40px;
	
}

#footer_info{
	position:absolute;
	right:0;
	top:0;
	width:375px;
}
#footer_info p{
	margin:0;
}

/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 30px;
	right:30px;
}
/* arrow icon (span tag) */
#back-top span {
	width: 57px;
	height: 57px;
	display: block;
	background: #ddd url(../images/up-arrow.png) no-repeat center center;
	border:solid 1px #ffffff;

}




/*----------------------------------------
■メイン
-----------------------------------------*/
#main{
	/*background:url(../images/header/main_bg.gif) repeat-x;*/
}

#contents{
	background:url(../images/items/contents_bg.png) repeat-y center;
	padding-bottom:46px;
}


.width988{
	width:988px;
	margin:auto;
}



.bg{
	width:988px;
	margin:auto;
	position:relative;
}
.img1,.img2,.img3,.img4,.img5,.img6,.img7,.img8,.img9,.img10{
	position:absolute;
}



#bg1{
	height:251px;
	background:url(../images/top/bg1.png) no-repeat;
}
#bg1 .img1{
	top:0;
	left:88px;
}
#bg1 .img2{
	top:76px;
	left:88px;
}

#bg2{
	height:259px;
	background:url(../images/top/bg2.png) no-repeat;
}

#bg2 .img1{
	top:0;
	left:303px;
}
#bg2 .img2{
	top:163px;
	left:393px;
}

#bg3{
	height:354px;
	background:url(../images/top/bg3.png) no-repeat;
}

#bg3 .img1{
	top:26px;
	left:322px;
}
#bg3 .img2{
	top:296px;
	left:393px;
}

#bg4{
	height:311px;
	background:url(../images/top/bg4.png) no-repeat;
}

#bg4 .img1{
	top:17px;
	left:251px;
}
#bg4 .img2{
	top:206px;
	left:393px;
}



#bg6{
	height:998px;
	background:url(../images/top/bg6.png) no-repeat;
}
#bg6 .img1{
	top:0px;
	left:235px;
}
#bg6 .img2{
	top:65px;
	left:96px;
}
#bg6 .img3{
	top:165px;
	left:426px;
}
#bg6 .img4{
	top:65px;
	left:563px;
}
#bg6 .img5{
	top:375px;
	left:61px;
}
#bg6 .img6{
	top:534px;
	left:117px;
}
#bg6 .img7{
	top:611px;
	left:61px;
}
#bg6 .img8{
	top:765px;
	left:61px;
}
#bg6 .img9{
	top:813px;
	left:61px;
}
#bg6 .img10{
	top:938px;
	left:206px;
}

#bg7{
	height:348px;
	background:url(../images/top/bg7.png) no-repeat;
}
#bg7 .img1{
	top:0px;
	left:211px;
}
#bg7 .img2{
	top:99px;
	left:211px;
}



.contact_box{
	width:900px;
	height:260px;
	background:url(../images/top/contact.png) no-repeat;
	
}
.contact_box .img1{
	top:0px;
	left:61px;
}

.contact_box .img2{
	top:151px;
	left:150px;
}

.contact_box .img3{
	top:184px;
	left:662px;
}





.width958{
	width:958px;
	margin:auto;
}
.second{
	width:900px;
	margin:auto;
	padding:20px;
}


.bgcolor{
	background-color:#FFF;
	padding:20px;
}
.box_center{
	text-align:center;
}

.second h2{
	margin-bottom:20px;
}
.second h3{
	margin-bottom:20px;
}
.second p{
	text-shadow:#FFF 1px 1px;
	line-height:2;
	margin-bottom:20px;
}
.second ul{
	margin-bottom:20px;
}


/* ダイヤモンドSEOについて */
#bg_point2{
	width:642px;
	height:269px;
	background:url(../images/about/bg_point2.png) no-repeat;
}
#bg_point2 ul{
	list-style:none;
	margin:0 0 0 15px;
	padding:0;
}
#bg_point2 li{
	float:left;
	margin:23px 0 0 0;
	padding:0;
	display:inline;
}
#bg_point2 li img{
	display:block;
}

.corner{
	background: #FFFFFF;
	padding:9px 0;
	border-radius: 0 0 10px 10px;
	margin-bottom:30px;
}


.corner ul{
	list-style:none;
}
.corner li{
	padding:16px;
	background:url(../images/about/cornerbox_bg.png) no-repeat;
	width:247px;
	height:197px;
	float:left;
	margin-left:16px;
	margin-bottom:30px;

}
.corner li.bottom{
	margin-bottom:10px;
}
.second .corner p{
	font-size:12px;
	padding:2px;
	line-height:1.7;
}

.letter-space1{
	letter-spacing:-0.05em;
}

/* サービス内容 */
#service1{
	width:900px;
	height:232px;
	background:url(../images/service/service1_bg.png) no-repeat;
	margin-bottom:10px;
}
#service2{
	width:900px;
	height:172px;
	background:url(../images/service/service2_bg.png) no-repeat;
	margin-bottom:10px;
}
#service3{
	width:900px;
	height:172px;
	background:url(../images/service/service3_bg.png) no-repeat;
	margin-bottom:10px;
}
.service_box{
	width:610px;
	margin-left:20px;
}

#service4{
	width:900px;
	height:380px;
	background:url(../images/service/service4_bg.png) no-repeat;
	margin-bottom:10px;
}
#service4 p{
	font-weight:bold;
	margin:0 0 10px 0;
}
#service4 h3{
	margin:0 0 15px 0;
}
#service4 .service_box{
	width:100%;
	padding-left:30px;
}


#service5{
	width:900px;
	height:526px;
	background:url(../images/service/service5_bg.png) no-repeat;
	margin-bottom:10px;
	position:relative;
}
.service5_1{
	position:absolute;
	left:18px;
	top:370px;
	
}

#service6{
	width:900px;
	height:423px;
	background:url(../images/service/service6_bg.png) no-repeat;
	margin-bottom:10px;
	position:relative;
}
.service6_1{
	position:absolute;
	left:18px;
	top:78px;
	
}
.service6_2{
	position:absolute;
	left:18px;
	top:230px;
	
}
.service6_3{
	position:absolute;
	left:18px;
	top:280px;
	
}

#flow ul{
	list-style:none;
}
#flow li{
	background:url(../images/service/flow_bg.png) no-repeat left bottom;
	padding:7px 0 30px 24px;
}
#flow li.last{
	background:#fffced;
	padding:7px 0 10px 24px;
}
#flow li h3{
	margin-bottom:10px;
}



/* こんな業者はあぶない */
#danger .left{
	float:left;
	width:540px;
}
#danger .right{
	float:left;
	width:600px;
}


/* よくあるご質問 */
#faq dt{
	margin-bottom:13px;
}
#faq dd{
	background:url(../images/faq/answer_bg.png) no-repeat;
	padding:20px 17px 30px 54px;
	margin-bottom:20px;
}

/* お問い合わせ */
.formbox{
	width:720px;
	margin:auto;
}
.formbox img{
	vertical-align:top;
}
.w30p{
	width:30%;
}
.w70p{
	width:70%;
}