/*
THEME NAME:  Heikinritsu (via Sandbox)
THEME URI:  
DESCRIPTION:  ver.2008/08/07
TAGS:  
VERSION:  
AUTHOR:  Kohji Arihara
AUTHOR URI: 
*/

body, div {
	margin:0;
	padding:0;
	}
body {
	background-color:#333;
	background-image:url('./images/h_pattern_stripe.png');
	font-size:13px;
	font-weight:normal;
	line-height:20px;
	font-family:sans-serif;
 	}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	}
a {
	color: #17f;
	border-bottom: 1px dotted #e4e4e4;
	padding-bottom: 1px;
	text-decoration: none;
	}
a:hover {
	border-bottom: 1px solid #ccc;
	color: #15f;
	}
ul li {
	background: transparent url('./images/arrow_list.png');
	background-position: 0 0.5em;
	background-repeat: no-repeat;
	margin: 0.25em 0 0.25em 4px;
	padding: 0 0 0 12px;
	list-style-type: none;
	}
dl {
	font-size:92%;
	margin-left:1em;
	padding-left:1em;
	border-left:3px solid #f0f0f0;
	}

hr {
	border:1px solid #ddd;
	padding:0;
	height:1px;
	}

/* illustration */

.illustration img, .category-illustration .entry-content img {
	padding: 5px;
	border: 1px solid #ddd;
	}
.illustration a {
	border: none;
	}
.illustration a:link img, .illustration a:visited img, .entry-content a:link img, .entry-content a:visited img {
	border: 1px solid #ddd;
	}
.illustration a:hover img, .entry-content a:hover img {
	border: 1px solid #aaa;
	}
div.category-illustration .entry-title,
body.category-illustration .entry-title {
	display:none;
	}
ul.thumbnail_list {
	list-style-type:none;
	margin:0;
	padding:0 30px;
	}
ul.thumbnail_list li {
	/* inline����height�������Ȃ��̂�float�őΉ� */
	float:left;
	width:124px;
	height:124px;
	margin:0;
	padding:0;
	text-align:center;
	vertical-align:middle;
	background-image:none;
	}
ul.thumbnail_list li a {
	border:none;
	}
ul.thumbnail_list li a img {
	padding:2px;
	border:1px solid #ddd;
	}
ul.thumbnail_list li a:hover img {
	padding:2px;
	border:1px solid #aaa;
	}

/* float fix */
div {
    zoom:1;	/* for IE 5.5-7 */
	}
div:after{	/* for modern browser */
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
	}
div.entry-content img {
	margin-bottom:5px;
	}

/* WP-sticky */

body.home div.p1.category-information h2.entry-title {
	display:none;
	}
body.home div.p1.category-information div.entry-content {
	border:2px solid rgb(255,255,245);
	background-color:rgb(255,255,230);
	font-size:85%;
	margin-bottom:40px;
	}
body.home div.p1.category-information div.entry-meta {
	display:none;
	}
body.home div.p1.category-information ul {
	margin:0;
	padding:1em;
	}
body.home div.p1.category-information ul li {
	background-position: 0 0.5em;
	margin: 0;
	padding: 0 0 0 12px;
	}

/* webclap */
div#webclap {
	display:none;
	position:absolute;
	top:15px;
	left:545px;
	}
div#webclap a img {
	border:none;
	}
div#webclap a {
	border:none;
	}

/* layout ------------------------------------------------------------------- */

div#wrapper {
	width: 830px;
	margin:0 auto;
	position:relative;
	}
div#header {
	padding:50px 30px 0 30px;
	width: 600px;
	background-color:#fff;
	}
div#container {
	padding:20px 30px 10px 30px;
	width: 600px;
	background-color:#fff;
	}
div#content {
	}
div.sidebar {
	overflow: hidden;
	width: 150px;
	margin-top:120px;
	padding: 20px 5px 15px 15px;
	background-color:#fff;
	font-size:100%;
	line-height:1.8em;
	-moz-opacity:0.8;
	opacity:0.8;
	filter:alpha(opacity=80);
	}
div#primary {
	position: absolute;
	top:20px;
	left:680px;
	}
div#footer {
	margin-bottom:20px;
	border-top: 1px solid #e4e4e4;
	padding:10px 30px 30px 30px;
	font-size:77%;
	width: 600px;
	background-color:#fff;
	border-bottom:5px solid #ddd;
	}
	
/* header ------------------------------------------------------------------- */

div#header {
	}
div#access div.skip-link {
	display:none;
	}
div#menu {
	display:none;
	}
div#header h1#blog-title {
	margin:0;
	padding-bottom:10px;
	}
