/*
Theme Name:Desk Space
Theme URI:http://dirtybluemedia.com/portfolio/desk-space-wordpress-theme/
Description:Publish your desk space.
Version:1.1
Author:Dirty Blue Media
Author URI:http://dirtybluemedia.com/
Tags: wood, office, personal, fixed width, two columns, widgets, plugin packed
This theme was designed and developed by Chad Coleman, co-owner of Dirty Blue Media. http://c.hadcoleman.com
*/

/* CSS Reset
-----------------------------------------*/
html {
	font-size:100.01%;
	/* This odd 100.01% value for the font size compensates for several browser bugs. */;
}

html, body, form, fieldset {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0 0 1em 0;
	padding:0;
}
li, dd, blockquote {
	margin-left:1em;
}
form label {
	cursor:pointer;
}
fieldset, select {
	border:none;
}
input, select, textarea {
	font-size:100%;
	font-family: inherit;
}
* {
	margin:0;
}
/* End Reset */

body {
	background-image:url(images/bg-dark.jpg);
	font-size:13px;
	font-family: Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	background-position:center top;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:20px;
	padding-left:0px;
	margin:0px;
	background-attachment: fixed;
}
body.dark {
	background-image:url(images/bg-dark.jpg);
}
body.dark #header h3, body.dark #header #panel h3 {
	color:#EEE;
}
body.dark #right .credits {
	color:#9f8152;
}
body.dark #right .credits a {
	color:#9f8152;
}
body.dark #right .credits a:hover {
	color:#c7ae87;
}
body.medium {
	background-image:url(images/bg-medium.jpg);
}
body.medium #header h3, body.medium #header #panel h3 {
	color:#EEE;
}
body.medium #right .credits {
	color:#9f8152;
}
body.medium #right .credits a {
	color:#9f8152;
}
body.medium #right .credits a:hover {
	color:#c7ae87;
}
body.light {
	background-image:url(images/bg-light.jpg);
}
body.light #header h3, body.light #header #panel h3 {
	color:#FFF;
}
body.light #right .credits {
	color:#333;
}
body.light #right .credits a {
	color:#333;
}
body.light #right .credits a:hover {
	color:#000;
}

a:link {
	/* color:#0557A8; */
	color: #6a3400;
}
a:hover, a:active {
	/* color:#0557A8; */
	color: #c51c1c;
}
a:visited {
	color:#000;
}

.clear {
	clear:both;
	height:0px;
	margin:0px;
	padding:0px;
}
.centerContent {
	width:950px;
	margin-right:auto;
	margin-left:auto;
	font-family: Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size:14px;
	color:#FFF;
}
img.alignright {
	padding:5px;
	float:right;
	margin-top:5px;
	margin-right:0;
	margin-bottom:2px;
	margin-left:5px;
	border:1px solid #CCC;
}
img.alignleft {
	padding:5px;
	float:left;
	margin-top:5px;
	margin-right:5px;
	margin-bottom:2px;
	margin-left:0;
	border:1px solid #CCC;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.alignnone {
	float:none;
}
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.floatright {
	float:right;
}
.floatleft {
	float:left;
}
.attachment-medium, .attachment-thumbnail {
	border:1px solid #CCC;
	padding:5px;
	background-color:#FFF;
}
.divider {
	background-image:url(images/divider.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:4px;
}
.navigation {
	background-color:#FFF;
	height:50px;
	padding-top:15px;
}
.navigation a {
	font-family: Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', serif;
	font-style:oblique;
	font-weight:bold;
	text-decoration:none;
}
blockquote {
	background-image:url(images/bquote.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	font-size:19px;
	padding-top:21px;
	padding-left:26px;
	font-family: Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', serif;
	line-height:160%;
	letter-spacing:1px;
	min-height:80px;
}
code {
	background-color:#e2effb;
	padding:8px;
	border:1px solid #4a637a;
	overflow:auto;
	display:block;
}
pre {
	font-family: Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', monospace;
	font-size:12px;
	color:#960;
	overflow:scroll;
	background-color:#EEE;
	border:1px solid #CCC;
	padding:8px;
	width:490px;
}
#panel {
	float:right;
	width:360px;
	height:55px;
	font-family: Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size:11px;
	color:#EEE;
	padding-top:4px;
	padding-right:8px;
	padding-left:8px;
	position:absolute;
	top:0px;
	right:0px;
	clear:none;
	text-align:left;
	display:block;
	z-index:9999999;
	overflow:hidden;
}
#panel h3 {
	font-family: Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', serif;
	font-size:13px;
	font-style:italic;
	text-transform:lowercase;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
#panel .pagelist {
	padding-top:7px;
	margin:0px;
	padding-right:0px;
	padding-left:0px;
	clear:left;
}
#panel .pagelist li {
	display:inline;
	list-style-type:none;
	padding:0px;
	margin-top:0px;
	margin-right:9px;
	margin-bottom:0px;
	margin-left:0px;
}
#panel .pagelist li a {
	font-size:10px;
	text-decoration:none;
	text-transform:uppercase;
	font-family: Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}
