﻿@charset "utf-8";

/* ===================================================================
	Site Name: base

	Author: aki
=================================================================== */

.entry{

}

.entry-inner{
	padding:0 0 50px 0;
}

.entry-title{
	border:1px solid #dbc3ab;
	border-width:0 0 1px 0;
	padding:5px 0 5px 15px;
	background:url(../img/topics/icon1.gif) 4px center no-repeat;
}

.entry-title h3{
	color:#6dab21;
	font-weight:bold;
	font-size:120%;
	line-height:130%;
}

.entry-date h4{
	color:#6dab21;
	text-align:right;
	padding:5px 10px 0 0;
}

.entry-body{
	padding:10px 0 0 0;
}


#blogmenu{
	padding:0 0 0 7px;
}

.bbox{
	background:url(../img/topics/bmdl.gif) left top repeat-y;
	min-height:1px;
	_height:1px;
	margin:0 0 20px 0;
}

.bbox-top{
	background:url(../img/topics/btop.gif) left top no-repeat;
	min-height:1px;
	_height:1px;
}

.bbox-btm{
	background:url(../img/topics/bbtm.gif) left bottom no-repeat;
	min-height:1px;
	_height:1px;
}

.bbox-inner{
	padding:15px;
}

.bbox dl{
	padding:10px 0 0 0;
}

.bbox li{
	padding:5px 0 0 0;
}




.bbox a,
.entry a {
	text-decoration:underline;
	color:#6dab21;
}

.bbox a:link,
.entry a:link {
	text-decoration:underline;
	color:#6dab21;
}

.bbox a:visited,
.entry a:visited {
	text-decoration:underline;
	color:#6dab21;
}

.bbox a:hover,
.entry a:hover {
	text-decoration:none;
	color:#6dab21;
}

.bbox a:active,
.entry a:active {
	text-decoration:underline;
	color:#6dab21;
}