@charset "utf-8";
/*
Theme Name: 検索エンジン登録代行クヌギ
Theme URI: http://search-regist.com/
Description: 検索エンジン登録代行クヌギのカスタマイズテーマ
Version: 1.0
Author: Hiroyuki Yahagi
Author URI: http://search-regist.com/
Tags: white, custom header, fixed width, two columns, widgets

*/

*{
	margin: 0;
	padding: 0;
}
body {
	background-image: url(../../../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-size: 13px;
	color:#000000;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: "メイリオ", "ＭＳ Ｐゴシック" , "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS PGothic", sans-serif;
	line-height: 20px;
}
img {
	border: 0;
	}
table td{
	vertical-align: top;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
	font-size: 14px;
}
a{
	color: #00F;
	text-decoration: underline;
}
a:hover{
	color: #C00;
	text-decoration: underline;
}
p{
	padding: 7px 0;
}
ul,ol{
	list-style-position: inside;
}

input,textarea{
	font-size: 14px;
}
blockquote{
	font-style: italic;
	margin: 10px 10px;
	padding: 8px;
	background-color: #E4E4E4;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
.red{
	color: #DC143C;
}
.green{
	color: #009900;
}
.orange{
	color: #F04E00;
}
.clear{
	clear: both;
}
.clear_left{
	clear: left;
}
.small{
	font-size: 12px;
}
.bold{
	font-weight: bold;
}
.align_center{
	text-align: center;
}
.align_right{
	text-align: right;
}
.small{
	font-size: 12px;
}
.notice{
	color: #333;
	font-size: 12px;
}
.pickup{
	font-weight: bold;
	color: #F00;
}
.line-through{
	text-decoration:line-through;
}
.odd{
	color: #000;
	background-color: #F5F4F0;
}
.even{
	color: #000;
	background-color: #FFF;
}
.img-lfet{
	float: left;
	margin: 0 20px 10px 0;
	padding: 0;
}
.img-right{
	float: right;
	margin: 0 0 10px 20px;
	padding: 0;
}
/*メインテーブル*/
div#main{
	width: 800px;
	margin: 0 auto;
	position: relative;
}

/*ヘッダー*/
div#header{
	padding: 2px 2px;
}
h1{
	margin: 30px 0 75px 0;
	font-size: 13px;
	font-weight: normal;
}
div#description{
	width:350px;
	padding-right: 5px;
	position: absolute;
	left: 250px;
	top: 35px;
	font-weight: normal;
}
div#description p{
	padding: 0;
}
/*検索ボックス*/
div#serarch{
	width:180px;
	padding-right: 5px;
	position: absolute;
	left: 620px;
	top: 35px;
	font-weight: normal;
}
div#serarch span.search-text{
	padding: 0 0 0 5px;
}
div#serarch input{
	margin: 0 5px;
	width: 110px;
	vertical-align: middle;
}

div#serarch input#searchsubmit {
	margin: 0;
	width: 44px;
	height:19px;
	vertical-align: moddle;
}
/*ヘッダーメニュー*/
ul#header-menu{
	width: 300px;
	padding: 5px 0 5px 20px;
	position: absolute;
	left: 588px;
	top: 0px;
	list-style: none;
	list-style-position: outside;
}
ul#header-menu li{
	float: left;
	display: block;
	background-image:url(../../../images/bg-header-menu.gif);
	background-position: center left;
	background-repeat: no-repeat;
	border-left: dotted 1px #CACACA;
	padding: 0 10px 0 20px;
}
ul#header-menu li a{
	color: #666;
	text-decoration: none;
}

/*メインメニュー*/
ul#main-menu{
	position: absolute;
	left: 0;
	top: 110px;
	list-style: none;
	list-style-position: outside;
}
ul#main-menu li{
	float: left;
	width: 134px;
	height: 35px;
	border-top: solid 1px #060;
	border-bottom: solid 1px #060;
}
ul#main-menu li.top{
	width: 129px;
}

ul#main-menu li a:hover{
}


	
/*メインコンテンツ*/
div#main_content{
	background:  #FFF;
}

.navigation{
	padding: 10px 0;
}

/*左メニューブロック*/

/*パンクズリスト*/
div#breadcrumb{
	float: left;
	width: 650px;
	padding: 10px 0 10px 20px;
}
div#block_left{
	float: left;
	width: 180px;
	padding: 15px 0 0 5px;
}
div#block_left .block_content{
	width: 170px;
	padding: 5px;
	background: #EBEBEB;
}
div#block_left ul#side-menu{
}
div#block_left ul#side-menu p{
	padding: 0;
}
div#block_left ul#side-menu li.application-form{
	background-image: url(../../../images/side/bg-application-form.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
div#block_left ul#side-menu p.btn-application{
	width: 144px;
	height: 102px;
	padding: 5px 18px 15px 18px;
}
img#btn-application-link{
	margin-top: 10px;
}



