@charset "utf-8";

/*-----------------------------------------------------------------
トップページ　レイアウト
-----------------------------------------------------------------*/

#topixboad{ width:512px; height:620px; overflow-x:hidden; overflow-y:auto; padding:10px 0; }

#topicwrapper {
	width: 98%;
	margin: 0 auto 0 auto;
}


/*-----------------------------------------------------------------
トピックスボード表示設定
-----------------------------------------------------------------*/
.topixboad{
	width: 578px;
	height:80%;
	margin:10px 0 0 10px;
	/*overflow-y:scroll;   スクロールバーの表示*/
	overflow-x:hidden;
	float:left;
	display:inline;
}
.topixboad img {
	vertical-align: middle;
}
.box{
	/*border-bottom:1px dotted #ccc;*/
	border-bottom: 1px solid #0471b8;
	margin-bottom: 10px;
}
.box img {
	margin-right: 10px;
}

.txtbox .border{
	/*border-bottom:1px solid #336699;*/
	border-bottom:1px dotted #CCCCCC;
}

.txtbox td{
	padding:5px 0 0 0;
}

.pad_b10 {
	padding:0 0 10px 0;
}

.pad_r10 {
	padding-right: 10px;
}
.topix_magi_01 {
	margin: 4px 0 3px;
}


/*-----------------------------------------------------------------
記事表示設定
-----------------------------------------------------------------*/
.topix_01 {
	margin:40px 20px;
}
.topix_table01 {
	width: 100%;
}
.topix_table01 img {
	margin-left: 10px;
	margin-bottom: 10px;
}
.topix_table02 {
	width: 100%;
	border-bottom: 1px #CCCCCC solid;
}
.topix_table02 td {
	line-height: 1.8em;
	padding: 0 0 10px 0;
}
.topix_midasi01 {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	font-size: 120%;
	padding: 2px 0;
}
.topix_font01 {
	color:#0471b8;
	/*margin-left: 10px;*/
	font-size: 100%;
}
.topix_02 {
	text-align: right;
	margin: 10px;
}
