/*
Theme Name: かんたんＤＳくん
Theme URI: http://www.dstemplate.com/
Description: ドロップシッピング専用ＣＭＳテンプレート(テキストタイトル：青)
Author: 関 達也 
Version: 1.12
著作権表示部につき、削除または変更禁止です。
ファイルの無断配布、複製、流用および転売、販売を固く禁じます。
Copyright (C) Tatsuya Seki All Rights Reserved.
*/

/* ■ サイト全体 ■ */

body{
	font-size: 80%;/*文字サイズ*/
	line-height: 140%;/*行間サイズ*/
	background-color: #fff;/*背景色*/
	background-image: url(bg.gif);/*背景画像*/
	background-position: center;
	background-repeat: repeat-y;
	font-family:"ＭＳ Ｐゴシック",Verdana, Helvetica, sans-serif;
	color:#333/*文字色*/
}

* html body{
	margin-bottom: 0px/*IE6バグ対策*/
}

*:first-child+html body{
	margin-bottom: 0px/*IE7バグ対策*/
}


/* ■ コンテナ ■ */

div#container1{
	width: 870px;
	margin: auto
}

div#container2{
	width: 870px;
	margin: auto
}


/* ■ ヘッダートップ ■ */

div#header-top{
	position: absolute;
	margin: auto;
	top: 0px;
	width: 870px;
	height: 20px;
	background-color: #ddddde;/*背景色*/
	z-index: 0
}

* html div#header-top{
	top: -7px/*IE6バグ対策*/
}

*:first-child+html div#header-top{
	top: -5px/*IE7バグ対策*/
}

h1{
	position: absolute;
	top: 4px;
	margin: 0px 0px 0px 10px;
	text-align: left;
	font-size: 85%;
	color: #333;
	font-weight: normal;
	z-index: 1
}

* html h1{
	top: 0px;/*IE6バグ対策*/
}

*:first-child+html h1{
	top: 0px;/*IE7バグ対策*/
}


/* ■ ヘッダートップナビ ■ */

div#top-navi{
	margin: 5px 0px 0px 550px
}

* html div#top-navi{
	margin: 7px 0px 0px 550px/*IE6バグ対策*/
}

div#top-navi ul{
	margin: -14px 0px 0px -25px
}

* html div#top-navi ul{
	margin: -16px 0px 0px 13px/*IE6バグ対策*/
}

*:first-child+html div#top-navi ul{
	margin: -17px 0px 0px 13px/*IE7バグ対策*/
}

div#top-navi li{
	display: inline;
	margin-right: 8px;
	font-size: 85%;/*文字サイズ*/
	color: #333/*文字色*/
}


/* ■ ヘッダー ■ */

div#header{
	margin: 20px 0px 0px 0px;
	background-image: url(header.jpg);
	width: 870px;
	height: 180px
}

* html div#header{
	margin-left: 1px/*IE6バグ対策*/
}

div#header .title{
	margin: 0px;
	padding: 80px 0px 0px 20px;
	text-align: left;
	font-size: 250%;/*文字サイズ*/
	font-weight: bold;
	letter-spacing: -0.5pt/*字間サイズ*/
}

*:first-child+html div#header .title{
	margin: 10px;
	padding: 70px 0px 0px 20px/*IE7バグ対策*/
}

div#header .title a{
	color: #333;/*文字色*/
	text-decoration: none
}

div#header .title a:hover{
	text-decoration: none
}

div#header .subtitle{
	margin: -40px 0px 0px 540px;
	font-size: 100%;/*文字サイズ*/
	line-height: 130%;/*行間サイズ*/
	width: 280px
}

* html div#header .subtitle{
	position: absolute/*IE6バグ対策*/
}

*:first-child+html div#header .subtitle{
	position: absolute;
	margin: -50px 0px 0px 540px/*IE7バグ対策*/
}


/* ■ ヘッダータブナビ ■ */

#tab-navi ul{
	margin: 180px 0px 0px -40px
}

* html #tab-navi ul{
	position: absolute;
	margin: 180px 0px 0px 1px/*IE6バグ対策*/
}

*:first-child+html #tab-navi ul{
	margin: 178px 0px 0px 0px/*IE7バグ対策*/
}

#tab-navi li{
	list-style-type: none;
	float: left;
	width: 174px
}

#tab-navi a{
	padding: 6px 0px 0px 8px;
	display: block;
	height: 25px;
	border-top: 1px solid #366cd4;
	border-left: 5px solid #366cd4;
	background: #39f;/*背景色*/
	color: #fff;/*文字色*/
	font-weight: bold;
	text-decoration: none
}

