@charset "utf-8";
@import url(./reset.css);
/*
Theme Name: Nijimo Press1
Theme URI: http://nijimo.jp/
Description: 株式会社ニジモのワードプレステーマ
Version: 1.0
Author: 株式会社ニジモ
Tags: 
*/

body {
	color: #666;
	font-size: 78%;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, verdana, 'ＭＳ Ｐゴシック', sans-serif;
	background: #f0f0f0;
}

a {
	color: #258FB8;
}

a:visited {
	color: #995899;
}

a:hover {
	color: #FF9900;
}

a img {
	border: none;
}

p {
	margin-bottom: 1em;
}

hr {
	display: none;
}

table{
	width:100%;
	border-collapse:collapse;
}

th{
	white-space: nowrap;
	padding:4px 6px;
	font-weight:400;
	text-align:left;
	border:#ccc solid 1px;
	vertical-align: middle;
	background:url(./images/th_bg.gif);
}

td{
	padding:4px 6px;
	border:#ccc solid 1px;
}

ol {
	margin-bottom: 1em;
}

ol li {
	margin-left: 3em;
	list-style: decimal;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 800px;
	border-top: solid 4px #96C568;
	background: #fff;
}

#header {
	position: relative;
	padding: 10px;
}

#header h1 {
	float: left;
	display: inline;
	width: 230px;
	height: 60px;
	overflow: hidden;
	zoom: 1;
	background: url(./images/logo.png) no-repeat;
}

#header h1 a {
	display: block;
	width: 230px;
	height: 60px;
}

#header h1 a span {
	position: absolute;
	display: block;
	text-indent: -2000px;
}

#header h2 {
	float: left;
	display: inline;
	margin: 20px 0 0 10px;
	line-height: 110%;
	font-weight: 400;
}

#s {
	padding:0;
	margin-right: 4px;
	width: 160px;
	line-height: 1em;
}

#header_menu {
	clear: both;
	float: left;
	position: relative;
	display: block;
	width: 780px;
	height: 32px;
	background: url(./images/header_menu_bg.gif) no-repeat;
}

#header_menu ul {
	margin: 9px 0 0 20px;
	line-height: 110%;
}

#header_menu li {
	float: left;
	display: inline;
	margin-right: 20px;
}

#header_menu li a {
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

#searchform {
	float: right;
	position: absolute;
	top: 5px;
	right: 20px;
	display: inline;
}

#content {
	clear:both;
	float:left;
	display: inline;
	padding: 20px;
}

#main {
	float: left;
	display: inline;
	margin: 0 20px 20px 0;
	width: 560px;
	line-height: 140%;
}

#main .entry {
	padding: 0 20px;
	margin-bottom: 20px;
	background: url(./images/main_entry_bg.gif) repeat-y;
}

#main .entry h3 {
	margin: 0 -20px;
	padding: 15px 20px 10px 20px;
	width: 520px;
	color: #999;
	font-size: 140%;
	line-height: 100%;
	background: url(./images/main_h3_bg.gif) top left no-repeat;
}

#main .entry h3 a {
	color: #963;
}

#main .entry h3 a:hover {
	color: #f90;
}

#main .entry h3 .tag {
	font-size: 70%;
	font-weight: 400;
}

#main .entry_body {
	margin: 0 -20px;
	padding: 10px 20px;
	width: 520px;
	font-family:'ＭＳ Ｐゴシック', sans-serif;
	background: url(./images/main_entry_text_bg.gif) bottom left no-repeat;
}

#main .entry_body:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0em;   
    clear: both;   
}

#main .entry_info {
	padding: 4px;
	font-size: 88%;
	border-top: solid 1px #ccc;
	border-bottom: solid 2px #4a0;
}

#main .entry_info img {
	vertical-align: middle;
}

#main .tag_cloud {
	padding: 20px;
	margin-bottom: 10px;
	border: solid 1px #ccc;
}

#main .tag_cloud a {
	text-decoration: none;
}

#comments {
	padding: 0 20px;
	margin-bottom: 20px;
	background: url(./images/main_entry_bg.gif) repeat-y;
}

#comments h3 {
	margin: 0 -20px;
	padding: 15px 20px 10px 20px;
	width: 520px;
	line-height: 100%;
	background: url(./images/main_h3_bg.gif) top left no-repeat;
}

#comments .comment_body {
	margin: 0 -20px;
	padding: 10px 20px;
	width: 520px;
	background: url(./images/main_entry_text_bg.gif) bottom left no-repeat;
}

#comments ol li {
	margin: 0;
	padding: 10px;
	border-bottom: dotted 1px #ccc;
	list-style: none;
}

#comments .comment_avatar {
	float: left;
	margin: 0 10px 10px 0;
	width: 42px;
}

#comments .comment_text {
	float: left;
	width: 445px;
}

#comments .comment_meta {
	clear: left;
}

#sidebar {
	float: left;
	display: inline;
	margin: 0 0 20px 0;
	width: 180px;
	line-height:140%;
}

#sidebar h3 {
	padding: 9px 0 10px 0;
	text-align: center;
	color: #fff;
	line-height: 100%;
	background: url(./images/sidebar_h3_bg.gif) top left no-repeat;
}

#sidebar .box {
	margin-bottom: 20px;
	background: url(./images/sidebar_entry_bg.gif) repeat-y;
}

#sidebar .box li {
	border-bottom: dotted 1px #ccc;
}

#sidebar .box_body {
	padding: 10px 20px 20px 20px;
	width: 140px;
	background: url(./images/sidebar_entry_text_bg.gif) bottom left no-repeat;
}

#footer {
	clear: both;
	padding: 10px;
	text-align: center;
	border-top: solid 1px #ccc;
	border-bottom: solid 6px #96C568;
}

.syntax_hilite {
	padding-top: 12px;
	border: solid 1px #ccc;
	background: #eee;
}

.syntax_hilite .langName {
	margin-left: 12px;
}

.navigation {
	margin: 0 auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.alignleft {
	float: left;
	margin-right: 10px;
}

