@charset "utf-8";

/*　グローバルより転用　*/
a:link{
	color:#4788ad;
	text-decoration: none;
}
a:active{
	color:B0CEEB;
	text-decoration: underline;
}
a:visited{
	color:#5f5598;
	text-decoration: none;
}
a:hover{
	color: #85b2dd;
	text-decoration:none;
}

/* ブログスタイル */
.archive-indent	{
	padding: 15px;
}

.archive-list-box	{
	width: 605px;
}

.archive-body	{
	font-size: 10px;
	line-height: 165%;
	color: #616161;
}

.archive-list-box a	{
	display: block;
}

.archive-list-box a:hover	{
	background-color: #fbfbfb;
	width: 605px;
	height: auto;
}

.archive-list-box-spaces	{
	padding: 18px 40px 18px 0;
	border-bottom: 1px dotted #D0D0D0;
	min-height: 73px;
}

.archive-list-header	{
	border-bottom: 1px dotted #D0D0D0;
	width: 605px;
}

.archive-picture	{
	float: left;
	text-align: center;
	width: 73px;
	height: 73px;
	/*background-color: #eeeeee;*/
	margin-right: 19px;
	overflow: hidden;
}

.archive-date	{
	font-family: sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.4em;
	color: #999999;
	margin: 0px;
	padding: 0px;
}

.archive-title	{
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6em;
	color: #6fa1d1;
	margin: 0px;
	padding: 0px;
}

.archive-more , archive-more a	{
	color: #aaaaaa;
	font-size: 10px;
}

/*　ブログ　エントリースタイル　*/
.entry-body	{
	padding: 15px;
}

#entry-title	{
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
	color: #0099ff;
	border-bottom: 1px dashed #dddddd;
	padding: 5px 0 5px 0;
	margin: 0 0 10px 0;
}

.entry-date	{
	margin: 0;
	font-size: 14px;
	color: #99bbee;
}

.entry-footer-box	{
	border-top: 1px dashed #dadada;
	margin: 10px 0 40px 0;
	text-align: right;
	padding: 8px 3px 0 0;
	font-size: 11px;
	color: #78a7d1;
}

.sub_category	{
	padding: 8px 5px 8px 20px;
	border-bottom: 1px dotted #f0f0f0;
}

.entry-navi	{
	font-size: 12px;
}

/* コメントスタイル */
.comment-box	{
	width: 100%;
	border-left: 1px dashed #dddddd;
	border-right: 1px dashed #dddddd;
	background-color: #fdfdfd;
}

.comment-input-title	{
	color: #4790d4;
	font-size: 16px;
	font-weight: bold;
	line-height: 160%;
	margin: 0px 0 15px 0;
	border-top: 1px dashed #dddddd;
	padding-top: 20px;
}

.comment-body	{
	border-top: 1px dashed #dddddd;
	padding: 10px 15px 10px 15px;
}

.comment-footer-box	{
	padding: 0 20px 15px 0;
	font-size: 10px;
	text-align: right;
	color: #999999;
}