@charset "utf-8";
/*
Theme Name: digitalhands wp
Theme URI: http://www.digitalhands.jp/
Description: digitalhands design studio
Version: 1.1
Author: digitalhands
Author URI: http://www.digitalhands.jp/

/*style ***********************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}


body {
	background: #f6f6f6 url(images/basebg.jpg) repeat fixed;
	font-family: Times New Roman, Times, Palatino, Georgia, serif;
	font-size: 12px;
	line-height: 1.6;
	width: 100%;
	height: 100%;
	color: #888888;
	margin: 0;
	padding: 0;
	}

* {
	margin:0;
	padding:0;
	border:0;
	}

.clear {
	clear: both;
	}

html {
	overflow-y: auto;
	overflow-x: hidden;
	 scrollbar-face-color: #fcfcfc;
	 scrollbar-track-color: #ededed;
	 scrollbar-arrow-color: #999900;
	 scrollbar-highlight-color: #ffffff;
	 scrollbar-shadow-color: #cccccc;
	 scrollbar-3dlight-color: #afafaf;
	 scrollbar-darkshadow-color: #777777;
	margin: 0;
	padding: 0;
	}

#wrap {
	position: absolute;
top: 0px;
left:0px;
	width: 100%;
	height: 100%;
	background: url(images/wrapbg.png)  left top repeat-y fixed;
	z-index: 5;
	}

#container {
  position:relative;
  width:100%;
  margin:0;
  text-align:left;
  min-height:100%;
	}


/*header ***********************************************/

#headerwrap {
	position: fixed;
	_position: absolute;
	top: 0px;
	left:0px;
	width: 100%;
	height: 100px;
	margin-top: 0px;
	margin-left:  0px;
	text-align: right;
	float: left;
	background: url(images/headborder.png)  left top no-repeat fixed;
	z-index: 2;
}

#header {
	position: fixed;
	_position: absolute;
	width: 240px;
	top: 55px;
	left: 58px;

}

.logo {
	margin: 0;
	padding: 0px;
	}


/*directory menu ***********************************************/

#directorywrap {
	position: relative;
	width: 160px;
	margin-left: 140px;
	}

#directorymenu {
	position: fixed;
	_position: absolute;
	width: 160px;
	height: 100%;
	top: 201px;
	float: left;
	margin: 0;
	padding: 0;
	z-index:1;
}

#copyright {
	position: fixed;
	width: 300px;
	margin-left: 140px;
	bottom: 3%;
	margin:  0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica;
	font-size: 0.834em;
	text-align: right;
	}

.quiet {
	color: #444444;
	}




ul#global {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul#global li {
	list-style: none;
	float: left;
	width: 160px;
	margin: 0px;
	}

ul#global li img {
	list-style: none;
	float: left;
	margin: 0px;
	}

ul#global a {
	display: block;
	width: 160px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	}

a.aboutUs {
	background-image: url(images/btn_01.png);
	width: 160px;
	height: 20px;
	}
a:hover.aboutUs {
	background-position: 0px 20px
	}

a.works {
	background-image: url(images/btn_02.png);
	width: 160px;
	height: 20px;
	}
a:hover.works {
	background-position: 0px 20px
	}

a.services {
	background-image: url(images/btn_03.png);
	width: 160px;
	height: 20px;
	}
a:hover.services {
	background-position: 0px 20px
	}

a.blog {
	background-image: url(images/btn_04.png);
	width: 160px;
	height: 20px;
	}
a:hover.blog {
	background-position: 0px 20px
	}

a.contact {
	background-image: url(images/btn_05.png);
	width: 160px;
	height: 20px;
	}
a:hover.contact {
	background-position: 0px 20px
	}

a.home {
	background-image: url(images/btn_00.png);
	width: 160px;
	height: 20px;
	}
a:hover.home {
	background-position: 0px 20px
	}





/*main ***********************************************/


#mainwrap{
	position: relative;
	width: 800px;
	height: 100%;
	top: 100px;
	left: 300px;
	_overflow: auto;
}

#maincontents{
	text-align: left;
	float: left;
	margin: 0px;
	padding: 0px;
}

#contents {
	position: relactive;
	padding-top: 0px;
	padding-bottom: 10px;
	width: 800px;
	overflow: hidden;
}

#cont_left {
	position: fixed;
	_position: absolute;
	top: 350px;
	left: 100px;
	margin: 0px;
	padding:  0px;
	width: 200px;
	float: left;
	font-size: 1.1em;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	z-index: 3;
	text-align:right;