#tab-navi a:hover{
	border-top: 1px solid #366cd4;
	border-left: 5px solid #366cd4;
	background: #fff;/*背景色*/
	color: #366cd4;/*文字色*/
}

#tab-navi2 ul{
	margin: 180px 0px 0px -40px
}

* html #tab-navi2 ul{
	position: absolute;
	margin: 180px 0px 0px 1px/*IE6バグ対策*/
}

*:first-child+html #tab-navi2 ul{
	margin: 178px 0px 0px 0px/*IE7バグ対策*/
}

#tab-navi2 li{
	list-style-type: none;
	float: left;
	width: 145px
}

#tab-navi2 a{
	padding: 6px 0px 0px 8px;
	display: block;
	height: 25px;
	border-top: 1px solid #366cd4;
	border-left: 5px solid #366cd4;
	background: #39f;/*背景色*/
	color: #fff;/*文字色*/
	font-weight: bold;
	text-decoration: none
}

#tab-navi2 a:hover{
	border-top: 1px solid #366cd4;
	border-left: 5px solid #366cd4;
	background: #fff;/*背景色*/
	color: #366cd4/*文字色*/
}


/* ■ コンテンツ部分 ■ */

div#content{
	width: 650px;
	float: right;
	margin-top: 32px
}

* html div#content{
	margin-top: 30px/*IE6バグ対策*/
}

div#content1{
	width: 650px;
	float: right;
	margin-top: 32px
}

* html div#content1{
	margin-top: 30px/*IE6バグ対策*/
}

div#content .navi{
	margin: 14px 0px -1px 20px;
	text-align: left
}

* html div#content .navi{
	margin-top: 13px/*IE6バグ対策*/
}

*:first-child+html div#content .navi{
	margin-top: 13px/*IE7バグ対策*/
}

div#content h2{
	margin: 15px 20px 0px 20px;
	padding: 12px 0px 10px 25px;
	text-align: left;
	font-size: 130%;
	color: #333;
	background-image: url(h2.gif)/*背景画像*/
}

* html div#content h2{
	padding: 13px 0px 10px 25px/*IE6バグ対策*/
}

*:first-child+html div#content h2{
	padding: 13px 0px 10px 25px/*IE7バグ対策*/
}

div#content1 h2{
	margin: 14px 0px -1px 20px;
	text-align: left;
	font-size: 100%;
	font-weight: bold
}

div#content h3{
	margin-top: 20px;
	text-align: left;
	font-size: 110%;
	color: #333
}

div#content .more-link{
	display:none
}

div.post{
	font-size: 120%;/*文字サイズ*/
	line-height: 150%;/*行間サイズ*/
	letter-spacing: 0.05em;/*字間サイズ*/
	padding: 0px 35px 15px 35px
}

div.post h3{
	margin-bottom: -10px;
	text-align: left;
	color: #333;
	clear: both
}

div.post h4{
	margin-top: -30px;
	font-weight: normal
}

div.post .sbm{
	clear: both
}


/* ■ 新着リンク ■ */

div#toplink{
	width: 560px;
	height:118px;
	overflow:auto;
	border: solid 1px #366cd4;
	margin-top: 20px
}

div#toplink li{
	list-style-type: none;
	background-image: url(new.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	margin-left: -25px
}

div#toplink ul{
	margin-top: 0px
}

div#toplink li a{
	margin-left: 60px
}


/* ■ コンテンツ内の画像 ■ */

div.post .aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px
}

div.post img{
	border: none
}

div.post2 img{
	border: none;
	margin-top: 20px
}

img.border{
	border: solid 1px #aaaaaa;
	padding: 5px
}

div.post .alignleft{
	float: left;
	margin: 0px 10px 10px 0px
}

div.post .alignright{
	float: right;
	margin: 0px 0px 10px 10px
}


/* ■ コンテンツ内の表 ■ */

div#content table{
	margin-top: 20px;
	margin-bottom: 20px
}


/* ■ コンテンツ内の線 ■ */

div#content hr{
	border-style: none; 
	background-image: url(line.gif);
	height: 10px
}


/* ■ サイトマップ ■ */

div#content .ddsg-wrapper h2{
	margin: 20px 0px 0px 0px;
	padding: 8px 0px 6px 20px;
	text-align: left;
	font-size: 110%;
	color: #333;
	background-image: url(ddsgwrapperh2.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{
	margin-bottom: 5px
}


/* ■ サイドバー ■ */

div#sidebar{
	width: 220px;
	float: left;
	margin-top: 32px
}

* html div#sidebar{
	margin-top: 15px/*IE6バグ対策*/
}

div#sidebar .title{
	margin-left: 15px;
	width: 190px;
	text-align: center;
	font-size: 110%;/*文字サイズ*/
	line-height: 230%;/*行間サイズ*/
	background: #366cd4;/*背景色*/
	color: #fff;/*文字色*/
	font-weight: bold;
	clear: both
}

