/*  
Theme Name: デジタルキッチン 自社ホームページテンプレート
Theme URI: http://www.digitalkitchen.co.jp/
Description: WordPress theme digitalkitchen 2007 07 21
Version: 1.2
Author: Digital Kitchen inc
Author URI: http://www.dejikichi.com/
*/

/*	INDEX
-------------------------------------------------
	BASE
	HEADER
	NAVIGATION 
	CONTENT
	SIDE BAR
	COMMENT
	FOOTER
	MISC.
	HACK
*/


/* Site architect
-------------------------
width : 838px
body : 838px
sidebar : 211px
content :  580px

*/

/*	BASE
-------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}


body {
	margin: 0;
	padding: 0;
	background: #b3e075;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 80%;
	text-align: center; /* 中央寄せ用 */
	line-height: 1.3;
}

#page {
	clear: both;
	width: 838px;
	margin: 0 auto; /* 中央寄せ用 */
	padding: 0;
	background: #ffffff;
	text-align: left;
}


h1, h2, h3, h4, h5 {
	font-size: 100%;
}

/* text-indentを設定した画像置換リンクの枠線を消す（Firefox対策） */
/*\*/ a { overflow:hidden; }/**/

body, div, p, table, th, tr, td, 
ol, ul, li, dl ,dt, dd, input, select, textarea, label, legend,
address, abbr, blockquote {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
}

ul,ol {
}

pre, code, kbd {
	font-family: monospace;
	font-size: 90% !important;
	font-size: 80%;
}

img {
	border: none;
}

a:link,
a:visited {
	color: #0033ff;
	text-decoration: underline;
}

a:hover {
	color: #ff6600;
	text-decoration: underline;
}

input[type="text"],
textarea {
	padding: 3px;
	border: 1px solid;
	border-color: gray silver silver gray;
	font-size: 12px;
	font-family: monospace;
}

input:focus,
textarea:focus {
	background: #eeeeee;
}

/* Mac IE文字化け回避 */
input, select, textarea {
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, verdana, "ＭＳ ゴシック", sans-serif; 
}

hr {
	display: none;
}

caption {
	margin: 20px 0 10px 0;
	padding: 0;
	border-bottom: 1px dotted #cccccc;
	color: #0000ff;
	font-weight: bold;
	font-size: 120%;
	text-align: left;
}

/*	HEADER
-------------------------------------------------*/
#header {
	width: 838px;
	height: 74px;
	margin: 0;
	padding: 0;
	background: transparent url("./images/header200707.gif") 0 0 no-repeat;
}

/* header left */
#header h1{
	display:block;
	margin:40px 0 0 0;
	text-indent:130px;
	color: #000;
	text-decoration: none;
	float:left;
}

/*header_navi right */
#header_navi{
	color: #000;
	text-decoration: none;
	width:150px;
	float:right;
	margin:40px 0 0 0;
}

#header_navi ul {
	list-style: none;
	margin:0 10px 0 0;
	padding:0;
}

#header_navi li{
	display: inline;
	text-align: center;
	margin:0 0 0 5px;
	padding:0;
}

/*top_image*/
.top_image{
	clear:both;
	margin:10px 0 10px 0;
	padding:0;
}

/*  NAVIGATION
------------------------------------------------*/
/* Global Navigation */
#globalnavi {
	width: 838px;
	height: 25px;
	background: transparent url("./images/naviback.gif") 0 0 repeat-x;
}

#globalnavi ul {
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 2;
}

#globalnavi li{
	display: inline;
	text-align: center;
}

#globalnavi a,
#globalnavi a:visited {
	float: left;
	padding: 0 10px 1px 10px;
	border-left: 1px solid #ffffff;
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}

#globalnavi a:hover {
	background-color: #e0e0e0;
	color: #00f;
	text-decoration: underline;
}

#globalnavi a.bl,
#globalnavi a.bl:visited {
	float: left;
	padding: 0 10px 1px 10px;
	border-left: 1px solid #fff;
	background-color: transparent;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
}