border-right: 1px #cccccc solid;
}

#cont_left a {
	color: #999900;
	padding-right:  4px;
border-right: 1px #dddddd solid;
	}

#cont_left a:hover {
	color: #777777;
	}

#cont_left img {
	float: right;
}

#cont_in {
	padding: 0px;
	font-size: 1.134em;
	line-height: 1.5em;
	width: 600px;
	float: right;
}

#cont_in p {
	padding: 0px;
	line-height: 1.134em;
}

#cont_in .post {
	width: 600px;
	padding: 0px 0 5px 0;
	margin: 0px;
	font-size: 1.0em;
	color: #979797;
	font-family: Helvetica, Arial, "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
	font-weight: normal;
}

#cont_in img {
	padding: 0px 15px 35px 0;
	float: left;
}

#cont_in ul {
	padding: 0px 0px 12px 0;
	list-style-type: none;
}

#cont_in h3 {
	padding: 0px 0px 8px 0;
}

#news {
	padding: 100px 0px 40px 0px;
	font-size: 1.0em;
	line-height: 1.5;
	color: #777777;
	width: 600px;
	float: right;
}

#news span {
	padding: 0px 0px 0px 3px;
	color: #666666;
	width: 70px;
}

#news p {
	padding: 0px;
	font-family: Times New Roman, Times, Palatino, Georgia, serif;
	color: #888888;
}

#news_text {
	padding: 0px;
	margin: 0px;
	line-height: 1.5em;
	width: 600px;
	clear:both;
	font-family: Helvetica, Arial, "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
}

#news_text em {
	width: 200px;
	padding: 0;
	margin: 0;
font-style: normal;
	float: left;
}
#news_text em {
	/font-size: 0.834em;
}

#news_text span {
	width: 400px;
	padding: 0;
	margin: 0;
	float: right;
}

#news_text span p {
	padding: 0px 0 5px 0;
	margin: 0px;
	font-size: 1.0em;
	line-height: 1.5em;
	color: #888888;
	font-family: Helvetica, Arial, "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
}
#news_text span p {
	/font-size: 0.834em;
}

#subdirectory {
	position: fixed;
	_position: absolute;
	width: 163px;
	height: 100%;
	top: 200px;
	left:320px;
	margin: 0;
	padding: 0;
	z-index:6;
	font-size: 0.834em;
	font-style: italic;
	line-height: 1.4em;
	text-align:right;
	float: left;
}

#subdirectory ul li {
	padding: 0 0 1px 0;
}

#subdirectory ul li a {
	color: #aaaaaa;
}

#subdirectory ul li a:hover {
	color: #999900;
}


/*profile ***********************************************/

#profile_content {
	padding: 0px;
	font-size: 1.0em;
	font-family: Times New Roman, Times, Palatino, Georgia, serif;
	line-height: 1.6em;
	color: #999999;
	width: 600px;
	float: right;
}

#profile_content span {
	padding: 2px 0px 0px 3px;
	color: #233947;
	width: 70px;
	border-left: 2px #666666 solid;
}

#profile_content p {
	padding: 0px;
	font-family: Times New Roman, Times, Palatino, Georgia, serif;
	color: #777777;
}


/*portfolio ***********************************************/

#portfolio_content {
	padding: 0px;
	font-size: 1.0em;
	font-family: Times New Roman, Times, Palatino, Georgia, serif;
	line-height: 1.6em;
	color: #777777;
	width: 600px;
	float: right;
}

#portfolio_content span {
	margin: 0px;
	padding: 0px 0px 0px 1px;
	color: #3e505c;
	font-size: 1.25em;
}

#portfolio_content p {
	margin: 0px;
	padding: 0px;
	font-family: Times New Roman, Times, Palatino, Georgia, serif;
	color: #777777;
}

#portfolio_content img {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#hold {
	padding: 30px 0px 45px 0px;
	font-size: 1.0em;
	line-height: 1.6em;
	color: #888888;
	width: 600px;
	float: right;
}

.entry {
	margin: 0px;
	padding: 10px 0px 0px 0px;
}


/*services ***********************************************/

#services_content {
	padding: 0px;
	font-size: 1.0em;
	font-family: Times New Roman, Times, Palatino, Georgia, serif;
	line-height: 1.6em;
	color: #888888;
	width: 600px;
	float: right;
}

#services_content span {
	margin: 0px;
	padding: 0px;
	color: #999999;
	font-size: 1.134em;
}

