@charset "utf-8";
/*
Theme Name: dknet
Theme URI: http://dk-net.co.jp/
Description: dk-net original
Version: 1.0
Author: Wataru Sasaki
Author URI: http://www.crea.bz/
*/



/* カテゴリの構成 */

/* ヘッドメニューのアレンジ */
#menuGlobal ul#menuline2 {
	background-color: #999999;
}
#menuGlobal ul#menuline2 li.current_page_item a {
	color: #FFFFFF;
	background-color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
#menuGlobal ul#menuline2 li.current_page_ancestor a {
	color: #FFFFFF;
	background-color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}

/* メイン・ヘッド */

#mainCat {
	width: 780px;
	font-size: 13px;
	line-height: 1.5em;
}
#mainCat p {
	padding: 0 0 0.7em 0;
}
#mainCat a {
	font-size: 13px;
}
#catHead {

}
#mainCat #headline {
	width: 780px;
	height: 3px;
	background-image: url(images/line_cathead.gif);
	background-repeat: repeat-x;
}
#catBody {
	padding: 20px;
}

/* サイドバー */

#sidebar {
	float: left;
	width: 180px;	
}

#catSidebar {
	padding-bottom: 20px;
	width: 178px;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	background-color: #DDDDDD;
}
#catSidebar a:link		{ color: #333333; text-decoration: none; }
#catSidebar a:visited	{ color: #333333; text-decoration: none; }
#catSidebar a:active	{ color: #666666; text-decoration: underline; }
#catSidebar a:hover		{ color: #666666; text-decoration: underline; }

#catSidebar p.head {
	margin: 0;
	padding: 3px;
	text-align: center;
	background-color: #CCCCCC;
	border-style: none none solid none;
	border-width: 1px;
	border-color: #EEEEEE;
	font-size: 13px;
}
#catSidebar ul {
	margin: 20px 10px 0 10px;
}
#catSidebar li {
	list-style-type: none;
	line-height: 1em;
	padding: 0 0 10px 13px;
	background-image: url(images/dot1_cat_menu.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-weight: bold;
	font-size: 13px;
}
#catSidebar li a {
	font-weight: bold;
}

#catSidebar li.current_page_item a {
	font-weight: bold;
}
#catSidebar li.current_page_item a:link		{ color: #997733; text-decoration: none; }
#catSidebar li.current_page_item a:visited	{ color: #997733; text-decoration: none; }
#catSidebar li.current_page_item a:active	{ color: #AA8844; text-decoration: underline; }
#catSidebar li.current_page_item a:hover	{ color: #AA8844; text-decoration: underline; }

#catSidebar li.current_page_item li a {
	font-weight: 400;
}

#catSidebar li.current_page_ancestor a {
	font-weight: bold;
}
#catSidebar li.current_page_ancestor a:link		{ color: #997733; text-decoration: none; }
#catSidebar li.current_page_ancestor a:visited	{ color: #997733; text-decoration: none; }
#catSidebar li.current_page_ancestor a:active	{ color: #AA8844; text-decoration: underline; }
#catSidebar li.current_page_ancestor a:hover	{ color: #AA8844; text-decoration: underline; }

#catSidebar li.current_page_ancestor li a {
	font-weight: 400;
}

#catSidebar form#searchform input {
	width: 100px;
	font-size: 13px;
	margin: 10px 0 0 0;
}
#catSidebar form#searchform input#searchsubmit {
	width: 36px;
	font-size: 12px;
}


#catSub {
	padding-bottom: 20px;
	width: 180px;
}
#catSub a:link		{ color: #333333; text-decoration: none; }
#catSub a:visited	{ color: #333333; text-decoration: none; }
#catSub a:active	{ color: #666666; text-decoration: underline; }
#catSub a:hover		{ color: #666666; text-decoration: underline; }

#catSub p.head {
	margin: 0;
	padding: 3px;
	text-align: center;
	background-color: #CCCCCC;
	border-style: none none solid none;
	border-width: 1px;
	border-color: #EEEEEE;
	font-size: 13px;
}
#catSub ul {
	margin: 20px 10px 0 10px;
}
#catSub ul ul {
	margin: 0;
}
#catSub li {
	list-style-type: none;
	line-height: 1em;
	padding: 5px 0 10px 13px;
	font-size: 13px;
	background-image: url(images/bar1_cat_menu.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#catSub li li {
	padding: 5px 0 5px 8px;
	line-height: 1em;
	background-image: url(images/dot2_cat_menu.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#catSub li.current_page_item {
	font-weight: bold;
}
#catSub li li.current_page_item {
	font-weight: bold;
}

#catSub li.current_page_item a:link		{ color: #997733; text-decoration: none; }
#catSub li.current_page_item a:visited	{ color: #997733; text-decoration: none; }
#catSub li.current_page_item a:active	{ color: #AA8844; text-decoration: underline; }
#catSub li.current_page_item a:hover	{ color: #AA8844; text-decoration: underline; }

#sidearea {
	width: 180px;
}


