@charset "utf-8";
@import url("common.css");
/*
Theme Name: ARTIFACT Development blog
Author: ARTIFACT
Author URI: http://artifact.jp/
Description: アーティファクト開発ブログ
Version:20210201.001
Requires at least:2.1.7
Tested up to:3.6
Requires PHP:5.1
License:private
License URI:none
Text Domain:ja
 * Last Up Date: 2009-04-08 00:00
*/

/* ------ body */
body {
	background: #C8C8C8;
	color: #333;
}

/* ------ a */
#contents a:link,
#footer a:link { 
	color: #0099CC;
}
#contents a:visited,
#footer a:visited {
	color: #006699;
}
#contents a:hover,
#footer a:hover {
	background: #66C2E0;
	color: #FFF;
}
#contents p a:hover {
	font-weight: bold;
	color: #0099CC;
	background: none;
}
#contents a:active,
#footer a:active {
	color: #0099CC;
	background: none;
	font-weight: lighter;
}
#contents h1 a,
#contents h2 a,
#contents h3 a,
#contents p a,
#sidebar h1 a,
#sidebar h2 a,
#sidebar h3 a,
#sidebar p a,
#sidebar ul a,
#footer p a { 
	padding: 1px 4px;
}
#contents .entry p a {
	padding: 0;
}
#sidebar a:link { 
	color: #FFF;
	font-weight: bold;
}
#sidebar #category a:link { 
	font-weight: bold;
}
#sidebar a:visited {
	color: #FFF;
	font-weight: bold;
}
#sidebar ul a:hover,
#sidebar p a:hover {
	background: #FFF;
	color: #0099CC;
}
#sidebar a:active {
	color: #FFF;
	background: none;
	text-decoration: underline;
	font-weight: lighter;
}

/* ------ container */
#container {
	margin: 3px auto;
	width: 868px;
	background: url(img/background.gif) no-repeat top center;
	text-align: left;
}

#container-middle {
	margin: 0 auto;
	width: 868px;
	background: url(../img/background_middle.gif) top;
}

#container-inner {
	width: 868px;
	background: url(img/background_bottom.gif) no-repeat bottom;
}

/* ------ header */
#header {
	padding-top: 24px;
	margin-left: 24px;
	width: 818px;
	height: 140px;
}
h1 {
	margin: 20px 0 0 20px;
	float: left;
	width: 500px;
}
#header-right {
	float: right;
	width: 205px;
	height: 135px;
	text-align: center;
}
#header-right img {
	margin-top: 10px;
}
#searchform {
	margin: 42px auto 0;
	width: 190px;
	text-align: left;
}
#header-right .inputTxt {
	float: left;
	padding: 2px;
	width: 130px;
	background: #AAD7E2;
	border: none;
}
#header-right .submit {
	float: right;
	width: 50px;
	height: 20px;
}

/* wrap
------------------------------ */
#wrap {
	margin: 6px auto 0;
	width: 868px;
	background: url(img/background_middle.gif) top;
}

/* contents
------------------------------ */
#contents {
	float: left;
	width: 618px;
}
#post-contents {
	margin: 20px 0 25px;
}
#date {
	margin-left: 38px;
	float: left;
	width: 57px;
	height: 104px;
	background: url(img/date.gif) no-repeat;
}
#date p {
	margin-top: 2px;
	text-align: center;
}
#date p.month {
	font-weight: bold;
	color: #0099CC;
}
#date p.day {
	font-size: 152%;
	font-weight: bold;
	color: #FFF;
}
#contents h2 {
	border-bottom: 2px solid #0099CC;
	font-size: 152%;
	font-weight: bold;
	color: #0099CC;
}
#post-txt {
	width: 508px;
	float: right;
}
#post-txt .postmetadata {
	margin: 2px 0 10px 4px;
}
#post-txt .entry,
.mceTemp {
	margin: 10px 0;
}
#post-txt .entry p {
	margin: 10px 0;
}
.navigation-top {
	margin: 10px 0 0 110px;
	width: 500px;
}
.navigation-search {
	margin-left: 90px;
	width: 500px;
}
.navigation {
	clear: both;
	margin: 0 auto;
	width: 90%;
}
p.pagetitle {
	margin: 10px 0 0 40px;
	padding: 2px 0 2px 5px;
	border-left: 12px solid #CCC;
	background: #EBEBEB;
	font-size: 116%;
	font-weight: bold;
	color: #999;
}
img.noSearch {
	margin: 70px 0 0 110px;
}
.entry div.wp-caption {
	padding: 0;
	text-align: center;
}
.entry .wp-caption-text {
	font-weight: bold;
	color: #999;
}

/* sidebar
------------------------------ */
#sidebar {
	float: right;
	width: 209px;
	background: #0099CC url(img/sidebar_bottom.gif) no-repeat left bottom;
	color: #66FFFF;
	margin: 0px 25px 0px 0px;
}
#sidebar-inner {
	padding: 10px 0 10px 12px;
}
#sidebar-inner h2 {
	margin-bottom: 10px;
}
.side {
	margin: 10px 0 20px;
	padding-bottom: 20px;
	border-bottom: 4px dotted #FFF;
}
.noBorder {
	border: none;
}
.side-contents {
	margin: 0 auto;
	text-align: center;
}
#category ul li,
#archive ul {
	margin: 0 0 5px 9px;
}
#category ul li {
	padding: 6px 0 0 22px;
	height: 21px;
}
#category ul li.cat-item-8 {
	background: url(img/icon_avalon.gif) no-repeat left;
}
#category ul li.cat-item-7 {
	background: url(img/icon_mypage.gif) no-repeat left;
}
#category ul li.cat-item-6 {
	background: url(img/icon_magi.gif) no-repeat left;
}
#category ul li.cat-item-5 {
	background: url(img/icon_other.gif) no-repeat left;
}
#category ul li.cat-item-4 {
	background: url(img/icon_ocean.gif) no-repeat left;
}
#category ul li.cat-item-3 {
	background: url(img/icon_guardian.gif) no-repeat left;
}
#link .side-contents img {
	margin-bottom: 5px;
	border: 1px solid #FFF;
}
em {
	font-weight: bold;
	color: #999;
}

.poll-question {
	font-size: 115%;
	font-weight: bold;
}

/* footer
------------------------------ */
#footer {
	margin: 0px auto 0;
	padding-bottom: 27px;
	width: 800px;
	text-align: center;
	font-weight: bold;
	color: #999;
}