#panel .pagelist li a:link, #panel .pagelist li a:visited {
	color:#FFF;
	text-decoration:none;
}
#panel .pagelist li a:hover, #panel .pagelist li a:active {
	text-decoration:none;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#FFF;
}
#panel #archivesdrop, #panel #cat {
	color:#FFF;
	background-color:#000;
	padding:2px;
	border:1px solid #000;
	margin-top:6px;
	float:left;
	width:140px;
	margin-left:5px;
}
#panel #catsubmit {
	color:#FFF;
	background-color:#000;
	font-family: Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:none;
	margin-top:6px;
	margin-left:3px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:5px;
	padding-left:5px;
}
#panel #archivesdrop option, #panel #cat option {
	background-color:#000;
	padding:1px;
	border:1px none #000;
	cursor:pointer;
}
#panel #searchformtop {
	margin-top:6px;
	padding-right:0px;
	padding-bottom:0px;
}
#panel .feeds {
	padding-top:6px;
}
#panel .feeds a.feedemail {
	background-image:url(images/icon-email.png);
}
#panel .feeds a {
	color:#FFF;
	padding-left:19px;
	background-repeat:no-repeat;
	background-position:left;
	text-transform:uppercase;
	text-decoration:none;
}
#panel .feeds a:hover {
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#FFF;
}
#panel .feeds a.feedrss {
	background-image:url(images/icon-feed.png);
	margin-right:8px;
}
#stop {
	border:1px solid #000;
	background-color:#000;
	background-image:url(images/input-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	color:#EEE;
	padding:2px;
	width:175px;
}
#searchsubmittop {
	background-color:#000;
	background-image:url(images/input-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-weight:bold;
	color:#FFF;
	border:1px solid #000;
	padding:2px;
}
#wrapper {
	width:950px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:15px;
	position:relative;
}
#wrapper #load {
	position:absolute;
	top:10px;
	right:15px;
}
#header {
	height:130px;
	position:relative;
	margin: auto;
	width: 800px;
}
#header h1 {
	position:relative;
	background-image:url(/wp-content/images/titleback-trans.png);
	background-repeat: no-repeat;
	color:#FFF;
	font-size:35px;
	width:930px;
	height: 220px;
	padding: 0;
	margin-bottom: -20px;
	float:left;
	text-indent: -9999px;
}
#header h1 a {
	color:#FFF;
	text-decoration:none;
	font-family: Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', serif;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
