/*
Theme Name: かんたんオリジナルサイト作成くん
Description: SEO対策済WordPress用テンプレート付
Author: 関 達也 
Version: 1.00
著作権表示部につき、削除または変更禁止です。
ファイルの無断配布、複製、流用および転売、販売を固く禁じます。
Copyright (C) Tatsuya Seki All Rights Reserved.
*/
img {
    max-width: 100%;
    height: auto;
}

/* ■ サイト全体 ■ */

body{
	margin: 0;
	font-size: 0.8em;/*文字サイズ*/
	line-height: 140%;/*行間サイズ*/
	background-color: #fff;/*背景色*/
	font-family: "ＭＳ Ｐゴシック",Verdana, Helvetica, sans-serif;
	color: #333/*文字色*/
}


/* ■ コンテナ ■ */

#container{
	width: 990px;
	margin: 0 auto;/*サイト全体を中央*/
}	

/* ■ ヘッダートップ ■ */

h1{
	font-size: 90%;
	font-weight: normal;
	float: left;
	margin: 0;
	padding-top: 6px;
	padding-left: 5px;
}

#header-top{
	height: 30px;
	width: 990px;
	background-color: #fff;
	margin: 0 auto;/*サイト全体を中央*/
}

#header-top-background{
	width: 100%;
	height: 30px;
	background: url(img/line-bokasi.gif) repeat-y;
	background-position:center;
}


/* ■ ヘッダートップナビ ■ */

#top-navi{
	position: absolute;
	top: 0px;
}

#top-navi ul{
	width: 990px;
	text-align: right;
	margin: 0px;
	padding: 3px;
	list-style: none
}

#top-navi li{
	font-size: 90%;
	display: inline;
	line-height: 2;
	padding: 0px 8px 0px 0px;
}


/* ■ ヘッダー ■ */

#header-background{
	width: 100%;
	height: 180px;
	background: url(img/line-bokasi.gif) repeat-y;
	background-position:center;
}

#header{
	width: 990px;
	height: 180px;
	margin: 0 auto;
}

#header .title{
	position: absolute;
	padding: 50px 0px 0px 20px;
	text-align: left;
	font-size: 250%;/*文字サイズ*/
	font-weight: bold;
	letter-spacing: -0.5pt/*字間サイズ*/
}

* html div#header .title{
	padding: 30px 0px 50px 20px;
	margin-top: 35px/*IE6バグ対策*/
}

*:first-child+html div#header .title{
	padding: 50px 0px 50px 20px;
	margin-top: 35px/*IE7バグ対策*/
}

#header .title a{
	color: #eeeeee;/*文字色*/
	text-decoration: none
}

#header .title a:hover{
	text-decoration: none
}

#header .subtitle{
	position:absolute;
	margin: 60px 0px 0px 650px;
	color: #eeeeee;/*文字色*/
	font-size: 100%;/*文字サイズ*/
	line-height: 130%;/*行間サイズ*/
	width: 300px
}

#header img {
	border-style: none;
	vertical-align: bottom;/*IEにてヘッダーが画像の下の隙間をなくす*/
}


/* ■ ヘッダータブナビ ■ */

#tab-navi{
	position: relative;
	float: left;
	margin-top: 0px;
	padding: 3px 8px 3px 12px;
	width: 970px;
	background: #c10d00;
}

* html #tab-navi{
	margin: 0px;/*IE6バグ対策*/
	width : 965px;
}

*:first-child+html #tab-navi{
	margin: 0px;/*IE7バグ対策*/
}

#tab-navi ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	clear: left;
}

#tab-navi li{
	float: left;
	margin-right: 13px;
	background: url(img/line-tab-navi.png) no-repeat 0px 6px;
	line-height: 2;
	padding: 0px 0px 0px 15px;
	white-space:nowrap;
}

#tab-navi a{
	line-height: 2;
	color: #FFF;
	font-weight: bold;
	display: block;
}

#tab-navi a:hover{
	color: #fff;
}

#tab-navi .kugiri{
	color: #ccdaf4;
	font-size: 120%;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	white-space: pre;
}


/* ■ メイン部分 ■ */

#main{
	width:990px;
	margin: 0 auto;/*サイト全体を中央*/
	background: url(img/backcontent.gif) repeat-y;
}

#main-background{
	width: 100%;
	height: 100%;
	background: url(img/line-bokasi.gif) repeat-y;
	background-position:center;
}

#main-bottom{
	padding-top: 40px;
	clear: both;
	height: 19px;
}


