@charset "UTF-8";
/* CSS Document */

/* news＆イベントレフトコラム */
#main #left_colmun #events li{
	display:block;
	width:231px;
	height:30px;
	border-bottom:1px solid #CCC;
}

#main #left_colmun #events li a{
	display:block;
	width:209px;
	height:30px;
	line-height:30px;
	text-indent:0;
	background:url(../img/arrow_news.gif) 5% 50% no-repeat;
	padding-left:22px;
}

#main #left_colmun #events li a:hover{
	background-color:#EEE;
	color:#555;
}

#main .news{
	/*position:relative;*/
}

#main .news #right_colmun ul{
	padding-bottom:10px;
}

#main .news #right_colmun ul li{
	border-bottom:1px dotted #999;
}

#main .news #right_colmun h3{
	font-size:1.7em;
	color:#6FB92C;
	border-bottom:1px solid #6FB92C;
}

#main .news #right_colmun .c0 a:hover{
	color:#555;
	text-decoration:underline;
}

#main .news #right_colmun ul li .c1{
	position:relative;
}

*:first-child+html #main .news #right_colmun ul li .c1{
	/* IE7対策 */
	position:relative;
	float:left;
	width:635px;
}

#main .news #right_colmun ul li .c2{
	margin:10px 0;
}

#main .news #right_colmun ul li .c2 a img{
	border:1px solid #CCC;
}

#main .news #right_colmun ul li .c2 a:hover img{
	border:1px solid #6FB92C;
}

#main .news #right_colmun ul li .c3{
	position:absolute;
	top:0;
	left:100px;
	background:url(../../common/img/arrow_news.gif) 0 50% no-repeat;
	text-indent:0.8em;
}

*:first-child+html #main .news #right_colmun ul li .c3{
	/* IE7対策 */
	position:absolute;
	top:5px;
	left:100px;
	background:url(../../common/img/arrow_news.gif) 0 50% no-repeat;
	text-indent:0.8em;
}

#main .news #right_colmun ul li .c4 a{
	position:absolute;
	top:20px;
	left:100px;
	font-size:1.2em;
	color:#6FB92C;
}

#main .news #right_colmun ul li .c4 a:hover{
	text-decoration:underline;
}

#main .news #right_colmun ul li .c5{
	position:absolute;
	top:40px;
	left:100px;
}