#header h3.slogan {
	margin:0px;
	padding:0px;
	width:580px;
	font-family: Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:2px;
	clear:left;
	float:left;
	font-weight:normal;
	text-indent: -9999px;
}
#nav {
	float:right;
	width:230px;
	margin-top:-35px;
}
#nav ul {
	margin:0px;
	padding:0px;
	text-align:right;
}
#nav li {
	list-style-type:none;
	display:inline;
	text-align:right;
}
#nav li a {
	float:right;
	text-align:left;
}
#nav li.btn-home a {
	background-image:url(images/nav-home.png);
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	height:36px;
	width:36px;
	font-size:1px;
	text-indent:-9999px;
	overflow:hidden;
}
#nav li.btn-pages a {
	background-image:url(images/nav-pages.png);
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	height:36px;
	width:36px;
	font-size:1px;
	text-indent:-9999px;
	overflow:hidden;
}
#nav li.btn-archives a {
	background-image:url(images/nav-archives.png);
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	height:36px;
	width:36px;
	font-size:1px;
	text-indent:-9999px;
	overflow:hidden;
}
#nav li.btn-search a {
	background-image:url(images/nav-search.png);
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	height:36px;
	width:36px;
	font-size:1px;
	text-indent:-9999px;
	overflow:hidden;
}
#nav li.btn-social a {
	background-image:url(images/nav-social.png);
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	height:36px;
	width:36px;
	font-size:1px;
	text-indent:-9999px;
	overflow:hidden;
}
#nav li.btn-subscribe a {
	background-image:url(images/nav-subscribe2.png);
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	height:36px;
	width:36px;
	font-size:1px;
	text-indent:-9999px;
	overflow:hidden;
}

#contain {
	claer: both;
}

#left {
	float:left;
	width:610px;
}
#right {
	float:right;
	width:330px;
}
#right .credits {
	text-align:right;
	text-transform:uppercase;
	font-size:10px;
	padding-top:15px;
	padding-bottom:15px;
}
#right .credits a {
	font-family: Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
}
#right .credits a:hover {
	text-decoration:underline;
}
#right .credits em {
	font-family: Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', serif;
	text-transform:lowercase;
	font-style:italic;
}
#subposts .title a:hover {
	color: #416895;
}
#main {
	background-color:#FFF;
	padding-top:20px;
	padding-right:15px;
	padding-bottom:10px;
	padding-left:15px;
	background-image:url(images/feat-bg.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	overflow:hidden;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
#main .post {
	/* height: 500px; */
	padding-top:15px;
	padding-bottom:15px;
}
#main .title {
	padding:0px;
	padding-top: 10px;
	margin: 0px;
	text-align:center;
	background: url(images/titleback.gif) no-repeat;
	width: 600px;
	height: 60px;
}
#main .title a, #main .title a:link {
	/* color:#333; */
	color: #fff;
	text-decoration:none;
	font-family: Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', serif;
	font-size:27px;
	font-weight:normal;
	width: 600px;
}
#main h3 {
	font-family: Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', serif;
	font-size:19px;
	font-weight:bold;
	color:#0557A8;
}
#main .meta {
	margin-bottom:5px;
	color:#0557a8;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:center;
	padding-top:6px;
}
#main .meta em {
	font-family: Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', serif;
	text-transform:lowercase;
	color:#999;
}

#main .meta .printicon { }

#main .mainbody {
	color:#333;
	line-height:150%;
	padding-left: 10px;
	padding-right: 10px;
	font-size:16px;
	margin-top:18px;
	margin-bottom:20px;
}

