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

/* ######## サイト全体に関わるデフォルト値の設定　ここから ######## */
#container {
	width: 760px;	/* サイトの幅 */
	color: #333;	/* フォントの色 */
	background: white;	/* サイトの背景 */
	text-align: left;
	font-family: "Osaka", Verdana, Arial, sans-serif, "ＭＳ Ｐゴシック" ;
	line-height: 150%;
	margin: 0px;	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; }

.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 {
	background: white url(images/skin04_back.jpg) no-repeat right top;
	height: 150px;
	text-align: left;
	padding: 15px;	padding-bottom: 0px;
	margin: 0px;
/*	margin-bottom: 10px; */
}
#banner a { text-decoration: none; }
#banner a:hover {
	color: #c00;
	background-color: transparent;
	text-decoration: none;
}
#banner h1,h2 {
	font-size: x-large;
	margin-top:35px;
}
#banner h3 {
	color: #333;
	font-size: small;
	margin-top: 0.5em;
}

#banner p {
	font-size: 80%;
	text-align: left;
	margin: 0px;
	margin-bottom: 1em;
}

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


/* ######## 各カラムの幅、色の設定　ここから ######## */
#top, #category, #entry {
	width: 520px;
	float: left;
	margin: 0px;	padding: 0px;
	overflow: hidden;
}
#left {
	width: 230px;	/* 左側メニューの幅 */
	float: right;
	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 b {
	color: #c03;
	background: url(images/skin04_sidetitle.gif) no-repeat left center;
	font-size: small;
	text-align: left;
	line-height: 120%;
	padding: 3px 1px;
	padding-left: 1.5em;
/* 	border-bottom: 3px double #c03; */
}
.sidebar ul {
	line-height: 120%;
	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: 15px;}
.sidebar ul ul ul {margin: 0px; margin-bottom: 8px;}
.sidebar ul ul li {border-bottom: 1px solid #c03;}
.sidebar ul ul ul li {
	background: url(images/skin04_list-arrow.gif) no-repeat left 20%;
	padding-left: 1em;
	border-bottom: 1px dashed #c03;
}
.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 {
	font-size: x-small;
	line-height: 120%;
}
/* ######## 左右の(サブ)メニュー　ここまで ######## */


/* ######## 全体に関するデフォルト値の設定　ここから ######## */
.content {
	font-size: small;
                     letter-spacing: 1px;
	line-height: 190%;
	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;
}
/* ######## 全体に関するデフォルト値の設定　ここまで ######## */


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


/* ######## トップページで使用するもの　ここから ######## */
#top h2,h3 {
	color: #c03;
	border-left: 16px solid #c03;
	padding-left: 0.5em;
}
#topentry {
	background-color: #ffc;
	border: 2px dashed #03c;
	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 {
	background: url(images/skin04_arrow_topentry.gif) no-repeat left top;
	padding-left: 1.5em;
}

div.update {margin: 0px; margin-bottom: 2em;}
div.update h2 {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: 2px;
}
/* ######## トップページで使用するもの　ここまで ######## */


/* ######## カテゴリページで使用するもの　ここから ######## */
#category h1, #entry h1 {
	color: #fff;
	background-color: #b31a1a;
	text-align: left;
	border: 1px solid #;
	padding: 5px;	padding-left: 1em;
}
#category h2 {
	border-top: 2px solid #c30;
	border-bottom: 1px dashed #c30;
	padding: 5px;
}
#category h2  {
                text-decoration: none;
                font-size: medium;
}

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

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


/* ######## 個別エントリーページの設定　ここから ######## */
#entry p.posted {	/* 投稿者情報 */
	color: #999;
	font-size: small;
	border-top: 1px solid #999;
	text-align: left;
	margin-bottom: 25px;
	padding: 3px;
}

.pagetop {
	text-align: right;
	margin-bottom: 3px;
}
.entrymenu {		/* カテゴリー内エントリーのメニュー */
	text-align: center;
	margin-bottom: 40px;
}
.entrymenu img {vertical-align:middle;}

#entry h2 {
	color: #fff;
	font-size: medium;
	background-color: #b31a1a;
	text-align: left;
	border: 1px solid #;
	padding: 5px;	padding-left: 1em;
	margin-top: 0.5em;
}

#entry h3 {
	color: #c03;
	font-size: medium;
	border-left: 6px solid #c03;
	padding-left: 0.3em;
}
#entry h4 {
	color: #c30;
	border-left: 6px solid #c30;
	border-bottom: 1px solid #c30;
	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;
}
/* ######## 個別エントリーページの設定　ここまで ######## */
