@charset "euc-jp";
/* CSS Document */

.blog-entry {
	float: left;
	width: 481px;
	margin: 0 0 27px 0;
}


.blog-menu {
	float: left;
	margin: 2px 0 0 60px;
	_margin: 2px 0 0 30px;
		width: 192px;
}

.entry-category {
	width: 481px;
}

.date {
	font-size:10px;
	color:#808080;
	line-height: 18px;
}

.entry-title {
	font-size:14px;
	color:#000000;
	font-weight: bold;
	padding-top: 3px;
}

#container .entry-title a{
	font-size:14px;
	color:#000000;
	font-weight: bold;
	padding-top: 3px;
	text-decoration: none;
}
.entry-img {
	margin: 13px 0 10px 0px;
}

.entry-img img {
	border:1px solid #C7C7C7;
	background-image:url(../img/bg/bg01.gif);
	background-repeat:repeat;
	padding: 5px;
	margin: 0 10px 20px 0;
	float: left;
}

.entry-text p {
	line-height:20px;
	padding-bottom: 10px;
}

.entry-border {
	background-image:url(../img/other/line_yoko.gif);
	background-repeat:repeat-x;
	margin:15px 0 37px 0;
	height: 1px;
}

.menu-content {
	margin:0 0 30px 0;
}

.menu-title {
	padding:0 0 9px 0;
}

.menu-category {
	background-image:url(../img/other/line_tate.gif);
	background-repeat:repeat-y;
	padding: 0 0 0 12px;
}

.menu-category li {
	background-image:url(../img/other/other01.gif);
	background-position:0 5px;
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
	font-size: 11px;
	line-height: 21px;
	list-style: none;
}

.rss-category {
}

.text01 {
	font-size: 10px;
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
}

.text02 {
	font-size: 10px;
	color: #4D4D4D;
	font-family: Arial, Helvetica, sans-serif;
}

#main_title {
	background-image: url(../img/header/cat.gif);
	background-repeat: no-repeat;
	padding: 0 0 17px 75px;
}
#main_title02 {
	background-image: url(../img/header/month.gif);
	background-repeat: no-repeat;
	padding: 0 0 17px 117px;
}
#container a {
	text-decoration: underline;
}

..entry-text {
	min-height:1px;		/* IE 7対策 */
	width: 481px;
}

/* floatさせたボックスが親要素からはみ出す現象を回避するCSS　ここから */
.entry-text:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.entry-text { 
	display:inline-table; 
}
/* Mac IEには適用させない \*/
* html .entry-text {
	height:1px;
	text-align: justify;
}
.entry-text { 
	display:block; 
	width: 481px;
}
/* */
/* floatさせたボックスが親要素からはみ出す現象を回避するCSS　ここまで */

.entry-text img {
	border:1px solid #C7C7C7;
	background-image:url(../img/bg/bg01.gif);
	background-repeat:repeat;
	padding: 5px;
	margin: 0 20px 10px 0;
	float: left;
}
.entry-text span {
	clear:both;
	display: block;
}

br {
    letter-spacing: 0;
}