#main .mainbody img {
	max-width:560px;
}
#main .mainbody img.wp-smiley {
	border:0;
	padding:0;
	margin:0;
}
#main .mainbody a img, #main .mainbody img {
	border:1px solid #CCC;
	padding:5px;
}
#main .postmeta {
	font-family: Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', serif;
	font-size:10px;
	color:#666;
	/* text-align:center; */
	text-transform:uppercase;
	margin-top:15px;
	margin-bottom:35px;
	background-image:url(images/meta-deco.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding-bottom:25px;
}
#main .metadeco {
	background-image:url(images/meta-deco.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	display:block;
}
#main .tags {
	background-image:url(images/icon-tag.jpg);
	background-repeat:no-repeat;
	background-position:left 2px;
	padding-left:16px;
	font-size:10px;
	text-transform:uppercase;
}
#main .postpages {
	background-image:url(images/icon-page.jpg);
	background-repeat:no-repeat;
	background-position:left 2px;
	padding-left:16px;
}
#postfooter {
	background-color:#333;
	padding:16px;
}
#postfooter a {
	background-image:url(images/icon-top.gif);
	background-repeat:no-repeat;
	background-position:right 2px;
	padding-right:22px;
	padding-top:3px;
	padding-bottom:3px;
}
#postfooter a:link, #postfooter a:visited {
	color:#CCC;
	text-decoration:none;
	font-size:10px;
	text-transform:uppercase;
}
#postfooter a:hover, #postfooter a:active {
	color:#FFF;
	background-position:right top;
}
#left .comlink {
	font-family: Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', serif;
	font-size:13px;
	font-weight: bold;
	letter-spacing:0px;
}
#left .comlink a, #left .comlink a:link {
	background-image:url(images/icon-comment.gif);
	padding-right:17px;
	background-repeat:no-repeat;
	background-position:right;
	text-decoration:none;
	color:#615143;
}
#left .comlink a:hover {
	color:#999;
}
#left .comlink a:visited {
	color:#000;
}
#left .spot_alpha {
	background-image:url(images/divider.gif);
	background-repeat:repeat-x;
	background-position:top;
	clear:both;
	padding-top:10px;
	padding-bottom:10px;
}
#left .editpost a {
	text-decoration:none;
}
#left .copyright {
	color:#EEE;
	font-size:10px;
	padding-top:10px;
	padding-bottom:10px;
}
#subposts {
	height: 100px;
	background-color:#FFF;
	margin-top:5px;
	padding-top:20px;
	padding-right:15px;
	padding-bottom:10px;
	padding-left:15px;
}
#subposts .fill {
	background-color:#FFF;
}
#subposts .post {
	padding-bottom:10px;
	margin-bottom:10px;
}

#subposts h3 {
	font-family: Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', serif;
	font-size:19px;
	font-weight:bold;
	color:#666;
	font-style:oblique;
}

#subposts .title {
	padding:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:5px;
	margin-left:0px;
}

