﻿@charset "UTF-8";

/* ******************************************
 * 目次
 *
 * + 掲示板
 * + 
 * + 
 * + 
 *
 * ******************************************
 */


/* 掲示板
-------------------- */

.td2{
	padding:  0 0 0 20px;
	text-align:left;
}

/*掲示板エラー*/

#content #side-a #main div.bbs-box {
	clear: both;
	margin : 50px 5px 20px 10px;
	text-align: center;
	line-height: 1.5;
	}
/* フォント */
.font1 {
	font-weight: bold;
	color: #990000;
	font-size:110%;
}	
.font2 {
	color: #990000;
	font-size:110%;
}	
