@charset "Shift_JIS";


/* ヘッダ・フッタ 画像指定(NEWS用) */
#header{
	background-image:url(../images/header_spring01.jpg);
}

#footer{
	background-image:url(../images/footer_spring01b.jpg);
}

#bg{
	background-image:url(../images/footer_spring01a.jpg);
}

h1{
	border-color:red;
}


#news th,
#news td{
	line-height:1.3em;
	vertical-align:top;
/*	padding:0 0 18px 0; */
	padding:0 0 6px 0;
}

#news th{
	white-space:nowrap;
/*	padding-right:6px; */
}

#news td p{
	margin-top:0;
	line-height:1.3em;
}

/* 入れ子テーブル用スタイル */
#news td th,
#news td td{
/*	padding:2px 6px; */
}
#news td th{
	font-weight:bold;
}
#news td table{
/*	margin:0 0 6px 0; */
}

#news td table,
#news td th,
#news td td{
	border-style:solid;
	border-color:#fff;
/*	border-width:0px 1px 1px 0px; */
	border-width:0px 0px 0px 0px;
}
#news td table{
/*	border-width:1px 0px 0px 1px; */
	border-width:0px 0px 0px 0px;
}



/* 文字スタイル */

h2{
	margin:0 0 10px 0;
	padding:0;
	background-image:none;
}

.title,
.titleWhite{
	color: #FF0000;
	font-size:16px;
/*	font-size:medium;*/
	font-weight:bold;

	margin-bottom:4px;
}
.title span{
/*	font-size:x-small;*/
	font-size:12px;
	font-weight: normal;
	line-height:1.3em;
	color:#fff;
}

.titleWhite{
	color:#fff;
}
.title a{
	color:#ff0000;
}
.title a:hover{
	color:yellow;
}