/* ######## サイトの外側の部分 ######### */
body {
	background-color: white;	/* サイトの余白の背景色 */
	text-align: center;
	margin: 0px;	padding: 0px;
}
/* ######## 基本となるリンクの色　ここから ######## */
a {text-decoration: underline;}
a:link,a:visited,a:active {color: #06f;}
a:hover {
	color: #f03;
	background-color: #fcf;
	text-decoration: none;
}
/* ######## 基本となるリンクの色　ここまで ######## */

/* ######## サイト全体に関わるデフォルト値の設定　ここから ######## */
#container {
	width: 750px;	/* サイトの幅 */
	color: #333;	/* フォントの色 */
	background: white;	/* サイトの背景 */
	text-align: left;
	font-family: "Osaka", Verdana, Arial, sans-serif, "ＭＳ Ｐゴシック" ;
	line-height: 150%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
.red	{ color: #ff0000; }	.bgred		{ background-color: #ff3333; }
.yellow	{ color: #ffff00; }	.bgyellow	{ background-color: #ffff33; }
.blue	{ color: #336699; }	.bgblue		{ background-color: #6699ff; }
.green	{ color: #008000; }	.bggreen	{ background-color: #00cc00; }
.cyan	{ color: #00ffff; }	.bgbrown	{ background-color: #cc6600; }
.purple	{ color: #800080; }	.bgpink		{ background-color: #ff99cc; }
.gray	{ color: #808080; }	.bggray		{ background-color: #808080; }

.green { color: #080; }
.small { font-size: small; }
.big { font-size: medium; }
h1, h2, h3, h4, h5, h6 {margin: 0px;padding: 0px;}
h1, h2, h3, h4, h5, h6 {font-size: medium;}

/* ######## サイト全体に関わるデフォルト値の設定　ここまで ######## */


/* ######## サイトヘッダー（タイトル部）　ここから ######## */
#banner {
	text-align: left;
background-image:url(http://naisousibou.com/header.jpg);
height:157px;
}
#banner a { text-decoration: none; }
#banner a:hover { text-decoration: none;}
#banner h1 {
	font-size: small;display: none;
}
#banner h2 {
	color: #333;
	font-size: small;
	display: none;
}



/* ######## サイトヘッダー（タイトル部）　ここまで ######## */


/* ######## 各カラムの幅、色の設定　ここから ######## */
#top, #category, #entry {
	width: 566px;
	float: left;
	margin: 0px;	padding: 0px;
	overflow: hidden;
}
#left {
	width: 180px;	/* 左側メニューの幅 */
	float: left;
	margin: 0px;	padding: 0px;
	overflow: hidden;
}
/* ######## 各カラムの幅、色の設定　ここまで ######## */


/* ######## 左右の(サブ)メニュー　ここから ######## */
.sidebar a { text-decoration: none; }
.sidebar a:hover { text-decoration: underline; }
.sidebar {
	font-size: small;
	padding: 0px 5px 10px 5px;
	margin: 0px;
}
.sidebar h2 {
	color: #666;
	background-color: #fff2cc;
	font-size: small;
	font-weight: bold;
	text-align: center;
	line-height: 120%;
	border: outset 1px #e6b34d;
	padding: 3px 1px;
}
.sidebar ul {
	line-height: 150%;
	list-style-type: none;
	padding: 0px;	margin: 0px;
	margin-bottom: 1.5em;
}
.sidebar li {
	text-align: left;
	margin-top: 2px;
	padding-bottom: 2px;
}
.sidebar ul ul {margin: 0px; margin-bottom: 10px;}
.sidebar ul ul ul {margin: 0px; margin-bottom: 8px;}
.sidebar ul ul li {border-bottom: 1px solid #039;}
.sidebar ul ul ul li {
	background: url(images/side_dot.gif) no-repeat 0 0;
	padding-left: 11px;
	border-bottom: 1px dashed #039;
}
.sidebar ul.push li {
	list-style: none url(images/list-arrow_push.gif);
	margin-left: 15px;
}
.sidebar ul.push li a {
	text-decoration: underline;
}
.mail {
	background: url(images/mail.gif) no-repeat 0 0;
	padding-left: 32px;
}
#powered, .link-note {
	line-height: 120%;
	font-size: x-small;
}
/* ######## 左右の(サブ)メニュー　ここまで ######## */


/* ######## 全体に関するデフォルト値の設定　ここから ######## */
.content {
	font-size: small;;
	line-height: 150%;
	font-weight: normal;
	margin: 0px;
	padding: 0px 10px 10px 10px;
}
.navibar {		/* ナビゲーションバー */
	font-size: x-small;
	margin-bottom: 5px;
	padding: 0px;
	text-align: right;
}
.content p {
	font-size: 105%;
	text-align: left;
	margin: 0px;
	margin-bottom: 1em;
}
.content h1, .content h2, .content h3, .content h4 {
	margin-bottom: 0.5em;
}
.content p.posted {	/* 投稿者情報 */
	color: #999;
	font-size: small;
	border-top: 1px solid #999;
	text-align: left;
	margin-bottom: 25px;
	padding: 3px;
}
/* ######## 全体に関するデフォルト値の設定　ここまで ######## */


/* ######## サイトフッター　ここから ######## */
#footer {
	width: 100%;
	font-size: small;
	text-align: center;
	border-top: 1px solid #039;
	margin: 0px;
	padding: 3px 0px 30px;
	clear: both;
}
#footer a { text-decoration: none;}
/* ######## サイトフッター　ここまで ######## */


/* ######## トップページで使用するもの　ここから ######## */
#top h3 {
	color: #1a40b3;
	border-left: 16px solid #1a40b3;
	padding-left: 0.5em;
}
#topentry {
	background-color: #ffc;
	border: 2px dashed #9c0;
	padding: 10px;
	margin-bottom: 2em;
}
#topentry div.entryexcerpt {
	border-bottom: 1px solid #ccc;
	margin-bottom: 0.5em;
}
#topentry strong {font-size: medium;}
#topentry strong a {}

div.update {margin: 0px; margin-bottom: 3em;}
div.update h3 {font:italic bold large Georgia,Verdana,'Times New Roman',Arial;}
div.update span.day {margin-right: 1em;}
div.update div.line {
	border-bottom: 1px dotted #039;
	margin: 0px;
	padding: 3px;
}
/* ######## トップページで使用するもの　ここまで ######## */


/* ######## カテゴリページで使用するもの　ここから ######## */
#category h1, #entry h1 {
	color: #369;
	background-color: #d2dff9;
	text-align: center;
	border: 1px solid #69c;
	padding: 5px;
}
#category h2 {
	border-left: 6px solid #309;
	border-bottom: 1px solid #309;
	padding: 5px;
}
#category h2 a {text-decoration: none;}

