@charset "UTF-8";

/*******************************************************************
 ■ IE6用のハックCSS
 date:2009/10/03
 auther:k.sato

/*******************************************************************/
/**  NAVIGATION                                                    */
/*******************************************************************/
* html #wrapper #wrap-header #header ul#navigation {
	width:					630px;
	height:					27px;
	position:				absolute;
	bottom:					-1px;
	right:					0px;
}

/*******************************************************************/
/**  INDEX                                                         */
/*******************************************************************/
/** INDEX EVENT  **/
* html #index #main-area .content .index-event-contents {
	width:					620px; /* add */
	padding:				10px 0px 10px;
	border-bottom:			1px dotted #CCCCCC;
	overflow:				hidden;
}
* html #index #main-area .content .index-event-contents:after {
	content:				"."; 
	display:				block;
	clear:					both;
	height:					0;
	visibility:				hidden;
}

* html #index #main-area .content .index-event-content {
	float:					left;
	width:					310px;
}

* html #index #main-area .content .index-event-content .index-event-read {
	float:					right;
	width:					155px; /* change */
	padding-right:			10px;
}
* html #index #main-area .content .index-event-content .index-event-image {
	float:					left;
	width:					150px; /* change */
	border:					#CCCCCC 1px solid;
	padding:				5px;
}


/*******************************************************************/
/**  SIDEAREA                                                      */
/*******************************************************************/
/** INDEX SIDE H */
* html #index #side-area h3 {
	font-size:				15px;
	letter-spacing:			3px;
	color:					#FFFFFF;
	line-height:			2.5;
	width:					230px;
	height:					2.5em;
	background:				url(../images/bg_pink.gif);
	padding-left:			10px;
	text-indent:			0px;
}