/* ■ コンテンツ部分 ■ */

#content{
	position: relative;
	left: 240px;
	width: 720px;
	padding-right: 20px;
	padding-top: 20px;
	margin: 0;
	float: left;
}

* html div#content {
	padding-top: 30px;/*IE6バグ対策*/
}

*:first-child+html div#content{
	padding-top: 30px;/*IE7バグ対策*/
}

#content h2{
	background: url(img/h2.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 740px;
	margin: 0px 0px 0px -10px;
	padding: 9px 0px 0px 20px;
	text-align: left;
	font-size: 130%;
	color: #333;
}

#content h3{
	background: url(img/h3.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 740px;
	margin-left: -10px;
	padding: 11px 0px 0px 20px;
	text-align: left;
	font-size: 120%;
	color: #333;
}

#content h4{
	margin-left: 3px;
	text-align: left;
	color: #333;
}

p.style1{
	font-size: 130%;/*文字サイズ*/
	line-height: 140%;/*行間サイズ*/
	font-weight: bold
}

#content .navi{
	margin-left: 100px;
	text-align: left;
}

#page-top{
	width: 160px;
	line-height: 150%;/*行間サイズ*/
	background: #c10d00;/*最下部背景色*/
	display: block;
	float: right;
	margin-right: 30px;
}

#page-top a{
	border-bottom: none;
	text-decoration: none;
	color: #eeeeee;/*文字色*/
}

#page-top-content{
	width: 160px;
	margin-left: 830px;
	line-height: 150%;/*行間サイズ*/
	background: #c10d00;/*最下部背景色*/
	display: block;
}

#page-top-content a{
	border-bottom: none;
	text-decoration: none;
	color: #eeeeee;/*文字色*/
}

#page-top-cate{
	width: 160px;
	line-height: 150%;/*行間サイズ*/
	background: #c10d00;/*最下部背景色*/
	display: block;
	float: right;
	margin-right: 0px;
}

#page-top-cate a{
	border-bottom: none;
	text-decoration: none;
	color: #eeeeee;/*文字色*/
}

#content .navi{
	margin: -10px 0px 10px 0px;
	text-align: left;
}

* html #content .navi{
	margin: 0px 0px 10px -10px;/*IE6バグ対策*/
}

*:first-child+html #content .navi{
	margin: 0px 0px 10px -10px;/*IE7バグ対策*/
}

div#content .more-link{
	display:none
}


/* ■ サイトマップ ■ */

div#content .ddsg-wrapper h2{
	margin: 10px 0px 0px 0px;
	padding: 11px 0px 6px 20px;
	text-align: left;
	font-size: 110%;
	color: #333;
	background-image: url(img/sitemap-h3.gif)/*背景画像*/
}

* html div#content .ddsg-wrapper h2{
	padding: 8px 0px 6px 20px;/*IE6バグ対策*/
}

*:first-child+html div#content .ddsg-wrapper h2{
	padding: 8px 0px 6px 20px;/*IE7バグ対策*/
}

div#content .ddsg-wrapper ul{
	margin-bottom: 20px;
}

div#content .ddsg-wrapper li{
	list-style-image: url(img/5.gif);
	margin-top: 8px;
	margin-bottom: 5px;
}

div#content .ddsg-wrapper li li{
	list-style-image: url(img/5-1.gif);
	margin-bottom: 5px
}


/* ■ カテゴリーページ区切り線 ■ */

div.post2 img{
	border: none;
	margin-top: -1px;
}


/* ■ トピックス ■ */

#content .box{
	font-size: 120%;
	width: 698px;
	margin-left: 0px;
	padding: 6px 10px;
	border: solid 1px #cccccc;
	background: url(img/topix-bar.gif) no-repeat;
	background-position: top;
}

#content .box p{
	font-size: 0.8em;/*文字サイズ*/
	margin: 17px auto 4px auto;
}


/* ■ お問い合わせ枠 ■ */

.otoiawase{
	width: 600px;
	margin: 0px auto;
	padding: 8px 10px;
	border: solid 1px #cccccc;
}


/* ■ fgtボタン ■ */

div#fgt{
	display: block;
	clear: both;
}


/* ■ お客様の声枠 ■ */

.style-waku{
	padding: 25px;
	text-align: left;
	border: 1px solid #cccccc;/*ボックスの枠線の色*/
	width: 600px;
	margin: 0px auto 0px auto;
}

.style-waku12{
	padding: 25px;
	text-align: left;
	border: 1px solid #cccccc;/*ボックスの枠線の色*/
	width: 550px;
}