.cat_body, .entry_body {
	margin: 0 10px 2em 10px;
}


ul.itemlist {
	margin-left: 0px;
	padding-left: 0px;
}

.itemlist li {
	list-style: none;
	margin-bottom: 20px;
}

/* ######## カテゴリページで使用するもの　ここまで ######## */


/* ######## 個別エントリーページの設定　ここから ######## */
.pagetop {
	text-align: right;
	margin-bottom: 3px;
}
.entrymenu {		/* カテゴリー内エントリーのメニュー */
	text-align: center;
	margin-bottom: 40px;
}
.entrymenu img {vertical-align:middle;}

#entry h2 {
	color: #c03;
	font-size: small;
	border-left: 7px double #c03;
	padding-left: 0.3em;
}
#entry h3 {
	color: #1a40b3;
	font-size: medium;
	border-left: 6px solid #1a40b3;
	border-bottom: 1px solid #1a40b3;
	padding: 3px 0.5em;
	margin-top: 1em;
	margin-bottom: 2px;
}
#trackback_url {
	color: #333;
	font: x-small Verdana, Arial, sans-serif;
	padding-left: 0.2em;
}
.comment {
	border-bottom: 1px dashed #999;
	padding-bottom: 5px;
	margin-bottom: 1em;
}
/* ######## 個別エントリーページの設定　ここまで ######## */