/* ######## サイトの外側の部分 ######### */
body {
	background-color: white;
	text-align: center;
}
/* ######## 基本となるリンクの色　ここから ######## */
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-color: fff;
	text-align: left;
	font-family:"Osaka",Verdana, Arial, sans-serif,"ＭＳ　Ｐゴシック";
                letter-spacing:1px;
	line-height: 150%;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
.red { color: #F00; }
.blue { color: #00F; }
.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 {
	margin: 0;
	padding:0;
	text-align: left;
	margin-bottom: 10px;
	background: #fff url(images/head_bg.jpg) 0 0 no-repeat;
	height: 180px;
	position: relative;
}
#banner a { text-decoration: none; }
#banner a:hover { text-decoration: none;}
#banner h1 {
	margin: 0;
	padding:0;
	position: relative;
	top: 24px;
	left: 5px;
}
#banner h1 img{
	border: none;
}
#banner h2 {
	margin: 0;
	padding:0;
	position: absolute;
	top: 95px;
	right: 20px;
	width: 415px;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	line-height: 130%;
}
/* ######## サイトヘッダー（タイトル部）　ここまで ######## */


/* ######## 各カラムの幅、色の設定　ここから ######## */
#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: 5px;
	margin: 0px;
}
.sidebar h2 {
	color: white;
	background-color: #004d99;
	font-size: small;
	font-weight: bold;
	text-align: center;
	line-height: 130%;
	border: outset 2px #004d99;
	padding: 5px 1px;
}
.sidebar ul {
	line-height: 120%;
　　　　　　　list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 30px;
}
.sidebar li {
	text-align: left;
	margin-top: 5px;
	padding-bottom: 5px;
}
.sidebar ul ul {margin: 0px; margin-bottom: 10px;}
.sidebar ul ul ul {margin: 0px; margin-bottom: 5px;}
.sidebar ul ul li {border-bottom: 1px solid #039;}
.sidebar ul ul ul li {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, .sidebar ul.entrylist li{
	margin-top: 3px;
	padding-bottom: 3px;
}
#home a{	/* 「HOMEへ戻る」リンク */
	background-color: transparent;
}
.link-note, #powered {
	font-size: x-small;
	line-height: 120%;
	padding: 0px;
	margin: 0px;
}
#powerd {
	margin-top: 15px;
}
/* ######## 左右の(サブ)メニュー　ここまで ######## */


/* ######## 全体に関するデフォルト値の設定　ここから ######## */
.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;
}
.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 {
	font-size: small;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #039;
	width: 100%;
	margin: 0px;
	padding: 3px 0px 30px;
	clear: both;
}
#footer a { text-decoration: none;}
/* ######## サイトフッター　ここまで ######## */


/* ######## トップページで使用するもの　ここから ######## */
#top h4 {
	color: #1a40b3;
	border-left: 20px solid #1a40b3;
	padding-left: 0.5em;
}
#topentry {
	background-color: #ffc;
	border: 2px dashed #9c0;
	padding: 10px;
}
#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 h4 {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;}
ul.itemlist {
	list-style-type: none;
	margin: 0px; margin-top: 1em;
	padding-left:0px;
}
ul.itemlist li {margin-bottom: 2em;}

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


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

#Trackback_and_Comment h4 {
	color: #1a40b3;
	border-left: 6px solid #1a40b3;
	border-bottom: 1px solid #1a40b3;
	padding: 3px 0.5em;
	margin-top: 1em;
	margin-bottom: 2px;
}
#Trackback_and_Comment p {margin: 0px; margin-bottom: 0.2em;}
#trackback_url {
	color: #333;
	font: x-small Verdana, Arial, sans-serif;
	padding-left: 0.2em;
}
/* ######## 個別エントリーページの設定　ここまで ######## */
