/*****************************
* J-TOP FC イベントCSS
* 2007/06/13 K.Okamura
*****************************/

/**********************
* DIVイベントクラス 
***********************/
.div_event{
	width: 450px;					/* 表示幅 */
	margin: 20px 10px 10px 30px;	/* マージン */
}
/* DIVイベントヘッダー */
.div_event_header{
	/*width: 100%;*/			/* 表示幅 */
	height: 25px;				/* 表示高 */
	font-size: 16px;  			/* 文字の大きさ */
	font-weight: bolder;		/* 文字の太さ */
	color: #000080;				/* 文字の色 */
	padding: 5px 0px 0px 15px;	/* 余白 */
	margin: 0px 0px 0px 0px;	/* マージン */
	background: #ffecec;		/* 背景色 */
	background-repeat: no-repeat;		/* 画像繰り返し */
	background-position: left center;	/* 画像表示位置 */
	background-image: url("../images/title003_04.jpg")	/* 背景画像 */
}
/* DIVイベント本文 */
.div_event_body{
	height: 130px;				/* 表示高 */
	font-size: 14px;  			/* 文字の大きさ */
	/*font-weight: bold;*/			/* 文字の太さ */
	color: #555555;				/* 文字の色 */
	margin: 0px 0px 0px 0px;	/* マージン */
	padding: 5px 2px 5px 5px;	/* 余白 */
	text-align: left;			/* 行揃え */
	background: #F0F8FF;		/* 背景色 */
	border: solid 1px #87CEEB;	/* 枠線 */
}
/* floatクリア */
.div_event_body:after{
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

/* DIVイベント画像 */
.div_event_pict{
	width:140px;				/* 表示幅 */
	height:120px;				/* 表示高 */
	font-size: 14px;  			/* 文字の大きさ */
	font-weight: bold;			/* 文字の太さ */
	margin:1px 1px 1px 0px;		/* マージン */
	padding:0px 0px 0px 0px;	/* 余白 */
	text-align: center;			/* 行揃え */
	float: left;				/* 表示位置 */
}
/* floatクリア */
.div_event_pict:after{
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
/* DIVイベント内IMG画像 */
.div_event_pict img{
	width:130px;				/* 表示幅 */
	height:100px;				/* 表示高 */
}

/***********************
* DIVタイトルクラス 
***********************/
.title{
	width:580px;				/* 表示幅 */
	text-align:center;			/* 行揃え */
}
/* IMG夕涼みクラス */
.img_yusuzumi{
	width:160px;				/* 表示幅 */
	border:0px;					/* ボーダー */
}
/* TABLE夕涼みクラス */
.tbl_yusuzumi{
	width:480px;				/* 表示幅 */
	margin-left:10px;			/* 左マージン */
}
/* TD画像クラス */
.td_pict{
	width:160px;				/* 表示幅 */
}
/* TD本文クラス */
.td_txt{
	vertical-align: top;		/* 列揃え */
	font-size:12px;				/* 文字サイズ */
}
/* TD空白行クラス */
.td_space{
	height:10px;				/* 表示高 */
}


