@charset "utf-8";
/*

	Theme Name: Webpiece Design #1

	Theme URI: http://webpiece.jp/

	Description: http://webpiece.jp/

	Version: 1.0

	Author: ETNET Co., Ltd.

	Author URI: http://webpiece.jp/

*/

/* general styles */
*{
	color: #333333;
	font-size: 100%;
	margin:	 0;
	padding: 0;
}

body {
	font-size: 85%;
	background-color: white;
}

img {
	border-width:0px;
}

a {
	text-decoration: none;
}

a:link {
	color:#0000FF;
}

a:visited {
	color: #0000FF;
}

a:hover {
	color: #EE8525;
	text-decoration: underline;
}

.clear {
	clear: both;
}

.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 #DDDDDD;
}

.cite {
	border: 1px dashed #CCCCCC;
	background-color: #EEEEEE;
	padding: 10px;
	margin: 10px;
}

.imageframe {
	border: 1px solid #999999;
	padding: 3px;
}


/* Header */
#header {
	width: 850px;
	margin: auto;
	position: relative;
	min-height:90px;
}

#header h1 {
	padding: 20px 0px 0px 0px;
}

#header #title {
	padding: 20px 0px 0px 0px;
}

#header p {
	margin: 5px 0px 5px 0px;
	width: 625px;
}

#header div#description {
	margin: 5px 0px 0px 0px;
	width: 625px;
}

#search {
	position: absolute;
	text-align: right;
	top: 14px;
	right: 0px;
	line-height: 1.5em;
}


/* Navigation */
#navigation_wrapper {
	width: 100%;
	margin: 20px 0 20px 0;
	background: #000099;
}

#navigation {
	width: 100%;
	background: #000099;
	overflow:hidden;
	position:relative;
}

ul.navlist {
	list-style: none;
	display: block;
	padding:0;
	margin:0;
	position:relative;
	left:50%;
	clear:left;
	float:left;
	text-align:center;
}

ul.navlist li {
	display:block;
	float: left;
	list-style:none;
	margin-left: 3px;
	min-height:25px;
	position:relative;
	right:50%;
}

ul.navlist .current_page_item a, ul#navlist .current_page_item a:visited{
	color: #FFFFFF;
	background: url(images/nav-button-bg.gif) repeat-x;
	padding: 5px 15px;
	font-size: 14px;
	border: 1px solid #0C488B;
	display: block;
}

ul.navlist .page_item a{
	color: #DDEBF4;
	background: url(images/nav-button-bg.gif) repeat-x;
	padding: 5px 15px;
	font-size: 14px;
	border: 1px solid #0C488B;
	display: block;
}

ul.navlist .page_item a:hover {
	color: #FFFFFF;
}


