@charset "utf-8";

/*
====================================
   TOP用
====================================
*/
div#global_main p.description {
	margin: 0 1em 1em;
	padding: 0.5em 1em;
	border: dotted 3px #999;
	line-height: 1.3;
	font-size: 0.9em;
	background-color: #eee;
}
div#global_main p.description .comment {
	font-size: 0.8em;
	color: #09c;
}

div.main_category {
	margin: 2em 1.5em 1em;
}
div.main_category h2 {
	font-size: 1.2em;
	padding: 0.5em 0.7em;
	border: solid 1px #999;
	border-left: solid 1em #999;
	margin: 0 0 1em;
}

ul.entry_index {
	margin: 0 0 1em 2em;
	list-style-type: none;
/*
	list-style-image: url(/diary/images/css/poti.gif);
*/
}
ul.entry_index li {
	margin-bottom: 1em;
	background-color: #f8f8f8;
	padding: 1em 1em 0.5em;
}
ul.entry_index p.title {
	background-color: #eee;
	padding: 0.5em 1em;
}
ul.entry_index span.difficulty-t {
	font-size: 0.8em;
	margin-left: 1em;
}
ul.entry_index span.difficulty {
	font-size: 0.9em;
	color: #393;
	margin-right: 1em;
}

/*** 概要 ***/
ul.entry_index p.excerpt {
	font-size: 0.9em;
	margin: 0.5em 0 0.5em 1em;
	line-height: 1.3;
/*
	border: solid 1px #999;
*/
}
ul.entry_index p.excerpt object {
	display: block;
	margin: 0.5em;
}
ul.entry_index p.excerpt span.comment {
	font-size: 0.8em;
	color: #09c;
}

/*** フッタ ***/
ul.entry_index p.footer {
	font-size: 0.9em;
	margin: 0.5em 0 0.5em 1em;
/*
	background-color: #ddd;
*/
	border-top: 2px dotted #ccc;
	text-align: right;
	padding: 0.5em 1em;
}

/***** 最近の記事 *****/
div.recent_entries {
	margin: 0 1em 1em;
	padding: 0.5em 1em;
/*
	border: dotted 3px #999;
*/
	line-height: 1.3;
	font-size: 0.9em;
	background-color: #fff;
}
div.recent_entries span.title {
	font-weight: bold;
	color: #096;
}
.recent_entries ul {
	padding: 5px 10px;
	font-size: 0.8em;
	color: #666;
	margin: 0 0 0 5px;
	line-height: 1.4;
}
.recent_entries ul li {
	margin-bottom: 3px;
	list-style-type: disc;
	list-style-image: url(/diary/images/css/poti.gif);
	margin: 5px 3px;
}
span.new {
	font-weight: bold;
	color: #f00;
}

/* ゆーてーえふはち */