div#block_left ul,div#block_left ol{
	list-style: none;
	list-style-position: outside;
}

div#block_left ul li.widget{
	padding: 10px 7px;
	border: solid 1px #CCCCCC;
	margin: 10px 0 20px 0;
}
.widgettitle{
	color: #666666;
	margin-bottom: 15px;
}
.widget_recent_entries ul li{
	border-bottom: dotted 1px #CCCCCC;
	padding: 8px 0;
	margin-bottom: 10px:
}

/*右コンテンツブロック*/
div#block_right{
	float: right;
	width: 580px;
	padding: 15px 10px 20px 5px;
	margin-bottom: 5px;
}

/*トップページバナー*/
p.top-banner{
	width: 180px;
	height: 100px;
	padding: 100px 0 0 620px;
	background-image: url(../../../images/index/top-banner.gif);
	background-repeat: no-repeat;
}

/*トップページイメージ*/
div.toppage .title{
	font-family: "A-OTF 新ゴ Pro M","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sanserif;
	font-size: 15px;
	color: #333;
	background-image: url(../../../images/index/bg-top-right-title.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 4px 5px 0 25px;
	height: 25px;
	margin-bottom: 5px;
}
div.toppage .sub-title{
	color: #F60;
	padding: 5px 0;
	font-weight: bold;
	font-size: 14px;
}
div.toppage .content{
	padding: 8px 0;
}

/*特徴*/
ul#tokutyou{
	list-style: none;
	list-style-position: outside;
}
ul#tokutyou li{
	float: left;
	width: 192px;
	height: 165px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 20px;
}
ul#tokutyou li p.tokutyou-content{
	padding: 10px 16px 5px 16px;
	line-height: 160%;
}
ul#tokutyou li.ipbunnsann{
	background-image: url(../../../images/index/tokutyou-bg-ipbunnsann.gif);
	margin-right: 2px;
}
ul#tokutyou li.tourokuhosyou{
	background-image: url(../../../images/index/tokutyou-bg-tourokuhosyou.gif);
	margin-right: 2px;
}
ul#tokutyou li.tesagyou{
	background-image: url(../../../images/index/tokutyou-bg-tesagyou.gif);
}

/*中規模検索エンジンに登録する意味*/
div.naibu-taisaku{
	height: 150px;
}
div.naibu-gaisaku{
}


/*良くある質問*/
.top-footer-menu-right{
	width: 335px;
	float: right;
	margin-bottom: 10px;
}
h4.top-footer-menu-title{
	margin: 0;
	padding: 0;
}
.top-footer-menu-content{
	padding: 10px;
	border-right: solid 1px #DADADA;
	border-left: solid 1px #DADADA;
	border-bottom: solid 1px #DADADA;
}
.top-footer-menu-content ul{
	line-height: 180%;
}

