@charset "Shift_JIS";
*{
	font:12px/1.4 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/* ページの基本設定 */

h1 {font-size:small;
	display: inline;
	margin:0px;
	font-weight:normal
    }

p {display:inline}	
form {
	display: inline;}
		
#copyright {font-size:x-small;}

.titlebar { display: table; width: 100%; }
.category { display: table-cell; text-align: left; padding: 0 10px;}
.subject  { display: table-cell; text-align: center; }
.date     { display: table-cell; text-align: right; padding: 0 10px;}


/* リンクの基本設定 */

a:link {color: #1B3E78;
	text-decoration:underline;}
a:visited {color: #1B3E78;
	text-decoration:underline;}
a:hover {color: #999999;
	text-decoration:underline;}