#subposts .title a, #subposts .title a:link {
	font-family: Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', serif;
	color:#333;
	text-decoration:none;
	font-weight:normal;
}
#main .more-link {
	display:inline;
	text-align:right;
}
.block01, .block03, .block05, .block07, .block09 {
	float:left;
	width:49%;
	clear:left;
}
.block02, .block04, .block06, .block08, .block010 {
	float:right;
	width:49%;
	clear:right;
}
#subposts .block01 .title a:link, #subposts .block02 .title a:link {
	font-size:20px;
}
#subposts .block01 .title a:hover, #subposts .block02 .title a:hover {
	font-size:20px;
	color:#416895;
}
#subposts .block01 .title a:visited, 
#subposts .block02 .title a:visited {
	font-size:20px;
}
.block01, .block02 {
}
.block01 .subbody, .block02 .subbody {
	font-size:12px;
	color:#736357;
	line-height:130%;
}
#subposts .block03 .title a:link, #subposts .block04 .title a:link {
	font-size:17px;
	color:#666;
	display:block;
}
#subposts .block03 .title a:hover, #subposts .block04 .title a:hover {
	font-size:17px;
	color:#416895;
}
.block03, .block04 {
}
#subposts .block03 .title a:visited, #subposts .block04 .title a:visited {
	font-size:17px;
	color:#416895;
}
.block03 .subbody, .block04 .subbody {
	font-size:11px;
	color:#8a7667;
	line-height:120%;
}
#subposts .block05 .title a:link, 
#subposts .block06 .title a:link, 
#subposts .block07 .title a:link, 
#subposts .block08 .title a:link {
	font-size:12px;
	color:#727272;
}
#subposts .block05 .title a:hover, 
#subposts .block06 .title a:hover, 
#subposts .block07 .title a:hover, 
#subposts .block08 .title a:hover {
	font-size:12px;
	color:#416895;
}
#subposts .block05 .title a:visited, 
#subposts .block06 .title a:visited, 
#subposts .block07 .title a:visited, 
#subposts .block08 .title a:visited {
	font-size:12px;
	color:#416895;
}
.block05, .block06 {
	min-height:33px;
}
#sidebar {
	background-color:#FFF;
	background-image:url(images/side-bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding:10px;
	padding-left: 3px;
	position:relative;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
#sidebar ul {
	margin:0px;
	padding:0px;
}
#sidebar li {
	list-style-type:none;
	margin-top:25px;
	margin-bottom:45px;
	padding:0px;
}
#sidebar li li {
	margin:0px;
	background-image:none;
	padding:0px;
}
#sidebar h2 {
	font-size:17px;
	font-weight:normal;
	font-family: Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka;
	color:#416895;
	width:auto;
	margin-top:20px;
	margin-right:0px;
	margin-bottom:10px;
	margin-left:0px;
	padding-right:4px;
	background-image:url(images/divider.gif);
	background-repeat:repeat-x;
	background-position:right 10px;
}
#sidebar h2 span {
	background-color:#FFF;
	padding-right:4px;
}
#sidebar .profilepic {
	background-image:url(images/profile-pic-bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	height:133px;
	width:120px;
	padding-top:28px;
	padding-left:22px;
	float:right;
	position:absolute;
	top:-15px;
	right:-15px;
}
#sidebar .profilebox {
	width:60%;
}

#sidebar .rec-comments { }

#sidebar .rec-comments li {
	margin-top:13px;
	margin-bottom:13px;
	font-size:12px;
	letter-spacing:1px;
	line-height:140%;
}
#sidebar .rec-comments li a, #sidebar .rec-comments li a:link {
	text-decoration:none;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#999;
}
#sidebar .rec-comments li a:hover {
	border:none;
	color:#000;
}
#sidebar .rec-comments li a:visited {
	color:#999;
	text-decoration:none;
}
#sidebar .rec-comments strong {
	font-style:italic;
	font-weight:normal;
	font-family: Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', serif;
	color:#975201;
}
#sidebar h3.profilename {
	padding:0px;
	font-size:27px;
	color:#975201;
	font-style:oblique;
	font-family: Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-weight:normal;
	margin:0px;
}

#sidebar .flickrblock { }

#sidebar .flickrblock li {
	display:inline;
	margin-right:5px;
}
#sidebar .flickrblock li img {
	border:6px solid #000;
}
#sidebar .flickrblock li img:hover {
	border-top-color:#4168A9;
	border-right-color:#4168A9;
	border-bottom-color:#4168A9;
	border-left-color:#4168A9;
}
#sidebar .flickrblock {
	display:inline;
	margin-right:5px;
}
#sidebar .flickrblock img {
	border:6px solid #000;
	margin-right:5px;
}
#sidebar .flickrblock img:hover {
	border-top-color:#4168A9;
	border-right-color:#4168A9;
	border-bottom-color:#4168A9;
	border-left-color:#4168A9;
}
#sidebar .twitter li {
	font-family: Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', serif;
	font-size:12px;
	font-style:italic;
	color:#666;
	padding-top:8px;
	padding-bottom:8px;
	line-height:140%;
}
#sidebar .twitter li .twitter-link {
	font-size:11px;
	font-style:normal;
	text-decoration:none;
}
#sidebar .twitter li .twitter-timestamp {
	font-size:10px;
	font-style:normal;
	text-transform:uppercase;
}

