@charset "Shift_JIS";

/* ---------------------------
五十音メニュー
--------------------------- */
#aiueo-box {
	width				:300px;
	padding				:0 auto;
	margin				:0 auto;
	text-align			:left;
}
.aiueo {
	font-family			:"ＭＳ ゴシック", "Osaka‐等幅";
	font-size			:8pt;
	line-height			:120%;
	text-align			:left;
	padding				:0;
	margin-bottom		:15px;
}
#aiueo-box .aiueo-title,
#category-box .category-title,
#search-box .search-title{
	font-size			:9pt;
	font-weight			:bold;
	line-height			:150%;
	color				:green;
}

/* ---------------------------
カテゴリーメニュー
--------------------------- */
#category-box {
	width				:200px;
	padding				:0 0 10px 0;
	margin				:0;
	text-align			:left;
}
.contents-top #category-box {
	width				:500px;
	padding				:0 0 10px 0;
	margin				:0;
	text-align			:left;
}
.contents-center #category-box {
	width				:300px;
	padding				:0 0 10px 0;
	margin				:0;
	text-align			:left;
}
.subcategory-box {
	width				:480px;
	padding				:0;
	margin				:0 0 0 10px;
	text-align			:left;
}
/* ---------------------------
検索メニュー
--------------------------- */
#search-box {
	width				:200px;
	padding				:0;
	margin				:0;
	text-align			:left;
}

/* ---------------------------
エントリー
--------------------------- */
.entry-header{
	color				:orange;
	font-weight			:bold;
	font-size			:1.2em;
	line-height			:150%;
}
.entry-header a{
	color				:orange;
	font-weight			:bold;
}
.entry-header a:hover{
	color				:green;
	font-weight			:bold;
}
.entry-extended{
	padding				:0 0 10px 0;
	margin				:0;
	border-bottom		:1px dotted #ccc;
}
.entry-body{
	padding				:0 0 10px 0;
	margin				:0;
}
.entry-more{
	padding				:0 0 10px 0;
	margin				:0;
	border-bottom		:1px dotted #ccc;
}
.entry-posted{
	text-align			:right;
	padding				:0 0 0 0;
	margin				:0;
	border-bottom		:1px dotted #ccc;
}
.entry-date{
	text-align			:right;
	padding				:0 0 0 0;
	margin				:0;
}

/* ---------------------------
コメント
--------------------------- */
.relentries-header,
.entry-link-header,
.comments-head ,
.trackbacks-header{
	font-weight			:bold;
	padding				:0 0 0 0;
	margin				:0 0 10px 0;
	background			:#f6faec;
	border-top			:1px solid green;
	border-bottom		:1px dotted green;
}
.entry-link-body,
.relentries-content,
.comments-body ,
#trackbacks-info{
	padding				:0 0 10px 0;
	margin				:0;
}