#globalnavi a.bl:hover {
	background-color: #4a4;
	color: #ffffff;
	text-decoration: underline;
}

/* パンくずリスト */
#breadcrumb {
	margin: 0 0 15px 0;
	padding: 0;
	text-align: right;
}

/* ページの上へ戻る */
.pagetop {
	margin: 0;
	text-align: right;
}

/*	CONTENT
-------------------------------------------------*/

#content {
	display: inline;
}

.narrowcolumn {
	float: right;
	/*width: 640px;*/
        width: 668px;
	margin: 0;
	padding: 0;
}

/* page's lower navigation(prev and next)  */
.navigation {
        border: 2px solid #ccc;
	margin: 0 0 20px 0;
	padding: 5px ;
	text-align: center;
	background-color:#fff;
}

.navigation .alignright {
	float: right;
}
	
.navigation .alignleft {
	float: left;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.post {
	margin: 0 0 0 10px;
	padding: 0 10px 0 10px;
	/*background: #ffffff url("./images/entry_bg.gif") 0 0 repeat-x;*/
	background: #fff;
}

.post p,dl {
	margin: 0 0 1em 0;
}

.post ul,
.post ol {
	margin: 10px 0 10px 20px;
	list-style-position: inside;
}

.post li{
	padding-left: 0.8em;
	background: transparent url("./images/mark.gif") 0 10px no-repeat;
	text-indent: 0 !important;
	text-indent: -0.8em;
}


h2.pagetitle {
	margin: 0 0 20px 0;
	padding: 0;
	color: #666;
	font-size: 120%;
	letter-spacing: 1px;
}

.post h2 {
	width: auto;
	margin: 5px 0 5px 0;
	padding: 5px 5px 5px 15px;
	/*background: #fff url("./images/ht_bg.gif") 0 0 repeat-y;*/
        background-color: #68a958;
	color: #ffffff;
	font-size: 130%;
}

.post h2 a:link,
.post h2 a:visited {
	color: #ffffff;
	text-decoration: none;
}

.post h2 a:hover,
.post h2 a:active {
	color: #ffffff;
	text-decoration:underline;

}

.post h3 {
	margin: 2em 0 20px 0;
	padding: 0 5px 0;
	border-left: 15px solid #68a958;
	border-bottom: 1px solid #68a958;
	background: #ffffff;
	color: #000000;
	font-size: 120%;
}

.post h4 {
	margin: 1em 0.8em 0 0.8em;
	padding: 3px 0;
	background: transparent;
	color: #003399;
	font-size: 120%;
}

.smaller {
	font-size: 87.5%;
}

.data {
	margin: 16px 0 0 0;
	color: #666666;
	font-size: 87.5%;
	text-align: right;
}

.entry {
	margin: 20px 0;
	color: #000000;
}

.entry h2 {
	width: auto;
	margin: 3em 0 5px 0;
	padding: 5px 5px 5px 15px;
	background: #fff url("./images/ht_bg.gif") 0 0 repeat-y;
	color: #ffffff;
	font-size: 130%;
}

.entry ul ,
.entry ol {
	margin: 0 0 0.5em 0em;
	padding: 0em;
}
.entry ul {
	list-style-type: none;
}
.entry ul li {
	margin: 0em;
	padding: 0em 1em;
	list-style-type: none;
}
.entry ol li {
	margin: 0em;
	padding: 0em;
	list-style-position: inside;
}
.entry li ul,
.entry li ol {
	margin: 0 1em 0.5em 1em;
	padding:0;
}

.entry .imgright { 
                   float:right;
 }


/* topimage bottom margin */
.topimage {
	margin: 0 0 30px 0;
}

/* home entry div */
#homeset {
ppp	width:590px;
	margin:0;
	padding:0;
	text-align:center;
}
#homeset .floatleft {
	float:left;
	width:295px;
}
#homeset .floatright {
	float:right;
	width:295px;
}
#homeset .left{
	text-align:left;
}
.border {
	border:1px solid #aaa;
}