/* ■ 表 ■ */

.hyou2 td{
	padding:5px 0 5px 15px;
}

.hyou2 .tdl{
	background:#EDEDED;
	padding:3px 0 3px 15px;
}
	
.hyou2 .tdline{
	background: url(http://otegoro.org/s-marketing-gazo/dotline.gif) repeat-x center center;
	padding: 3px 0 2px;
}


/* ■ コンテンツ内の画像 ■ */

#content img{
	border: none;
}

/* ■ 地図枠 ■ */

.style-waku1{
	padding: 5px;
	border: 1px solid #cccccc;/*ボックスの枠線の色*/
	width: 500px;
	margin: 0px auto 0px auto;
}

/* ■ 写真枠1 ■ */

.style-waku2{
	padding: 2px;
	border: 1px solid #cccccc;/*ボックスの枠線の色*/
	width: 300px;
	margin: 0px;
}

/* ■ 写真枠2 ■ */

.style-waku3{
	padding: 2px;
	border: 1px solid #cccccc;/*ボックスの枠線の色*/
	width: 225px;
	margin: 0px;
}

/* ■ 写真枠3 ■ */

.style-waku4{
	padding: 2px;
	border: 1px solid #cccccc;/*ボックスの枠線の色*/
	width: 424px;
	margin: 0px;
}

/* ■ 区切り線 ■ */

hr{
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: dotted; /* 線種 */
	border-color: #0074e8; /* 線色 */
	height: 1px; /* 高さ */
}

/* ■ サイドバー ■ */

#sidebar {
	position: relative;
	left: -740px;
	width: 210px;
	float: left;
	padding-top: 8px;
	margin: 0;
}

* html div#sidebar {
	padding-top: 20px;/*IE6バグ対策*/
}

*:first-child+html div#sidebar{
	padding-top: 20px;/*IE7バグ対策*/
}

#sidebar .title{
	width: 170px;
	height: 35px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-size: 110%;/*文字サイズ*/
	line-height: 260%;/*行間サイズ*/
	color: #333;/*文字色*/
	font-weight: bold;
	background-image: url(img/title.gif);/*背景画像*/
	clear: both;
}

* html div#sidebar .title{
	margin-top: 15px;/*IE6バグ対策*/
}

*:first-child+html div#sidebar .title{
	margin-top: 15px;/*IE7バグ対策*/
}

div#sidebar-list ul{
	width: 190px;
	margin: -9px 0px 20px 10px;
	padding: 0px;
}

* html div#sidebar-list ul{
	margin: -19px 0px -20px 10px;/*IE6バグ対策*/
}

*:first-child+html div#sidebar-list ul{
	margin: -19px 0px 20px 10px;/*IE7バグ対策*/
}

div#sidebar-list li{
	margin: 3px 0px 0px 0px;
	list-style-type: none;
}

div#sidebar-list li a{
	padding: 5px 10px 5px 10px;
	display: block;
	line-height: 150%;/*行間サイズ*/
	background: #fff;/*背景色*/
	border-top: none;
	border-left: 5px solid #c10d00;
	border-bottom: 1px solid #c10d00;
	text-decoration: none;
}

* html div#sidebar-list li a{
	margin-bottom: -17px;/*IE6バグ対策*/
}

div#sidebar-list li a:hover{
	background: #f0f0f0;/*背景色*/
	border-top: none;
	border-bottom: 1px solid #c10d00;
}

div#sidebar-list li li a{
	padding: 0px 0px 0px 10px;
	border-top: 1px solid #39f;
	border-left: 5px solid #39f;
}

* html div#sidebar-list li li a{
	padding: 0px 0px 18px 10px;/*IE6バグ対策*/
}

*:first-child+html div#sidebar-list li li a{
	padding: 0px 0px 2px 10px;/*IE7バグ対策*/
}

div#sidebar-list li li a:hover{
	border-top: 1px solid #39f;
}

div#sidebar-list ul li li{
	margin-top: 11px;
	width: 175px;
	margin-bottom: -11px;
}

* html div#sidebar-list ul li li{
	margin-top: 0px;/*IE6バグ対策*/
	margin-bottom: 0px
}

*:first-child+html div#sidebar-list ul li li{
	margin-top: 0px;/*IE7バグ対策*/
	margin-bottom: 0px;
}

div#sidebar-list ul ul{
	margin-bottom: 15px;
	margin-left: 15px;
}