/* フッタ */
p.pagetop {
	text-align: right;
	padding-right: 30px;
}

/* フッタのアレンジ */
#menuUnder p {
	text-align: right;
	padding-right: 30px;
	font-size: 13px;
	line-height: 1.5em;
}
#menuUnder p a {
	font-size: 13px;
}

/* コンテンツ */

#catContent {
	float: right;
	width: 540px;
	padding: 10px 0;
}
#catContent p.pan {
	text-align: right;
	font-size: 12px;
	line-height: 1em;
	padding: 10px 0;
}
#catContent p.pan a			{ font-size: 12px; }
#catContent p.pan a:link	{ color: #000000; text-decoration: underline; }
#catContent p.pan a:visited	{ color: #000000; text-decoration: underline; }
#catContent p.pan a:active	{ color: #999999; text-decoration: underline; }
#catContent p.pan a:hover	{ color: #999999; text-decoration: underline; }

/*
#catContent p.withframe {
	padding: 10px 20px;
	border-style: dotted;
	border-width: 1px;
	border-color: #666666;
}
*/
#catContent img.agency {
	display: block;
	margin-bottom: 20px;
}

#catContent .catTitle {
	padding: 0 0 3px 0;
}
#catContent .catTitle h2 {
	line-height: 1.2em;
	letter-spacing: 0.1em;
	font-size: 16px;
	font-weight: bold;
}
/*
#catContent .catTitle h2 a			{ font-size: 16px; font-weight: bold; }
#catContent .catTitle h2 a:link		{ color: #000000; text-decoration: none; }
#catContent .catTitle h2 a:visited	{ color: #000000; text-decoration: none; }
#catContent .catTitle h2 a:active	{ color: #FF9900; text-decoration: none; }
#catContent .catTitle h2 a:hover	{ color: #FF9900; text-decoration: none; }
*/

#catContent .catTitle h2 img {
	vertical-align: top;
	padding: 0 10px 0 0;
}
#catContent .post {
	margin: 0 0 20px 0;
	padding: 20px 0;
	border-style: solid none none none;
	border-width: 1px;
	border-color: #999999;
}
#catContent .post h3 {
	clear: both;
	margin: 20px 0 10px 0;
	padding: 0 0 0 10px;
	height: 14px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.1em;
	border-style: none none none solid;
	border-width: 7px;
	border-color:#999999;
}
#catContent .post h3 img {
	vertical-align: top;
	padding: 0 10px 0 0;	
}
#catContent .post h3 a			{ font-size: 14px; font-weight: bold; }
#catContent .post h3 a:link		{ color: #996600; text-decoration: none; }
#catContent .post h3 a:visited	{ color: #996600; text-decoration: none; }
#catContent .post h3 a:active	{ color: #CC9933; text-decoration: underline; }
#catContent .post h3 a:hover	{ color: #CC9933; text-decoration: underline; }

#catContent .post h3.simple {
	clear: none;
	margin: 0 0 10px 0;
	padding: 0;
	height: 14px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.1em;
	border: none;
}

#catContent .post h4 {
	clear: both;
	margin: 30px 0 10px 0px;
	height: 12px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1em;
	color: #999999;
}
#catContent .post h4 a			{ font-size: 12px; font-weight: bold; }
#catContent .post h4 a:link		{ color: #996600; text-decoration: none; }
#catContent .post h4 a:visited	{ color: #996600; text-decoration: none; }
#catContent .post h4 a:active	{ color: #CC9933; text-decoration: underline; }
#catContent .post h4 a:hover	{ color: #CC9933; text-decoration: underline; }

#catContent .post table {
	margin: 10px 0;
}
#catContent .post td {
	padding: 3px 5px;
	font-size: 12px;
	line-height: 1.4em;
	color: #333333;
}
#catContent .post ul {
	margin: 0 0 20px 20px;
}
#catContent .post li {
	line-height: 2em;
	font-size: 13px;
}
#catContent .post li.decimal {
	line-height: 2em;
	font-size: 13px;
	list-style-type: decimal;
	margin-left: 10px;
}


/* テーブルの配置　ここから */

#catContent .post div.twoCol table {
	width: 550px;
	margin: 20px 0;
}
#catContent .post div.twoCol td {
	text-align: center;
	font-size: 12px;
	line-height: 1.5em;
}
#catContent .post div.threeCol table {
	width: 550px;
	margin: 20px 0;
}
#catContent .post div.threeCol td {
	text-align: center;
	font-size: 12px;
	line-height: 1.5em;
}
#catContent .post div.fourCol table {
	margin: 20px 0;
	width: 550px;
}
#catContent .post div.fourCol td {
	text-align: center;
	padding: 5px 0;
}

#catContent .post div.twoColArrow table {
	width: 510px;
	margin: 20px 0;
}
#catContent .post div.twoColArrow td {
	text-align: center;
	font-size: 12px;
	line-height: 1.5em;
}
#catContent .post div.twoColArrow td img.arrow {
	margin-top: 55px;
}