/*個別ページ*/
div.single-page h2{
	font-family: "A-OTF 新ゴ Pro M","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sanserif;
	font-size: 15px;
	color: #333;
	background-image: url(../../../images/index/bg-top-right-title.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 4px 5px 0 25px;
	margin-bottom: 15px;
	height: 25px;
}
div.single-page h3.sub-title{
	color: #F60;
	padding: 5px 0;
	font-weight: bold;
	font-size: 14px;
}
div.single-page h3.charge{
	color: #C00;
	font-size: 18px;
	font-weight:bold;
	margin: 15px 0;
}

div.single-page .content{
	padding: 5px 5px 15px 5px;
	margin-bottom: 15px;
	line-height: 150%;
	border-bottom: dotted 1px #CCC;
}

/*登録サイト一覧*/
table.table-sitelist{
	table-layout: auto;
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #CCCCCC;
}
table.table-sitelist th{
	font-weight: bold;
	text-align: center;
	color: #000;
	background-color: #F5F4F0;
	border: solid 1px #CCCCCC;
	padding: 10px 0;
	vertical-align: middle;
}
table.table-sitelist td{
	padding: 10px 0;
	text-align: center;
	border: solid 1px #CCCCCC;
	vertical-align: middle;
}

/*利用料金*/
table.charge{
	table-layout: auto;
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #A0A0A0;
}
table.charge th{
	font-weight: bold;
	text-align: center;
	color: #000;
	background-color: #FFFFE6;
	border: solid 1px #A0A0A0;
	padding: 10px 0;
	vertical-align: middle;
}
table.charge td{
	padding: 10px 0;
	text-align: center;
	border: solid 1px #A0A0A0;
	vertical-align: middle;
	font-weight: bold;
}
table.charge td.kennsuu{
	color: #000;
	background-color: #D7D7D7;
}

/*お申し込みの流れ*/
h3.title-application{
	font-size: 16px;
	color: #F60;
	margin-bottom: 15px;
}
div.content-application{
	padding: 10px;
	border-bottom: solid 1px #D7D7D7;
	margin-bottom: 20px;
}
p.application-arrow{
	text-align: center;
	padding: 0;
}

/*良くある質問*/
ul.faq-mokuzi{
	padding: 10px 0;
	margin: 15px 0;
	list-style: none;
	list-style-position: outside;
	border-bottom: solid 1px #D7D7D7;
}
ul.faq-mokuzi li{
	margin-left: 10px;
	margin-bottom: 15px;
}

div.faq{
	padding:15px 0;
	background: none;
	margin-bottom: 10px;
}

div.faq p.q{
	color: #000099;
	font-weight: bold;
	padding-left: 30px;
	background-image: url(../../../images/faq/q.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	border-bottom: solid 1px #D7D7D7;
}
div.faq div.a{
	padding-left: 30px;
	background-image: url(../../../images/faq/a.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
div.faq div.a p{
	padding: 0 0 10px 0;
}


/*運営会社*/
table.unnei{
	width: 580px;
	border: solid 1px #CCC;
	border-collapse: collapse;
	margin: 20px 0;
}
table.unnei th{
	padding: 10px 8px;
	width: 30%;
	border: solid 1px #CCC;
	vertical-align: middle;
}
table.unnei td{
	padding: 10px 8px;
	width: 70%;
	border: solid 1px #CCC;
	vertical-align: middle;
}

div#block_center{
	clear: both;
	width: 780px;
	margin: 0 auto;
	padding-top: 15px;
}
/*トップページイメージ*/
div#block_center h2{
	font-family: "A-OTF 新ゴ Pro M","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sanserif;
	font-size: 15px;
	color: #333;
	background-image: url(../../../images/index/bg-top-center-title.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 4px 5px 0 25px;
	margin-bottom: 15px;
	height: 25px;
}
/*申し込みフォーム*/
table.mail_from{
	width: 100%;
	margin: 5px 0 0 0;
	border-collapse:collapse;
	line-height: 150%;
}
table.mail_from th{
	width: 130px;
	text-align: left;
	padding: 15px 5px 15px 5px;
	border-bottom: solid 1px #BEBEBE;
	font-weight: normal;
	vertical-align: top;
}
table.mail_from th.mail_from-title{
	text-align: center;
	font-weight: bold;
	background-color: #FFFFE6;
}
table.mail_from td{
	text-align: left;
	font-weight: normal;
	padding: 15px 5px 15px 5px;
	border-bottom: solid 1px #BEBEBE;
}
table.mail_from td.submit{
	text-align: center;
	border: none;
	padding: 15px 0 0 0;
}

ul.kiyaku{
	padding: 5px;
	border: solid 1px #BEBEBE;
	height: 150px;
	overflow: auto;
	list-style: decimal;
	list-style-position: inside;
}
ul.kiyaku li{
	padding: 7px 0;
	border-bottom: dotted 1px #BEBEBE;
}
/*お問い合わせ*/
table.contact_form{
	width: 100%;
	margin: 20px 0 0 0;
	border-collapse:collapse;
	line-height: 150%;
}
table.contact_form th{
	width: 120px;
	text-align: left;
	padding: 15px 0 15px 15px;
	border-bottom: solid 1px #BEBEBE;
	font-weight: normal;
	vertical-align: top;
}
table.contact_form td{
	text-align: left;
	font-weight: normal;
	padding: 15px 15px;
	border-bottom: solid 1px #BEBEBE;
}
table.contact_form td.submit{
	text-align: center;
	border: none;
	padding: 15px 0 0 0;
}
table.contact_form input.wpcf7-validates-as-required{
	width: 400px;
}
table.contact_form textarea{
	width: 400px;
}

/*フッターナビ*/
div.bg-footer-navi{
	text-align: right;
}
/*フッター*/
div#footer{
	clear: both;
	border-top: solid 1px #999;
	font-size: 12px;
	text-align: center;
	color: #000;
	padding: 5px 10px 0 10px;
}
div#footer a{
	color: #666;
	text-decoration: none;
}

div#footer .footer-link{
	text-align: left;
}
div#footer .footer-link a{
	border-right: dotted 1px #CACACA;
	padding: 0 10px 0 0;
}
div#footer .copyright{
	text-align: right;
}