* html div#sidebar-list ul ul{
	margin: 18px 0px -1px 0px/*IE6バグ対策*/
}

*:first-child+html div#sidebar-list ul ul{
	margin: 2px 0px 4px 15px;/*IE7バグ対策*/
}

#sidebar p{
	padding: 0;
}

#navigation{
	float: left;
	width: 200px;
}


/* ■ ウィジット ■ */

.textwidget{
	margin:0px 10px 0px 10px;
}

#widget_mypageorder .menu ul{
	margin-left: 0px;
	margin-top: -2px;
}

#widget_tag_cloud{
	margin-bottom:40px;
	text-align: center;
}

#widget_tag_cloud a{
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	line-height: 170%/*文字の高さの余白*/
}

#wp-calendar{
	margin-top: 15px;
	width: 200px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 0.75em
}

*:first-child+html #wp-calendar{
	margin-left: 0px;
	width: 190px;
}

#wp-calendar a	{color: #2b76cc}

#wp-calendar td, #wp-calendar th
	{text-align: center}

#wp-calendar caption	{
	margin-left: 10px;
	width: 170px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-size: 140%;/*文字サイズ*/
	line-height: 250%;/*行間サイズ*/
	clear: both
}

*:first-child+html #wp-calendar caption{
	padding-top: 5px;
	line-height: 180%;/*行間サイズ*/
}


#wp-calendar #prev{
	text-align: left;
	padding-top: 3px;
	padding-left: 3px
}

#wp-calendar #next{
	text-align: right;
	padding-top: 3px;
	padding-right: 3px
}


/* ■ 検索フォーム ■ */

.screen-reader-text{
	display:none;
}

input#s{
	width: 165px;
	margin: 0px 5px 5px 10px
}

input#searchsubmit{
	margin-left: 10px
}

* html input#searchsubmit{
	margin-top:10px;/*IE6バグ対策*/
}


/* ■ rss feed ■ */

div#sidebar .feed{
	width: 174px;
	border: solid 1px #c10d00;
	margin: 0px 0px 0px 10px;
	padding: 9px 7px 7px 7px;
	text-align: center;
	clear: both
}

div#sidebar .feed a{
	margin-top: 5px;
	color: #333;
	text-decoration: none
}

div#sidebar .feed img{
	vertical-align: middle;
	margin-right: 7px;
	border: none
}


/* ■ sbm ■ */

div#sidebar .sbm{
	width: 174px;
	border: solid 1px #c10d00;
	margin: 0px 0px 0px 10px;
	padding: 13px 7px 11px 7px;
	text-align: center;
	clear: both
}


/* ■ w3c ■ */

div#sidebar .w3c{
	width: 190px;
	margin: 0px 0px 15px 10px;
	clear: both;
	text-align: center
}

*:first-child+html div#sidebar .w3c{
	margin-top: 10px/*IE7バグ対策*/
}

div#sidebar .w3c img{
	border: 0px
}


/* ■ フッター ■ */

#footer-background{
	width: 100%;
	background: url(img/line-bokasi.gif) repeat-y;
	background-position:center;
}

#footer{
	margin: 0 auto;
	padding: 20px 0px;
	color: #333;
	background: url(img/footer-top-line.gif) no-repeat;
	background-position: top;
	width: 990px;	
}

.menu1{
	width:200px;
	float: left;
}

.menu2{
	width:200px;
	float: left;
}

.menu3{
	width:400px;
	float: left;
}

.menu4{
	margin-left:20px;
	width:360px;
	float: left;
}

#footer h2{
	color: #333;
	font-size: 100%;
	padding-left:38px;
	padding-top:5px;
	line-height: 180%;/*行間サイズ*/
	background: url(img/f-title.gif) no-repeat 20px 0.4em;
}

#footer ul{
	display: block;
	margin-top:-5px;
	font-size: 90%;	
}

#footer li{
	padding-left: 13px;
   	background: url(img/Right.png) no-repeat 0px 0.4em;
    	list-style: none;
}

#footer li a{
	text-decoration:none;
}

#footer a:link{
	color: #333;
	text-decoration:none;
}

#footer a:hover {
	color: #ff0000;
	text-decoration:none;
}

#footer-bottom {
	clear:both;
}

#copyright{
	padding: 10px 0px;
	width: 100%;
	color: #000;
	margin: 0 auto;
	text-align: center;	
	background: url(img/line-bokasi.gif) repeat-y;
	background-position:center;

}

/* 画像サイズ最適表示 */
img {
max-width: 100%;
height:auto;
}