/* entry div */
#setblock {
	width:600px;
	margin:0;
	padding:0;
}
#setblock .floatleft {
	float:left;
	width:100px;
}
#setblock .floatright {
	float:right;
	width:500px;
}
#setblock .floatlefta {
	float:left;
	width:150px;
}
#setblock .floatrighta {
	float:right;
	width:450px;
}



.postfooter {
	margin: 1em 0 40px 0;
	text-align: right;
}

.postmetadata {
	clear: both;
	margin: 1em 0 40px 0;
	padding: 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-size: 92%;
	text-align: left;
	line-height: 150%;
}

/* 納入事例の設定 */
.postexample {
	margin: 1.5em 0;
	padding: 0.8em;
	border: 1px solid #cccccc;
	background: #fdfeeb;
}

.entryexample {
	margin: 0;
	background: transparent;
}

p.exampletitle {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #cccccc;
}

/* ENTRY TAG */

/* list bottom counter */
img {
	margin-bottom:3px;
}

img.alignright {
	margin: 0 0 3px 12px;
	padding: 0;
	vertical-align: top;
}

img.alignleft {
	margin: 0 12px 3px 0;
	padding: 0;
	vertical-align: top;
}

.alignright {
	float: right;
}
	
.alignleft {
	float: left
}

img.example {
	float: left;
	margin: 0 10px 0 0;
	padding: 5px;
	background: #ffffff;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.entry blockquote {
	clear: both;
	margin: 2em 1em;
	padding: 1em;
	background-color: #f7f7f7;
	border-top: 1px double #eee;
	border-bottom: 1px double #eee;
}

.entry blockquote p {
	margin: 0;
}

pre {
	overflow: auto;
	width: auto !important;
	width: 98%; /* for IE */
	margin: 1em;
	padding: 10px 10px 15px 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #f7f7f7;
	font-family: monospace;
}

.entry code {
	font-family: 'Courier New', Courier, monospace;
}

.topixpost {
	margin-bottom: 20px;
	padding-left: 25px;
	border: none;
	background: transparent;
}

h2#httopix {
	padding: 4px 4px 5px 35px;
	border: none;
	background: #ffffff url("./images/saishin.gif") 0 0 no-repeat;
	color: #000000;
	font-size: 110%;
	font-weight: bold;
}

.topixentry {
	margin-bottom: 24px;
	padding: 5px 0 0 5px;
	border-bottom: 4px solid #cccccc;
	font-size: 12px;
}

.topixentry ul {
	margin: 0 0 10px 0;
	padding: 0;
}

.topixentry li {
	margin: 0;
	padding-left: 10px;
	background-image: none;
}

#homeASP {
	width: 563px;
	margin: 20px 0 10px 0;
	padding: 7px 10px 5px 13px;
	background: #53a9ff;
}

#homeASP h3#htASP {
	border: none;
	background: #53a9ff url("./images/asp_title.jpg") 0 0 no-repeat;
	color: #000000;
	text-indent: -9999em;
}

#homeASPentry {
	padding: 0;
}

#homeASPentry p {
	margin-bottom: 10px;
}

/*top_page_banner*/
.top_banner{
        width:200px;
        float:left;
	margin:0 auto;
	padding:0 5px;
}

.top_banner p{
	margin:0;
	padding:5px;
}

/* リニューアル */
.renewal {
	width: 638px;
	margin: 0;
	padding: 0;
}

.renewal_description {
	float: left;
	width: 314px;
	margin: 0;
	padding: 0;
	/*background: red;*/
}

.renewal_description h3 {
	margin: 0 0 7px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	border: none;
}

.renewal_description p {
	margin: 0 0 7px 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5;
}

table.renewal_banner {
	float: right;
	width: 314px;
	height:243px;
}

table.renewal_banner th {
	height: 81px;
	vertical-align: top;
	padding: 0;
}