#services_content p {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
	color: #888888;
	line-height: 1.6em;
}

#services_content img {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#services_content #hold {
	padding: 30px 0px 20px 0px;
	width: 600px;
	height: auto;
	font-size: 0.917em;
	line-height: 1.5em;
	color: #999999;
	float: left;
}

#services_content .entry {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: justify;
}


/*blog ***********************************************/

#blog_content {
	padding: 0px;
	font-size: 1.0em;
	font-family: Times New Roman, Times, Palatino, Georgia, serif;
	line-height: 1.6em;
	color: #888888;
	width: 600px;
	float: right;
}

#blog_content span {
	margin: 0px;
	padding: 0px 5px 0px 1px;
	color: #363636;
	font-size: 1.25em;
}

#blog_content p {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
	color: #888888;
	line-height: 1.6em;
}

#blog_content img {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#blog_content #hold {
	padding: 30px 0px 40px 0px;
	width: 600px;
	height: auto;
	font-size: 1.0em;
	line-height: 1.5em;
	float: left;
}

#blog_content #hold img {
	padding: 0px 0px 15px 0px;
}

#blog_content .entry {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	color: #cccccc;
	text-align: justify;
}


/*contact ***********************************************/

#contact_content {
	padding: 0px;
	font-size: 1.0em;
	font-family: Times New Roman, Times, Palatino, Georgia, serif;
	line-height: 1.6em;
	color: #777777;
	width: 600px;
	float: right;
}

#contact_content span {
	margin: 0px;
	padding: 0px;
	color: #888888;
	font-size: 1.0em;
	vertical-align: middle;
}

#contact_content p {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	font-family: "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
	color: #626262;
	line-height: 1.6em;
}

#contact_content #hold {
	padding: 30px 0px 20px 0px;
	width: 600px;
	height: auto;
	font-size: 0.917em;
	line-height: 1.5em;
	color: #888888;
	float: left;
}

#contact_content input {
	background: #ffffff;
	color: #999999;
	border: 1px #cfcfcf solid;
	height: 20px;
	width: 318px;
}

#contact_content textarea {
	background: #ffffff;
	color: #999999;
	border: 1px #cfcfcf solid;
	width: 308px;
}

#contact_form {
	width: 600px;
}

#contact_form td {
	width: 200px;
}






a {color:#999900;text-decoration:none;}
a:hover, a:focus {color:#cccccc;}


/* Posts */

.post {
	margin: 0px;
	padding: 0px;
	display:block;
	clear:both;
	}

.post h4, .post h6 {font-family: Georgia, serif;}

.postmetadata {
	 padding:1em;
	 color:#996600;
	 font-size: 1.0em;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	 border-radius: 5px;
	}

.postmetadata a {}

.postmetadata a:hover {
	 color:#999900;
	}

.navigation {
	width: 480px;
	font-size: 1.0em;
	color:#4c7186;
	}

h2.pagetitle {
	float: right;
	font-size: 1.25em;
	font-family: Helvetica, Arial, "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
	color:#666666;
	}


/* Search */
#search {margin:0; padding:0;}
#search #s {background: #ddd url('images/search.png') 0px center no-repeat;color: #222;font-size: 1em;margin:0;padding: 4px 0 4px 17px;width: 150px;border:1px solid #333;}
#search input {border:0}
#search #s:hover {color: #0066cc;background: #fff url('images/search_blue.png') 0px center no-repeat;}
.search-excerpt {margin: 0;}

/* Comments */
h3#comments{margin: 10px 0 0;padding: 20px 10px;background: #000;}
h3#comments span.comments-subscribe {float:right;font-size:.7em;margin-left: 3px;padding: 0 0 0 19px;background: url("images/rss.png") no-repeat 0 50%;color:#cccccc;}
h3#respond{margin: 10px 0 0;padding: 20px 10px;background: #000;}
ol.commentlist{list-style-type: none;margin: 0;padding: 0;border-top: 5px solid #eee;}
ol.commentlist li strong{padding-left:1em;}
ol.commentlist li .comment-entry{margin: -135px 0 0;border-bottom: 5px solid #eee;padding: 5px 150px 0;line-height: 2em;}
ol.commentlist li .avatar{border:1px solid #000;padding:1em;margin:2em 1em 1em 0;}
#commentform{margin: 0 0 7px;padding: 30px 150px 6px;border-top: 10px solid #333;background: #000;}