/* Comments
--------------------------------------------------------------*/
h2.comtitle {
	font-size:1em;
	font-weight:bold !important;
	letter-spacing:1px;
	font-family: Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', serif;
	color:#416895;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#999;
	clear:both;
	padding-top:0;
	padding-right:0;
	padding-bottom:5px;
	padding-left:0;
	font-style:oblique;
}
ol.commentlist {
	font-size:13px;
	line-height:20px;
	font-family: Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	color:#424141;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	list-style-position:outside;
	margin-left:0;
	padding-left:15px;
}
ol.commentlist p {
	margin-bottom:10px;
	line-height:20px;
}
ol.commentlist cite {
	font-style:normal;
	font-weight:bold;
	padding:0px;
}
ol.commentlist li .commenttext {
	margin-left:53px;
	overflow:hidden;
}
ol.commentlist li {
	padding-top:20px;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:10px;
	margin-top:15px;
	margin-right:0px;
	margin-bottom:15px;
	margin-left:0px;
}
ol.commentlist li.alt {
	padding:10px 10px 0 10px !important;
	border:1px solid #edeef3;
	background-color:#f1f5fc;
}
ol.commentlist .combody {
	font-family: Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size:12px;
	line-height:140%;
	color:#333;
}
ol.commentlist .combody ol {
	font-family: Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size:12px;
	color:#333;
	text-align:left;
	padding:0px;
}
ol.commentlist .combody li {
	font-family: Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size:12px;
	color:#333;
	text-align:left;
	font-style:normal;
	line-height:100%;
	margin:0px;
	padding:5px;
}
ol.commentlist blockquote {
	background-image:url(images/bquote.cmnt.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:30px;
	color:#736357;
	font-size:15px;
	line-height:120%;
	min-height:20px;
}
ol.commentlist .alt blockquote {
	background-image:url(images/bquote.alt.jpg);
}
ol.commentlist blockquote p {
	line-height:15px;
}
ol.trackbacklist {
	padding-left:14px;
}
ol.trackbacklist li {
	margin-top:5px;
	margin-bottom:5px;
}
ol.trackbacklist li cite {
	font-style:normal;
}
#comment a:link {
	color:#0557A8;
}
#comment a:visited {
	color:#333;
}
#comment a:hover, #comment a:active {
	color:#C60;
}
.commentmetadata {
	font-size:11px;
}
.commentmetadata a, .commentmetadata a:visited {
	text-decoration:none;
	color:#999;
}
.commentmetadata a:hover {
	text-decoration:underline;
	color:#666;
}
#commentform .inputbox {
	margin:0;
	padding:0;
	height:25px;
	font-family: Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	color:#333;
	font-size:12px;
}
#commentform input {
	border:1px solid #949388;
	margin:2px;
	color: #fff;
	background-color:#482400;
	padding-top:1px;
	padding-right:4px;
	padding-bottom:1px;
	padding-left:4px;
	font-family: Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size:11px;
}
textarea#comment {
	font-family: Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size:12px;
	line-height:144%;
	padding:4px;
	margin-top:-2px;
	color:#333;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	border-top-color:#949388;
	border-right-color:#949388;
	border-bottom-color:#949388;
	border-left-color:#949388;
	background-color:#fff7e9;
	background-image:url(images/textarea-bg.jpg);
	background-repeat:repeat-x;
	background-position:center top;
}
.gravatar {
	float:left;
	border:1px solid #333;
	margin-right:10px;
	height: 40px;
}
span.download a {
	background-image:url(images/icon-zip.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-top:33px;
	padding-bottom:33px;
	padding-left:90px;
	background-color:#333;
	border:1px solid #960;
	font-size:25px;
	font-weight:bold;
	color:#999;
	margin-top:25px;
	clear:both;
	text-decoration:none;
	display:block;
}
span.download a:hover {
	color:#EEE;
}
span.download a span {
	font-size:13px;
}

img {
	border: none;
}



/* メール投稿時の写真 */

.photo {
	text-align: center;
	margin: auto;
	margin-bottom: 30px;
}

/* プロフィールボックス */

#sidebar  li.profilebox {
	background: url(images/profile.gif) no-repeat;
	height: 100px;
	color: #fff;
}
#sidebar .profilebox h2 {
	background: none;
	z-index: -9999;
	text-indent: -9999px;
}
#sidebar .profilebox h2 span {
	z-index: -9999;
	background: none;
}