table.renewal_banner td {
	height: 81px;
	vertical-align: top;
	padding: 0 5px;
}


/*	SIDE BAR
-------------------------------------------------*/

#sidebar {
	display: inline;
	float: left;
	/*width: 211px;*/ /* content 203px */
	width: 170px;
	margin: 0 0 0 0 !important; /* sidebar margin solution */
	margin: 0 0 0 0; /* IE6 sidebar margin-top solution */
	padding: 0 0 0 0;
	background-color:#fff;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background:#fff;
	line-height: 1.2;
	font-size: 12px;
}

#categories{
	margin:10px 0 0 0;
	border-top:#68a958 solid 1px;
	border-left:#68a958 solid 1px;
	border-right:#68a958 solid 1px;
}

#categories h2 {
	/*margin:10px 0 0 0;*/
	margin:0;
	padding: 7px 5px;
    /*background-color:#b6c5d4;*/
	background:#68a958;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
}

#categories ul{
	margin: 0; 
}

#categories ul li{
	margin: 10px 0 0 0;
}

#categories a {
	display: block;
	width: 158px;
	margin: 0;
	padding: 0 0 0 5px;
	background: #B5FFA3 url("./images/big_mark_children.gif") 138px center no-repeat;
	border-top:#68a958 solid 1px;
	border-bottom:#68a958 solid 1px;
	border-left:#68a958 solid 5px;
	color: #666;
	line-height: 2;
	font-weight:bold;
	text-decoration:none;
}

.current-cat{
	background-color:#fff;
}

#categories a:hover {
	display: block;
	/*background: #b6c5d4 url("./images/navi_btn_hover.gif") 0 0 no-repeat;*/
	background: #fff url("./images/big_mark_children_hover.gif") 138px center no-repeat;
	/*border:solid 1px #FFFF7B;*/
	color: #f60;
	/*text-decoration:underline;*/
}

/* sidebar subcategory */
#categories ul.children,
#categories li.pagenav ul ul {
	margin: 0;
}

#categories ul.children li,
#categories li.pagenav ul ul li {
	margin: 0;
}

#categories ul.children{
	/*margin: 0;*/
	margin: 0 0 10px 0;
    font-size: 12px;
	/*background:#f0f0f0;*/
	background:#daffd3;
}


#categories ul.children li a {
	font-weight:normal;
	display: block;
	/*width: 188px;*/
	width: 146px;
	margin:0;
	/*padding: 2px 2px 2px 21px;*/
	padding: 2px 2px 2px 20px;
	background: transparent url("./images/mark_children.gif") 12px 50% no-repeat;
	/*border-bottom:#68a958 solid 1px;*/
	font-size:11px;
	line-height: 1.5;
	border-top:none;
	border-left:none;
	color: #333333;
}

#categories ul.children li a:hover {
	display: block;
	/*text-decoration:underline;*/
	background: #fff url("./images/mark_children.gif") 12px 50% no-repeat;
	color: #f60;
}

/* sidebar widget text */
#sidebar .textwidget,
.execphpwidget {
	/* margin: 0 0 0 20px; */
	margin: 0;
}

#searchform {
	width: 150px;
	margin: 10px 20px 20px 20px;
	padding: 0;
}

#searchform #s {
	display: block;
	width: 150px;
	margin: 0 0 3px 0;
	padding: 2px;
	border-top: 1px solid #999999;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #999999;
	background: #fcfcfc;
}

#searchsubmit {
	margin: 0;
	padding: 2px 5px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #cccccc;
	background: #eeeeee;
}

/*	COMMENT
-------------------------------------------------*/
#commentspopup {
	margin: 0;
	padding: 15px;
	text-align: left;
}

#comments {
	margin: 14px 0;
	padding: 0;
	color: #990000;
}

#commentspopup h4 {
	margin: 14px 0 3px 0;
	padding: 0;
}

h3.respond {
	color: #666666;
	font-size: 100%;
}

