@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:80%;
	line-height:140%;
	color:#666;
	background:url(../img/top_text_box_right_bg.jpg);
}

a {
	outline: none;
	border: none;
	color:#00F;
	text-decoration:none;
}

a:hover {
	color:#00F;
	text-decoration: underline;
}

.event_area {
	padding:8px;
	width:213px;
}

.event_box {
	width:191px;
	height:auto;
	background:#FFF;
	border:1px solid #ececec;
	padding:10px;
	margin:0 0 10px 0;
}

.thumbnail {
	clear:both;
	width:62px;
	float:left;
	margin:0 10px 0 0;
}

.thumbnail a img {
	border:1px solid #999999;
}

.thumbnail a:hover img {
	border:1px solid #ff3333;
}

.event_text {
	float:left;
	width:118px;
	padding:0 0 0 0;
}

/*------▼IE6用▼------------*/
* html .event_area {
	padding:8px;
	width:211px;
}

* html .event_text {
	float:left;
	width:115px;
	padding:0 0 0 0;
}

* html .event_box {
	width:189px;
	height:auto;
	background:#FFF;
	border:1px solid #ececec;
	padding:10px;
	margin:0 0 10px 0;
}


/*------▲IE6用▲------------*/

.clear0 {
	width:0;
	height:0;
	clear:both;
	margin:0;
	padding:0;
	font-size:0;
	line-height:0;
}