div.profilename {
	margin-top: 29px;
	margin-left: 59px;
}

div.profilename h3 a {
	color: #fff;
	font-size: 24px;
}

/* カレンダーボックス */

#calendar-2 h2 {
	background: url(images/calendar.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#calendar_wrap {
	width: 275px;
	margin-top: -10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #482400;
}

#calendar_wrap table caption {
	text-align: center;
}

/* 最近の投稿ボックス */

#recent-posts-2 h2 {
	background: url(images/newerpost.gif) no-repeat;
	text-indent: -9999px;
}

#recent-posts-2 ul {
	width: 275px;
	margin-top: -10px;
	padding: 10px;
	border: 1px solid #482400;
}
#recent-posts-2 ul li {
	list-style-image: url(images/arrow.gif);
	margin-left: 15px;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #482400;
	background: url(images/li-back.gif) no-repeat;
}

/* 人気記事ボックス */

#akpc-widget-3 h2 {
	background: url(images/popular.gif) no-repeat;
	text-indent: -9999px;
}

#akpc-widget-3 .akpc_report {
	width: 275px;
	margin-top: -10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #482400;
}

#akpc-widget-3 .akpc_report ol li {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #482400;
	background: url(images/li-back.gif) no-repeat;
}

/* 最近のコメントボックス */

#recent-comments-3 h2 {
	background: url(images/comment.gif) no-repeat;
	text-indent: -9999px;
}

#recent-comments-3 ul {
	width: 275px;
	margin-top: -10px;
	padding: 10px;
	border: 1px solid #482400;
}

#recent-comments-3 ul li {
	padding: 5px;
	border-bottom: 1px dotted #482400;
	background: url(images/li-back.gif) no-repeat;
}

/* アーカイブボックス */

#archives-2 h2 {
	background: url(images/archives.gif) no-repeat;
	text-indent: -9999px;
}

#archives-2 ul {
	width: 275px;
	margin-top: -10px;
	padding: 10px;
	border: 1px solid #482400;
}

#archives-2 ul li {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #482400;
	background: url(images/li-back.gif) no-repeat;
}

/* タグクラウドボックス */

#widget_stags-1 h2 {
	background: url(images/tagcloud.gif) no-repeat;
	text-indent: -9999px;
}

#widget_stags-1 div.st-tag-cloud {
	padding:10px;
	line-height: 200%;
	margin-top: -10px;
	width: 275px;
	border: 1px solid #482400;
}

/* 関連する投稿ボックス */

.similar-post-block {
	color: #fff;
	height: 184px;
	margin-bottom: 20px;
	background: url(images/similar-back.gif) no-repeat;
}

.similar-post-block a {
	color: #fff;
	font-size: 14px;
}

.similar-post-block h3 {
	text-indent: -9999px;
}

/* 会社・事業ボックス */

#text-463129121 h2 {
	background: url(images/project.gif) no-repeat;
	width: 310px;
	height: 30px;
	text-indent: -9999px;
}

/* ブログパーツボックス */

#text-463201352 h2 {
	background: url(images/blogparts.gif) no-repeat;
	width: 310px;
	height: 30px;
	text-indent: -9999px;
}

/* 新着情報ボックス */
#text-463201351 h2 {
	background: url(images/news.gif) no-repeat;
	width: 310px;
	height: 30px;
	text-indent: -9999px;
}