/* comment form */
#commentform {
	width: 400px;
	margin: 20px;
	padding: 0;
}

#commentform p {
	font-size: 100%;
}

#commentform input,
#commentform textarea {
	font-size: 100%;
}

h3#comments {
	margin: 0 0 20px 0;
}

ol#commentlist {
	list-style-position: inside;
	margin: 0 0 15px 0;
	padding: 0;
	border-top: 1px solid #eee;
	font-size: 0.8em;
}

#commentlist li {
	list-style: none;
	width: 400px;
	margin: 14px 0;
	padding: 0;
	background: #ffffff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	text-align: left;
}

.alt {
	background-color: #f7f7f7;
}

.commentlist cite,
.commentlist cite a {
	font-style: normal;
	text-decoration: none;
}

.commentlist p {
	line-height: 150%;
}

#winclose {
	margin: 14px 0;
	padding: 0;
	text-align: center;
}

input#trackbackurl {
	width: 400px;
	font-size: 0.8em;
}

input#tarackbackurl:focus {
	background: #eeeeee;
}


/*	FOOTER
-------------------------------------------------*/

#footer {
	clear: both;
	width: 838px;
	margin: 0;
	padding: 0;
	background: #68a958;
	color: #eee;
}

#footer p {
	text-align: center;
	margin: 10px;
	padding: 0;
	line-height: 1.2;
}

#footer a{
	color: #00f;
	text-decoration: underline;
}

#footer a:hover {
	color: #f00;
	text-decoration: underline;
}


/*	MISC. form table strong
------------------------------------------------*/
strong.hissu {
	display:inline;
	padding:2px;
	background:#c00;
	color: #fff;
	font-size:small;
	font-weight:bold;
}

#inquiryform fieldset {
	width:540px;
	margin: 0;
	padding: 0 10px;
	/* border-top: 1px solid #990000; */
}

#inquiryform legend {
	margin: 1em 0;
	/* padding: 0 0.7em;*/
	padding: 0;
	background: transparent;
	color: #000;
	font-size: 130%;
	font-weight: bold;
}

#inquiryform dl {
	margin: 0 5px;
	padding: 10px;
	/* border: 1px solid #cccccc; */
}

#inquiryform dt {
	/*float: left;*/
	/*width: 170px;*/
	margin: 0;
	padding: 1px 0 0 0;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
}

#inquiryform dd {
	margin: 0 0 8px 0;
	padding: 0;
	/*border-bottom: 1px dotted #666666;*/
}

dl#sitemap {
	margin: 14px 0 0 0;
	padding: 0;
}

dl#sitemap dt {
	margin: 20px 0 0 0;
	padding: 0.2em 0 0 0;
	font-size: 120%;
	font-weight: bold;
}

dl#sitemap dd {
	margin: 0;
	padding: 0.2em 0.9em 0.4em 0.9em;
	border-bottom: 1px solid #dddddd;
}

/*
dl#sitemap a:link,
dl#sitemap a:visited {
	color: #1000a4;
	text-decoration: underline;
}

dl#sitemap a:hover {
	color: #990000;
	text-decoration: none;
}
*/

dl.qanda {
	margin: 0 0 20px 0;
	padding: 0;
	border: 1px solid;
	border-color: silver;
}

dl.qanda dt {
	margin: 8px 8px 0 8px;
	padding: 2px 0 2px 28px;
	background: transparent url("./images/qa_q.gif") 0 0 no-repeat;
	border-bottom: 1px dotted #cccccc;
	font-size: 120%;
}

dl.qanda dd {
	margin: 8px 8px 10px 8px;
	padding: 2px 0 2px 28px;
	background: transparent url("./images/qa_a.gif") 0 0 no-repeat;
}

/* table */
table {
	margin 0 0 3em 0;
	border-collapse: collapse;
	border: 0px solid transparent;
	border-spacing: 0;
	empty-cells: show;
}

table tr{
	font-size:1em
	line-height:0.8em;
}

