.blue{ color:#37beec;}

.mt20{margin-top: 20px;}
.mb30{ margin-bottom:30px;}
.mb15{ margin-bottom:15px;}
.ml8{ margin-left:8px;}

.anchorLink{
	width: 645px;
}
.anchorLink ul{
	width: 669px;
	margin-right: -8px;
	overflow: hidden;
	_zoom: 1;
}
.anchorLink ul li{
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

.imgRight{ margin:0 0 10px 20px;}

#contents02 dl{ margin-bottom:10px;}

#contents02 dt{
	display:inline-block;
	border-radius:5px;
	background:#37beec;
	color:#fff;
	padding:3px 10px;
}

#contents02 dd{
	display:inline-block;
	padding-left:20px;
}

#acMenu dt{
	display:block;
	border-radius:8px;
	background:#37beec url(../images/entry/icon_plus.png) no-repeat 98% 50% ;
	color:#fff;
	padding:10px 10px;
	font-weight:bold;
	margin-bottom:10px;
}

#acMenu dt.active{
	background:#37beec url(../images/entry/icon_ninus.png) no-repeat 98% 50% ;
}

#acMenu dt:hover{
	cursor: pointer;
}

#acMenu dd{
	display:none;
	padding-bottom:15px;
}

#entry_program h5{
	width: 120px;
	background-color: #37beec;
	color:#fff;
	text-align: center;
	padding:0.7em 0;
	border-radius: 5px;
	margin: 30px 0px 10px;
}
#entry_program .read a{
	color:#1d91b9;
}

#entry_program h4.line_02{
	height:52px;
}

.imgGroup_right{
	float: right;
	margin:10px 0 10px 10px;
}