.books-presents {
	text-align:center;
	margin: 40px;
}

/* ナビゲーション */

#navigation {
	clear: both;
	width: 100%;
	margin-left: 60px;
	height: 90px;
}

#navigation ul {
	display: block;
	margin: auto;
}

#navigation ul li {
	display: block;
	float: left;
	overflow: hidden;
}

.reset {
	clear: both;
}

/* ページナビ設定開始 */

#pagenavi {
	clear: both;
	margin-top: 30px;
	height: 40px;
}

div.wp-pagenavi {
	margin-top: 20px;
}

div#page-navi a {
	color: #866848;
	border-color: #866848;
	padding-left: 5px;
	padding-right: 5px;
}

div#page-navi a:hover {
	color: #c29f76;
	border-color: #c29f76;
}

div#page-navi span.pages {
	padding: 0 5px 0 5px;
	margin: 0 10px 0 10px;
	color: #8d7750;
	border: 1px solid #8d7750;
}

div#page-navi span.current {
	padding: 0 5px 0 5px;
	margin: 0 10px 0 10px;
	color: #fff;
	background-color: #442808;
	border: 1px solid #fff;
}

/* ページナビ設定終了 */

.wpcf7-form input {
	width: 400px;
}

.wpcf7-form input[type="submit"] {
	width: 100px;
}

.wpcf7-form textarea {
	width: 500px;
}

/******************************/
/******************************/

/* ナビゲーション系 */

/* ナビゲーション nav-home */
p.nav-home {
	background:url("/wp-content/images/navigation/nav_home_hover.png");
}
p.nav-home a{
	display:block;
	width:148px;
	height:57px;
	background:url("/wp-content/images/navigation/nav_home.png");
	text-indent:-9999px;
}
p.nav-home a:hover {
	background: none;
}
/* ナビゲーション nav-all */
p.nav-all {
	background:url("/wp-content/images/navigation/nav_all_hover.png");
}
p.nav-all a{
	display:block;
	width:148px;
	height:57px;
	background:url("/wp-content/images/navigation/nav_all.png");
	text-indent:-9999px;
}
p.nav-all a:hover {
	background: none;
}
/* ナビゲーション nav-get */
p.nav-get {
	background:url("/wp-content/images/navigation/nav_get_hover.png");
}
p.nav-get a{
	display:block;
	width:148px;
	height:57px;
	background:url("/wp-content/images/navigation/nav_get.png");
	text-indent:-9999px;
}
p.nav-get a:hover {
	background: none;
}
/* ナビゲーション nav-shop */
p.nav-shop {
	background:url("/wp-content/images/navigation/nav_shop_hover.png");
}
p.nav-shop a{
	display:block;
	width:148px;
	height:57px;
	background:url("/wp-content/images/navigation/nav_shop.png");
	text-indent:-9999px;
}
p.nav-shop a:hover {
	background: none;
}

/* ナビゲーション nav-contact */
p.nav-contact {
	background:url("/wp-content/images/navigation/nav_contact_hover.png");
}
p.nav-contact a{
	display:block;
	width:148px;
	height:57px;
	background:url("/wp-content/images/navigation/nav_contact.png");
	text-indent:-9999px;
}
p.nav-contact a:hover {
	background: none;
}
/******************************/
/******************************/

#keireki-title {
	border: 1px solid #512d06;
	padding: 1px;
	margin-bottom: 5px;
}

#keireki-title div {
	background-color: #512d06;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 15px;
}

#keireki {
	border: 1px solid #efefef;
	padding: 1px;
	font-size: 13px;
}

#keireki li {
	list-style-type: none;
	padding: 10px;
	padding-left: 20px;
	margin: 0;
}

#keireki li {
	background-color: #efefef;
}

#keireki li.odd {
	background-color: #fff;
}

.keireki-description {
	font-size: 13px;
	margin: 25px 0 0 70px;
}