/* table.comtable */
table.comtable {
	width: 500px;
	margin: 0 0 40px 22px;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #999;
	border-spacing: 0;
	empty-cells: show;
	font-size: 1em;
}

table.comtable th {
	padding: 2px;
	background: #ffffcc;
	border: 1px solid #999;
	font-weight: normal;
	text-align: left;
}

table.comtable td {
	padding: 2px;
	border: 1px solid #999;
}

table.hometable {
	width: 550px;
	margin: 0 0 20px 0;
	padding: 0;
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	empty-cells: show;
	font-size: 1em;
}

table.hometable th {
	padding: 2px;
	background: #fff100;
	border: none;
	font-weight: normal;
	text-align: left;
}

table.hometable td {
	padding: 2px;
	border: none;
	text-align: center;
}

/* table.charge */
table.charge {
	width:100%;
	margin: 0 auto;
	padding: 0;
	border-collapse:collapse;
	border:1px solid #999;
	background:#fff;
	font-weight:normal;
	table-layout:fixed;
	text-align:center;
}

table.charge caption{
	margin:10px 0 0 0;
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.5;
}

table.charge th,
table.charge tr,
table.charge td{
	padding:5px 10px;
	border:1px solid #999;
}

table.charge th{
	width:150px;
	text-align:left;
	background:#f0f0f0;
}

table.charge .self {
	background:#06C632;
	color:#fff;
	font-weight:bold;
	border:1px solid #999;
}

table.charge .standard {
	background:#1C6FD8;
	color:#fff;
	font-weight:bold;
	border:1px solid #999;
}

table.charge .original {
	background:#FF6600;
	color:#fff;
	font-weight:bold;
	border:1px solid #999;
}


/* table.form */
table.form {
	width: 520px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #cccccc;
	border-spacing: 0;
	empty-cells: show;
	font-size: 0.8em;
}

table.form th {
	padding: 10px;
	background: #fff100;
	border: 1px solid #fff;
	background:#cccccc;
	color:#000000;
	font-weight:bold;
	text-align: left;
}

table.form td {
	padding: 10px;
	border: 1px solid #cccccc;
}


ul#privacypolicy {
	margin: 0;
	padding: 0;
}

ul#privacypolicy li {
	margin: 0 0 10px 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

table#threemerits {
	margin: 10px 0 0 20px;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

ul.samplethumb {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.samplethumb li {
	float: left;
	margin: 0 0 10px 0;
	background-image: none;
}

/*モップ料金表*/
table#mop_charge {
	width: 500px;
	margin: 0 auto 15px auto;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #999;
	border-spacing: 0;
	empty-cells: show;
	font-size: 1em;
}

table#mop_charge th {
	padding: 2px;
	background: #FFD95F;
	border: 1px solid #999;
	font-weight: normal;
	text-align: center;
}

table#mop_charge td {
	padding: 2px 5px;
	border: 1px solid #999;
}

/*dk-shop料金表*/
table#dk_charge {
	width: 500px;
	margin: 0 auto 15px auto;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #999;
	border-spacing: 0;
	empty-cells: show;
	font-size: 1em;
}

table#dk_charge th {
	padding: 2px 5px 2px 5px;
	background: #F9F8CB;
	border: 1px solid #999;
	font-weight: bold;
	text-align: left;
}

table#dk_charge td {
	padding: 2px 5px;
	border: 1px solid #999;
	text-align: right;
}

/*エクスプレス料金表*/
table#express_charge {
	width: 500px;
	margin: 0 auto 15px auto;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #999;
	border-spacing: 0;
	empty-cells: show;
	font-size: 1em;
}

table#express_charge th {
	padding: 2px;
	background: #F9F8CB;
	border: 1px solid #999;
	font-weight: normal;
	text-align: center;
}

table#express_charge td {
	padding: 2px 5px;
	border: 1px solid #999;
}


/*	dk-Shop-table
------------------------------------------------*/

table.dktable {
	border: thin solid orange;
	margin: 3px 5px;
}

