@charset "shift_jis";
/*reset*/
*{
	margin: 0;
	padding: 0;
}
	/*コメント欄*/
	.cd_subcmnt {
		width: 600px;
		padding: 10px;
		color:#000000;
		font-size:11pt;
		line-height: 150%;
	}
	/*コメント欄BOX右*/
	.cd_subcmnt .cd_box_r {
		float: right;
		width: 200px;
	}
	/*コメント欄BOX左*/
	.cd_subcmnt .cd_box_l {
		width: 360px;
	}
	.cd_subcmnt table{
		font-size:11pt;
		line-height: 150%;
	}
/*新着情報*/
	.t-news{font-size:10pt;width:100%;}
	.t-news-name{font-weight:bold;font-size:12pt;color:#3399FF;line-height: 18px; letter-spacing:1px;}
	.t-news-img{width:30%;}
	.t-news-img img{border-width:0;}
	.t-news-cmt{width:70%;font-size:11pt;line-height:140%;}
	.news-hr{border: 1px dashed #288828;margin-bottom:12px;}
/*リンク集*/
	.t-link{font-size:10pt;width:100%;}
	.t-link-name{font-weight:bold;font-size:12pt;color:#3399FF;line-height: 18px; letter-spacing:1px;}
	.t-link-img{width:30%;}
	.t-link-img img{border-width:0;}
	.t-link-cmt{width:70%;font-size:11pt;line-height:140%;}
	.link-hr{border: 1px dashed #288828;margin-bottom:12px;}
/*その他*/
.topixin 
{margin-top: -16px}
ul,ol,li{
list-style-type:none}

