@charset "utf-8";

ul, ol, li {
	list-style:none;
}

strong {
	font-weight:bold;
}

.rss a:link, .blogtitle a:link {
	color: #03c;
	text-decoration:none;
	font-weight:bold;
}

.blogtitle a:visited {
	color: #609;
	text-decoration:none;
}

.rss a:visited {
	color: #609;
	text-decoration:none;
	font-weight:normal;
}

.rss a:hover, .blogtitle a:hover {
	text-decoration:underline
}

.rss a:active, blogtitle a:active {
text-decoration: underline;
}


/* ブロック配置 */
#outsidebox {
	text-align: center;
}

div#container {
	border: 1px solid #1a862d;
	background-color: #FFFFFF;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

div#contents {
	width:700px;
	margin: 20px auto;
	clear: left;
}
/* ブロック配置ここまで */

h2 {
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
}

dl.blogbox {
	border-bottom: 2px solid #339933;
	border-left: 2px solid #339933;
	margin-bottom:20px;
	padding-top: 3px;
	padding-bottom: 10px;
	padding-left: 10px;
	width:685px;
}

dt.blogtitle {
	display:block;
	width:670px;
	padding:3px;
	background-color:#9C0;
	font-size:16px;
	font-weight:bold;
}

dd.cap {
	padding:3px;
	border:dashed 2px #FFCC00;
	margin-right:10px;
	margin-top:3px;
}

div.rss {
	margin-top: 5px;
	margin-left:15px;
	margin-right: 10px;
}

.rss dt {
	margin-top:7px;
}

.rss dd {
	margin-left:1.5em;
}

