@charset "utf-8";
/*

	Theme Name: Webpiece Design #3

	Theme URI: http://webpiece.jp/

	Description: http://webpiece.jp/

	Version: 1.0

	Author: ETNET Co., Ltd.

	Author URI: http://webpiece.jp/

*/

/* general styles */
*{
	color: #CCCCCC;
	font-size: 100%;
	margin:	 0;
	padding: 0;
}

body {
	font-size: 85%;
	background:url(images/bg.gif) #000000;
}

img {
	border-width:0px;
}

a {
	text-decoration: none;
}

a:link {
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.middle {
	vertical-align: middle;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.none {
	display: none;
}

.block {
	display: block;
}

.bold {
	font-weight: bold;
}

.link {
	border: 1px solid #EEEEEE;
}

.img {
	border: 1px solid #EEEEEE;
	margin: 5px;
}

.layout {
	float: left;
	margin: 0 10px 10px 0;
}

.cite {
	background-color: #333333;
	padding: 10px;
	margin: 10px auto;
	width: 480px;
}

input, option, select, textarea{
	color: #000000;
}

/* Header */
#header {
	width: 800px;
	margin: 0px auto;
	padding: 15px;
	position: relative;
	background: #000;
}

#header #title {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.5em;
	padding: 0px;
}

#header div#description {
	margin: 5px 0px 0px 0px;
	width: 550px;
}

#contact {
	position: absolute;
	top: 30px;
	right: 15px;
}	

#search {
	background: #000000;
	margin: 15px auto;
	text-align: center;
	padding: 10px 15px;
	width: 800px;
	line-height: 1.5em;
}

.text {
	color: #000000;
	font-size: 0.8em;
	border:1px solid #999999;
	width: 200px;
	padding: 2px;
}

.submit {
	font-size: 0.8em;
	color: #333333;
}

/* Navigation */
#navigation {
	width: 800px;
	margin: 15px auto;
	padding: 10px 15px;
	background: #000;
	line-height: 1em;
}

ul.navlist {
	list-style: none;
	margin: 0;
	margin-left:1px;
	padding: 0;
	display: block;
	float:right;
}

ul.navlist li {
	float: left;
	margin-left: 3px;
	width: 130px;
	text-align: center;
}

ul.navlist .current_page_item a, ul#navlist .current_page_item a:visited{
	color: #FFFFFF;
}

ul.navlist .page_item a{
	color: #FFFFFF;
}

ul.navlist .page_item a:hover {
	text-decoration: underline;
}

div#header_img {
	background:url(images/bg.jpg);
	border: 1px solid #0066FF;
	height: 200px;
	margin: auto;
	width: 800px;
	position: relative;
}


/* Main contents */
#contents p,
#contents table,
#contents blockquote,
#contents dl {
	margin: 20px 10px;
	padding: 0px;
}

#contents ul,
#contents ol {
	list-style: outside;
	margin: 15px 10px 15px 35px;
	padding: 0px;
}

#contents dt {
	font-weight: bold;
}

#contents dd {
	margin-left: 20px;
}

#contents_wrapper {
	width: 830px;
	margin: auto;
}

#contents {
	width: 630px;
	float: left;
	line-height: 1.4;
}

#contents h1 {
	margin: 0 15px 15px 0;
	background: #000000;
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
	padding: 10px;
}

#contents h2 {
	display:inline;
	border-bottom: 1px dashed #FFFFFF;
	font-weight: bold;
}

#contents h2.home {
	margin: 10px 0 10px -20px;
	padding: 10px 20px;
	border-bottom: 1px solid #0066FF;
	border-left: 5px solid #0066FF;
	background: url(images/imgphpym1.png) repeat;
	color: #000000;
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
}

#contents h3 {
	margin-bottom: 0;
}

#contents .index_list {
	width: 270px;
	margin: 0 15px 15px 0;
	padding: 10px 15px;
	float: left;
	background: #000000;
}

#contents .index_listbody {
	margin-top: 10px;
}

#contents .index_thumb {
	float: left;
	width: 150px;
	margin-right: 10px;
}

#contents .index_data {
	float: left;
	width: 110px;
}

#contents .index_data .post-categories {
	margin: 0;
	padding: 0;
	list-style: none;
}

#contents div.content-quick-nav {
	background: #000000;
	color: #FFFFFF;
	margin: 0 15px 15px 0;
	padding: 10px 15px;
	text-align: center;
}

#contents div.content-quick-nav .quick-title {
	margin-left: -15px;
	font-weight: bold;
}

#contents div.content-quick-nav ul {
	float: left;
	width: 175px;
	margin: 0;
	padding: 0 0 0 20px;
	text-align: left;
	list-style: outside;
}

#contents div.content-nav {
	background: #000000;
	color: #FFFFFF;
	margin-right: 15px;
	padding: 10px 15px;
	text-align: center;
}

#contents div.entry {
	margin: 0 15px 0px 0;
	padding: 10px 15px;
	background: #000000;
	position: relative;
}

#contents .entry-date {
	position: absolute;
	top: 10px;
	right: 15px;
	text-align: right;
}

#contents div.entry-body {
	margin: 10px 0;
}

#contents div.tag {
	background: #333333;
	color: #000000;
	padding: 10px;
	margin: 10px auto;
	width: 480px;
}

#contents div.post_wrapper {
	background: #000000;
	margin: 15px 15px 0 0;
	padding: 10px 15px;
}

#contents div.post_previous {
	width: 290px;
	text-align: left;
	float: left;
}

#contents div.post_next {
	width: 290px;
	text-align: right;
	float: left;
}

#contents .indent {
	padding: 10px 10px;
}

#contents .ddsg-wrapper ul, #contents .ddsg-wrapper li {
	margin-left: 20px;
}

#comments {
	background: #000000;
	margin: 15px 15px 0 0;
	padding: 10px 15px;
}

#comments p {
	margin-left: 20px;
}

#comments ul.related_post {
	list-style:url(images/post.gif) outside;
	margin-left: 45px;
	padding: 5px 0px 0px 5px;
}

#comments ul.related_post li {
	padding-left: 10px;
}

#contents #custom-search {
	line-height: 2em;
}

#contents #custom-search .label {
	width: 100px;
}


/* Sidebar */
.sidebar {
	line-height: 1.5em;
	width: 200px;
	background: #000000;
	text-align: center;
	padding: 10px 0;
	float: left;
}

.sidebar h4 {
	margin: 20px 0px 0px 0px;
	padding: 5px 10px;
	color: #FFFFF;
	font-weight: bold;
	text-align: left;
}

.sidebar ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

.sidebar p {
	padding: 3px 0px 3px 15px;
}

.sidebar ul li.box ul {
	width: 175px;
	margin: 5px 0 5px 0;
	padding: 0;
}

.sidebar ul li.box ul li {
	background: url(images/post.gif) no-repeat;
	padding-left: 20px ;
	line-height: 1.6em;
	/*list-style:url(images/post.gif) outside;*/
}

.sidebar ul li.box ul li.sidebar_comment {
	background: url(images/comment.gif) no-repeat;
}

.sidebar ul li.box ul li.sidebar_trackback {
	background: url(images/trackback.gif) no-repeat;
}

.wpcf7 label {
	font-weight: bold;
}

/* Footer */
#footer {
	clear: both;
	background: #000000;
	margin: 15px auto 0 auto;
	padding: 15px;
	width: 800px;
	text-align: center;
	line-height: 1.5em;
}

a.external_link {
	padding-right: 20px;
	background: url(images/link_go.png) no-repeat center right;
}
