@charset "UTF-8";
/* CSS Document */

/*カテゴリーページのCSS*/
/*TOPページのCSS以外で内部のwrapper内の定義*/
/*サイドメニュ-部はbase.cssで定義*/

#container #footer-menu {
	width: 585px;
}

#container #footer-menu.footer-margin {
    margin-top:15px;
}


#wrapper-category
{
	height: auto;
	width: 585px;
	float: right;
	padding-top: 25px;
	padding-right: 20px;
	padding-left: 10px;

}


#wrapper-category #local-info {
	height: auto;
	width: 585px;
	clear: both;
	padding: 0px;
	margin: 0px;
}
#wrapper-category #local-info .local-info-midasi {
	background: #999999;
	height: 20px;
	width: 585px;
	font-size: 1.2em;
	line-height: 20px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
/* TOPイメージを入れるところ*/
#local-info .local-info-top-image {
	background: #CCCCCC;
	height: 220px;
	width: 585px;
}
#container #wrapper-category #local-info .local-info-top-image img {
	height: 220px;
	width: 585px;
}


/*サムネイル表示部*/
#container #wrapper-category #box-matrix {
	clear: both;
	height: 258px;
	margin-top: 20px;
	padding: 0px;
	width: 585px;
}

#wrapper-category .pic-index {
	width: 585px;
	height: auto;
	clear: both;
	margin: 0px;
	font-size: 11px;
	line-height: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/*サムネイル*/
.pic_txt{
	width:109px;
	clear: none;
	float: left;
	text-align: left;
	padding-right: 9px;
}

.pic_txt img{
	background: #CCCCCC;
	height: 109px;
	width: 109px;
	display: block;
}
.pic_txt2{
	width:109px;
	clear: none;
	float: left;
	text-align: left;
}
.pic_txt2 img{
	background: #CCCCCC;
	height: 109px;
	width: 109px;
	display: block;
}

/*サムネイルのテキスト*/
.pic-index p {
	width: 100%;
	font-size: 11px;
	line-height: 2em;
	height: 2em;
	float: left;
}
/*ブログ見出しのラッパー*/
#wrapper-category .info-index {
	height: 1400px;
	width: 565px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}
/*ブログ見出しのリスト　これにリンクを張ります*/
#wrapper-category .info-index ul {
	width: 525px;
	padding-right: 20px;
	padding-left: 0px;
	list-style: none;
	margin: 0px;
}
#wrapper-category .info-index li {
	line-height: 1.5em;
	font-size: 12px;
	padding-left: 0px;
	margin-left: 0px;
}