table.dktable th {
	border: thin dotted #000000;
	background-color: #ffffcc;
	text-align: center;
	white-space: nowrap;
	padding: 1em;
}

table.dktable td {
	padding: 0.5em;
	border: thin dotted gray;
}

table.dktable td.nowrap {
	white-space: nowrap;
}





/*	HACK
------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \ */
*html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from EI-mac */

/*	WIDGET
------------------------------------------------*/
#text-1,
#text-2,
#text-3,
#text-4,
#text-5,
#text-6,
#text-7,
#text-8,
#text-9,
#text-10,
#php-code-1,
#pages,
#meta,
#recent-posts,
#recent-comments,
#archives,
#rss-1,
.linkcat{
	margin: 0 0 20px 0;
	padding:0 0 13px;
	background:#e7f8fb;
}


#text-5 {
	background:#fff; /* SSL */
}

#search {
	text-align:center;
}

#text-1 h2.widgettitle,
#text-2 h2.widgettitle,
#text-3 h2.widgettitle,
#text-5 h2.widgettitle,
#text-6 h2.widgettitle,
#text-7 h2.widgettitle,
#text-8 h2.widgettitle,
#text-9 h2.widgettitle,
#text-10 h2.widgettitle,
#php-code-1 h2.widgettitle,
#pages h2.widgettitle,
#meta h2.widgettitle,
#recent-posts h2.widgettitle,
#recent-comments h2.widgettitle,
#archives h2.widgettitle,
#rss-1 h2.widgettitle,
#search h2.widgettitle,
.linkcat h2.widgettitle {
        background-color:#B5FFA3;
        /* background-color:#b6c5d4; */
	color: #444444;
	margin:20px 0 0 0;
	padding:2px 0 2px 3px;
	font-size:12px;
	text-align:left;
	font-weight:bold;
	background-position:left top;
}

.textwidget,
.execphpwidget {
	padding: 5px;
	color: #666;
	font-size: 12px;
	background: transparent;
}

/* freelance */
#text-4 h2.widgettitle{
	display:none;
/*  background-color:#2051C4;
	color: #fff;
	margin:10px 0 0 0;
	padding:2px 0 2px 3px;
	font-size:12px;
	text-align:left;
	font-weight:bold;
	background-position:left top; */
}

#text-4 {
	margin: 0 0 3px 0;
	padding:0 0 13px;
	background:	#FFE3E2;
	font-size:14px;
	font-weight:bold;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
}
#text-4 .textwidget a{
	font-size:12px;
	color:#00f;
	text-decoration:underline;
}
#text-4 .textwidget a:hover{
	font-size:12px;
	color:#f00;
	text-decoration:underline;
}

li#recent-posts ul,
li#recent-comments ul,
li#archives ul,
li#pages ul,
li#meta ul,
li#rss-1 ul,
#sidebar li.linkcat ul {
	font-size: 12px;
	background: transparent;
}

li#recent-posts ul li,
li#recent-comments ul li,
li#archives ul li,
li#pages ul li,
li#meta ul li,
li#rss-1 ul li,
li#search div li,
#sidebar li.linkcat ul li {
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	background: transparent url("./images/mark_children.gif") 0 4px no-repeat;
}

li#recent-posts ul li a,
li#recent-comments ul li a,
li#archives ul li a,
li#pages ul li a,
li#meta ul li a,
li#rss-1 ul li a,
li#search div li a,
#sidebar li.linkcat ul li a {
	color: #666666;
	text-decoration: underline;
}

li#recent-posts ul li a:hover,
li#recent-comments ul li a:hover,
li#archives ul li a:hover,
li#pages ul li a:hover,
li#meta ul li a:hover,
li#rss-1 ul li a:hover,
li#search div li a:hover,
#sidebar li.linkcat ul li a:hover {
	color:#f60;
	text-decoration: underline;
}

/* 20090528 */
#main table#recruit-info {
	border: 1px solid #000000;
	background-color: red;
}