div#header h1#blog-title a {
	letter-spacing:0.25em;
	border: none;
	font-size: 26px;
	color:#666;
	}
div#header h1#blog-title a img {
	border:none;
	margin-left:5px;
	}
div#header h1#blog-title a:hover {
	color:#999;
	}
div#header div#blog-description {
	display:none;
	font-size:92%;
	color:#999;
	margin-left:3px;


	}
















/* content ------------------------------------------------------------------- */

.page-title {
	font-size:100%;
	color:#888;
	letter-spacing:0.1em;
	padding-bottom:1.2em;
	/*border-bottom:1px dotted #999;*/
	background-image:url('./images/h_stripe_nr.png');
	background-repeat:repeat-x;
	background-position:left bottom;
	margin-bottom:1.5em;
	}
.page-title span {
	font-size:122%;
	}
.entry-title {
	clear: both;
	color: #444;
	font-size: 122%;
	margin:2em 0 0.5em 0;
	}
.entry-title a {
	color: #444;
	border: none;
	}
.entry-title a:hover {
	color: #777;
	border: none;
	}
div.post {
	clear:both;
	margin-top:20px;
	min-height: 1px;
	}
body.single h2, body.page h2 {
	margin:2em 0 0.5em 0;
	font-size:18px;
	}
.entry-date {
	display:none;
	}
a.more-link {
	font-size:85%;
	}
div#container,div.sidebar {
	}
div#nav-above {
	display:none;
	}
div#nav-above,div#nav-below {
	width: 100%;
	}
div#nav-above {
	}
div#nav-below {
	clear:both;
	padding-bottom: 5em;
	}
.alignleft,div.nav-previous {
	float:  left;
	}
.alignright,div.nav-next {
	float:  right;
	}
form#commentform .form-label {
	margin: 1em 0 0;
	}
form#commentform span.required {
	background: #fff;
	color: red;
	}
form#commentform,form#commentform p {
	padding: 0;
	}
input#author,input#email,input#url {
	width: 50%;
	}
input#author,input#email,input#url,textarea#comment {
	padding: 0.2em;
	}
div.comments ol li {
	margin: 0 0 3.5em;
	}
textarea#comment {
	height: 13em;
	margin: 0 0 0.5em;
	overflow: auto;
	width: 66%;
	}
code {
	color:#333;
	}
div.entry-meta {
	font-family: Helvetica, Arial, sans-serif;
	text-transform:lowercase;
	margin:0 0 60px 0;
	clear: both;
	float:left;
	background-color: #fffbd5;
	border-bottom: 1px solid #f4f0c6;
	border-top: 1px solid #fcfbed;
	color: #888;
	font-size:85%;
	padding: 2px 5px;
	}
div.entry-meta span.vcard a {
	color:#888;
	}

/* comment */
div.comments, div.formcontainer {
	font-size:85%;
	}
.avatar {
	display:none;
	}
div.comments ol li {
	margin:0.5em 0;
	padding:0.75em 1.25em;
	border:1px solid #e0e0e0;
	border-width:1px 0;
	background-color:#f4f4f4;
	}
div.comments ol {
	padding:0;
	list-style-type:none;
	}

/* sidebar ------------------------------------------------------------------- */

div.sidebar {
	}
div.sidebar div,div.sidebar h3,div.sidebar ul,div.sidebar li {
	margin: 0;
	padding: 0;
	}
div.sidebar h3 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 107%;
	font-weight: bold;
	margin: 0.5em 0 0 0;
	}
div.sidebar a {
	color:#333;
	border:none;
	padding-bottom:1px;
	}
div.sidebar a:hover {
	color:#000;
	/*border-bottom:1px solid #333;*/
	background-color:#bbb;
	}
div.sidebar input#s {
	width: 7em;
	}
div.sidebar li {
	color:black;
	}
div.sidebar li form {
	margin: 5px 0;
	padding: 0;
	}
div.sidebar ul li {
	background-image:none;
	margin-bottom:1em;
	}
div.sidebar ul ul {
	}
div.sidebar ul ul li {
	background: transparent url('./images/arrow_list.png');
	background-position: 0 0.5em;
	background-repeat: no-repeat;
	margin: 0 0 0 4px;
	padding: 0 0 0 12px;
	list-style-type: none;
	}
div.sidebar ul ul ul {
	}
div.sidebar ul ul ul li {
	}
div.sidebar li#search h3 {
	display:none;
	}
div.sidebar li#tags, div.sidebar li#archives, div.sidebar li.cat-item-1, div.sidebar li#meta {
	display:none;
	}

/* footer ------------------------------------------------------------------- */

div#footer {
	text-transform:lowercase;
	}