#catContent .post table.bg-gray {
	border-collapse: collapse;
}
#catContent .post table.bg-gray td {
	width: 160px;
	color: #FFFFFF;
	background-color: #999999;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
}

#catContent .post table.company {
	border-collapse: collapse;
	width: 100%;
}
#catContent .post table.company tr {

}
#catContent .post table.company td {
	color: #333333;
	padding-top: 20px;
	border-style: none none solid;
	border-width: 1px;
	border-color: #CCCCCC;
}

#catContent .post table.link {
	border-collapse: collapse;
}
#catContent .post table.link td {
	padding-bottom: 20px;
	color: #333333;
}
#catContent .post table.link td a:link		{ color: #006699; text-decoration: none; }
#catContent .post table.link td a:visited	{ color: #006699; text-decoration: none; }
#catContent .post table.link td a:active	{ color: #0099CC; text-decoration: underline; }
#catContent .post table.link td a:hover		{ color: #0099CC; text-decoration: underline; }


/* Contact form */

#catContent .post .telcontact {

}
#catContent .post .telcontact p {
	padding-left: 30px;
}
#catContent .post .telcontact span.tel {
	padding-left: 15px;
	padding-right: 30px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#catContent .post #contact table {
	width: 540px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	border-collapse: collapse;
}
#catContent .post #contact th {
	width: 140px;
	padding: 5px 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	vertical-align: top;
	background-color: #FFFFCC;
	text-align: left;
	font-weight: 400;
}
#catContent .post #contact th span.must {
	color: #DD0000;
}
#catContent .post #contact td {
	padding: 5px 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	vertical-align: top;
	text-align: left;
	line-height: 1.75em;
}
#catContent .post #contact input {
	margin: 0;
	padding: 1px 2px;
	width: 350px;
	font-size: 13px;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
}
#catContent .post #contact input#ck-info {
	width: 15px;
	vertical-align: middle;
	border: none;
}
#catContent .post #contact input#ck-estimate {
	width: 15px;
	vertical-align: middle;
	border: none;
}
#catContent .post #contact input#ck-shiryo {
	width: 15px;
	vertical-align: middle;
	border: none;
}
#catContent .post #contact input#ck-other {
	width: 15px;
	vertical-align: middle;
	border: none;
}
#catContent .post #contact input#f-name {
	width: 150px;
}
#catContent .post #contact input#f-post1 {
	width: 40px;
}
#catContent .post #contact input#f-post2 {
	width: 90px;
}
#catContent .post #contact input#f-address {
	margin-top: 5px;
}
#catContent .post #contact input#f-telno {
	width: 150px;
}
#catContent .post #contact input#f-submit {
	width: 150px;
	background-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	border-color: #EEEEEE #999999 #666666 #DDDDDD;
}
#catContent .post #contact textarea {
	margin: 0;
	padding: 1px 2px;
	width: 350px;
	height: 200px;
	font-size: 13px;
	line-height: 1.3em;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
}
#catContent .post #contact #c-form p {
	padding-left: 30px;
}
#catContent .post #contact #c-form p.note {
	padding-top: 5px;
	font-size: 10px;
	color: #666666;
	line-height: 1.5em;
	padding-left: 0;
}
#catContent .post p.thanks {
	font-size: 14px;
	color: #3366CC;
	font-weight: bold;
}
#catContent .post p.sorry {
	font-size: 14px;
	color: #3366CC;
	font-weight: bold;
}
#catContent .post #contact #c-form p#f-status {
	padding: 5px 0 10px;
	line-height: 1.3em;
	font-size: 12px;
	color: #CC0000;
	letter-spacing: 0.1em;
}


/* テーブルの配置　ここまで */

#catContent p.postfoot {
	clear: both;
	padding: 20px 0 0 0;
	text-align: right;
}
#catContent #postfollow {
	clear: both;
	margin: 0 0 30px 0;
}
#catContent #postfollow h2 {
	padding: 20px 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
	letter-spacing: 0.1em;
}
#catContent #postfollow h2 img {
	vertical-align: top;
	padding: 0 10px 0 0;
}
#catContent #postfollow table#com-tel {
	padding-left: 30px;
}
#catContent #postfollow table#com-tel th {
	vertical-align: middle;
	padding: 5px 0;
	font-weight: 400;
}
#catContent #postfollow table#com-tel td {
	padding: 5px 0 5px 30px;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.1em;
	vertical-align: middle;
	color: #666666;
}

/* 検索結果 */

#catContent .post h3.result {
	margin: 0;
	padding: 0 0 1em 35px;
}
#catContent .post h3.result a {
	font-size: 13px;
}

/* 色指定 */

.gr { color: #006633; }


/* 画像 */
p img {
	padding: 0;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 10px 15px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 15px 10px 0;
	display: inline;
	}

img.alignnone {
	margin: 0;
	padding: 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 1em;
	margin: 5px 0 0 0;
	padding: 0;
}
/* End captions */