* html div#sidebar .title{
	margin-top: 35px/*IE6バグ対策*/
}

*:first-child+html div#sidebar .title{
	margin-top: 15px/*IE7バグ対策*/
}

div#sidebar ul{
	width: 190px;
	margin: -11px 0px 20px 15px;
	padding: 0px
}

* html div#sidebar ul{
	margin: -19px 0px -20px 15px/*IE6バグ対策*/
}

*:first-child+html div#sidebar ul{
	margin: -19px 0px 20px 15px/*IE7バグ対策*/
}

div#sidebar li{
	margin: 3px 0px 0px 0px;
	list-style-type: none
}

div#sidebar li a{
	padding: 5px 10px 5px 10px;
	display: block;
	line-height: 150%;/*行間サイズ*/
	background: #ddd;/*背景色*/
	border-top: 1px solid #366cd4;
	border-left: 5px solid #366cd4;
	border-bottom: none;
	text-decoration: none
}

* html div#sidebar li a{
	margin-bottom: -17px/*IE6バグ対策*/
}

div#sidebar li a:hover{
	background: #fff;/*背景色*/
	border-top: 1px solid #366cd4;
	border-bottom: none;
}


/* ■ リンク ■ */

div#link li{
	background-image: url(link.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 15px;
	vertical-align: top
}

div#link li a{
	padding: 0px 0px 5px 5px;
	line-height: 100%;/*行間サイズ*/
	color: #333;
	text-decoration: none;
	background-color: #f5f5f5;/*背景色*/
	border-top: 1px solid #f5f5f5;
	border-left: 5px solid #f5f5f5
}

div#link li a:hover{
	padding: 0px 0px 5px 5px;
	line-height: 100%;/*行間サイズ*/
	color: #333;
	text-decoration: none;
	background-color: #f5f5f5;/*背景色*/
	border-top: 1px solid #f5f5f5;
	border-left: 5px solid #f5f5f5
}

div#link ul{
	margin: 8px 0px 10px 30px;
	width: 150px
}

* html div#link ul{
	margin: -8px 0px 0px 25px/*IE6バグ対策*/
}

*:first-child+html div#link ul{
	margin: -8px 0px 10px 25px/*IE7バグ対策*/
}

div#link ul li li{
	background-image: url(link2.png);
	background-position: 0 4px;
	padding-left: 6px
}

* html div#link ul li li{
	background-position: 0px 6px/*IE6バグ対策*/
}

*:first-child+html div#link ul li li{
	background-position: 0px 6px/*IE7バグ対策*/
}

div#link ul ul{
	margin-left: 0px
}

* html div#link ul ul{
	margin-top: 5px/*IE6バグ対策*/
}

*:first-child+html div#link ul ul{
	margin-top: 5px/*IE7バグ対策*/
}


/* ■ rss feed ■ */

div#sidebar .feed{
	width: 174px;
	border: solid 1px #366cd4;
	margin: 0px 0px 20px 15px;
	padding: 7px;
	text-align: center;
	clear: both
}

div#sidebar .feed a{
	color: #333;
	text-decoration: none
}

div#sidebar .feed img{
	vertical-align: middle;
	margin-right: 7px
}


/* ■ sbm ■ */

div#sidebar .sbm{
	width: 174px;
	border: solid 1px #366cd4;
	margin: 0px 0px 20px 15px;
	padding: 7px;
	text-align: center;
	clear: both
}


/* ■ w3c ■ */

div#sidebar .w3c{
	width: 190px;
	margin: 50px 0px 20px 15px;
	clear: both;
	text-align: center
}

*:first-child+html div#sidebar .w3c{
	margin-top: 10px/*IE7バグ対策*/
}

div#sidebar .w3c img{
	border: 0px
}


/* ■ 検索フォーム ■ */

input#s{
	width: 165px;
	margin: 0px 5px 5px 25px
}

input#s1{
	margin-left: 25px
}


/* ■ フッター ■ */

div#footer{
	bottom: 0px;
	margin-bottom: -10px;
	border-top: solid 3px #366cd4;
	text-align: center;
	padding: 10px 0px 35px 0px;
	background: #fff;/*最下部背景色*/
	clear: both
}

* html div#footer{
	padding-bottom: 20px/*IE6バグ対策*/
}

*:first-child+html div#footer{
	padding-bottom: 20px/*IE7バグ対策*/
}

div#footer ul{
	margin: 15px 30px 15px 0px;
	list-style-type: none
}

div#footer li{
	display: inline;
	margin-right: 10px
}

div#footer img{
	border: 0px;
	margin-top: 5px
}