/* 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 ol {
	list-style-type:decimal;
}

#contents dt {
	font-weight: bold;
}

#contents dd {
	margin-left: 20px;
}

#contents_wrapper {
	width: 900px;
	margin: auto;
}

#contents {
	width: 620px;
	float: left;
	line-height: 1.6;
	margin: 0 20px;
	overflow:hidden;
}

#contents #contents_header {
	margin: 20px 0 10px 0;
	padding: 10px 20px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 5px solid #000099;
	background: url(images/imgphpym1.png) repeat;
	color: #000000;
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
}

#contents #contents_header p {
	font-size: 0.7em;
	margin:5px 0 5px 0;
	padding:0;
}

#contents p.breadcrumb {
	margin-left: 10px;
}

#contents div.entry {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}

#contents div.entry-body table.plugins td, #contents div.entry-body table.plugins th {
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 3px;
}

#contents div.entry-body table.plugins {
	border: 1px solid #CCCCCC;
}

#contents ul.news {
	list-style: url(images/newspaper.gif);
}

#contents ul.news li {
	padding-left: 5px;
	line-height: 1.7;
	vertical-align: middle;
}

#contents div.entry_wrapper {
	width: 550px;
	margin: 0 5px;
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 10px 0;
	position: relative;
}

#contents h2.entry-header {
	margin-left: 40px;
	font-weight: bold;
	font-size: 1.6em;
	text-align: left;
	padding: 10px 20px;
	position: relative;
}

#contents .entry_wrapper p {margin:5px 0 5px 0;}

#contents p.postDate {
	border-right: 1px solid #CCCCCC;
	margin: 0;
	padding: 2px 10px 2px 0px;
	position: absolute;
	text-align: center;
	top: 0px;
	left: 0px;
}

#contents p.postDate .mon {
	color: #666666;
	display: block;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
}

#contents p.postDate .day {
	color: #CCCCCC;
	display: block;
	font-family: 'Arial';
	font-size: 27px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 27px;
}

#contents div.content-nav {
	text-align: center;
}

#contents div.post_previous {
	width: 280px;
	margin: 10px 5px 10px 10px;
	text-align: left;
	float: left;
}

#contents div.post_next {
	width: 280px;
	margin: 10px 5px 10px 10px;
	text-align: right;
	float: left;
}

#contents h3 {
	margin: 20px 0 10px 0;
	padding: 10px 10px;
	background: url(images/imgphpym1.png) repeat;
	color: #0600B3;
	font-weight: bold;
	text-align: left;
}

#contents p.utwreltags {
	margin-bottom: -15px;
}

#contents .indent {
	padding: 10px 10px;
}

#contents .ddsg-wrapper ul, #contents .ddsg-wrapper li {
	margin-left: 20px;
}

#comments {
	margin: 10px 0 10px 0;
}

#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;
}


/* Sidebar */
.sidebar {
	width: 200px;
	background: #ffffff;
	text-align: left;
	float: left;
}

.sidebar h4 {
	margin: 20px 0px 0px 0px;
	padding: 5px 10px;
	border-bottom: 1px dashed #0600B3;
	border-left: 5px solid #0600B3;
	background: url(images/imgphpym1.png) repeat;
	color: #0600B3;
	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;
	overflow:hidden;
}

.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;
}

/* Footer */
#footer {
	clear: both;
	padding: 40px 0 10px 0;
	width: 850px;
	margin: auto;
	text-align: center;
}

a.external_link {
	padding-right: 20px;
	background: url(images/link_go.png) no-repeat center right;
}

.syntax_hilite {width:460px; overflow:auto;}

table.tablesorter {
	font-family:arial;
	background-color: #AECEEC;
	margin:10px 0pt 15px;
	width:90%;
	text-align: left;
	border-collapse:collapse;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	font-size: 8pt;
	border:1px solid #FFF;
	padding: 10px 5px;
}
table.tablesorter thead tr th {
	white-space: nowrap;
}
table.tablesorter .none {
	display: none;
}
table.tablesorter thead tr .header {
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-right: 20px;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	border:1px solid #FFF;
	background-color: #FFF;
	vertical-align: middle;
}
table.tablesorter tbody td.notfound {
	color: #3D3D3D;
	padding: 10px;
	text-align:center;
	vertical-align: middle;
}
table.tablesorter tbody tr.odd td {
	background-color: #F0F0F6;
}
table.tablesorter tbody tr.hover td {
	background-color:#AECEEC;
}
table.tablesorter tbody tr.edit td {
	background-color:#FF9999;
}
table.tablesorter thead tr .headerSortUp {
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-right: 20px;
}
table.tablesorter thead tr .headerSortDown {
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-right: 20px;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}

.style1 {color:#FF0000;}
.style2 {color:#0000FF;}

.tweet { float:right; margin:10px 10px 0 0; }

.area{
	line-height: 150%;
	font-size: 11px;
	text-decoration: none;
	color: #CCCCCC;
	margin-top:20px;
}

.area a:link {
	color: #666666;
	text-decoration: none;
}

.area a:visited {
	color: #999999;
	text-decoration: none;
}

.area a:hover {
	color:#003399;
	text-decoration: underline;
}

.social ul li	{ float:left; display:inline; margin-right:10px; }
.entry-footer	{ clear:both; }
