@charset "UTF-8";
/* CSSは必要最低限しか指定してませんのでお好みで（もちろん外部化OK） */

/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

ul#newsList{
	margin:0 0 5px;
	padding:0;
	font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
ul#newsList li{
	color:#666;
	font-size:14px;
	margin:5px;
	padding:5px 0;
	border-bottom:1px dotted #ccc;
	line-height:120%;
	list-style-type:none;
}

a {color:#36F;text-decoration:none;}
a:hover{color:#000;text-decoration:none;}

.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 5px;
}

.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
	margin:0px 5px 0px 0px;
}

.title{
	display:inline-block;
	padding:3px 0;
	line-height:150%;
	overflow:hidden;
	margin:5px 2px 0px 0px;
}

.up_ymd{
	display:inline-block;
	padding:3px 0;
	overflow:hidden;
	margin:5px 2px 0px 0px;
}

#main {
float:left;
width:100px;
}

#side {
float:left;
width:500px;
}


#side2 {
float:left;
width:790px;
}


.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:500px;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
	margin:10px 2px;
}
.thumbNailWrap{
	display:block;
	width:260px;
	float:left;
	height:160px;
	overflow:hidden;
}

/* Pager style（外部化可） */
.pager{
	text-align:right;
	padding:5px 10px;
	clear:both;
}
/*ページャーボタン*/
.pager a{
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 13px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
	margin:0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#999;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}

/* /Pager style */	

