@charset "shift_jis";
/* CSS Document */

/* 基本的な要素のmarginとpaddingを0にする */
body,div,/* block要素 */
h1,h2,h3,h4,h5,h6,/* 見出し要素 */
dl,dt,dd,ul,ol,li,/* リスト */
p,blockquote,pre,cite,code,caption,/* テキストエリア */
form,fieldset,legend,input,textarea,select,option,label/* 入力フォームやラベル等 */
	{margin: 0; padding: 0;}


/* ↓テキスト関連のデザイン */
body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:14px;
	color:#4c4c4c; 
	line-height:1.8em; /* 基準に基づいた行間 1em=文字の高さ */
	letter-spacing:0.05em; /* 基準に基づいた文字間 1em=文字の高さ */
	background-color: transparent;}


a {color:#f74600; text-decoration:underline;}
a:hover {color:#f78600;}

div {
	margin:0 auto; /* ブロック要素の真ん中揃えIE以外 */
	height:auto;
	width:100%; /* 特別な指定がない限り、div要素のwidthは親ボックスに準拠する */
	text-align:left;}





div#news { width:484px; height:260px; overflow-y:scroll;}
div.contents { width:456px; border-bottom: #f1f1f1 1px solid; padding-bottom:10px; margin-bottom:10px; margin-left:0px;}
div.contents span { font-size:10px; font-weight:bold;}



/*ニュース欄強調クラス*/

#news strong {
	color: #F00;
	background:#c4eeff;
	font-weight:bold;
	padding:2px 4px;
	}
