@charset "utf-8";
/* CSS Document */

#top_new_gnavi_area{
	height: 77px;
    margin: 10px auto 0;
    width: 988px;
}

#top_new_gnavi_area_l{
	background: url(../images/gnavi_new_abg.png) no-repeat;
    float: left;
    height: 77px;
    width: 494px;
}

#top_new_gnavi_area_l ul{
	list-style:none;
	margin:33px 0 0 7px;
	padding:0;
}

#top_new_gnavi_area_l ul li{
	float:left;
	background:#FFF;
	height:35px;
	-webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radiust: 4px;
    border-radius: 4px;
}

#top_new_gnavi_area_l ul li a:hover img{
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	
	-webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radiust: 4px;
    border-radius: 4px;
}

#top_new_gnavi_area_r{
	float:right;
	background: url(../images/gnavi_new_bbg.png) no-repeat;
	height:77px;
	width:494px;
}

#top_new_gnavi_area_r ul{
	list-style:none;
	margin:33px 0 0 7px;
	padding:0;
}

#top_new_gnavi_area_r ul li{
	float:left;
	background:#FFF;
	height:35px;
	-webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radiust: 4px;
    border-radius: 4px;
}

#top_new_gnavi_area_r ul li a:hover img{
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	
	-webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radiust: 4px;
    border-radius: 4px;
}


.top_contents_box_newl{
	background:#d8edfc;
	
}

.top_contents_box_newr{
	background:#e1f3d9;
}

.top_subtitle_l_new{
	background:#3ea8f4;
	text-align:center;
	padding:5px;
	margin-bottom:10px;
	-webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radiust: 4px;
    border-radius: 4px;
}

.top_subtitle_r_new{
	background:#6cc543;
	text-align:center;
	padding:5px;
	margin-bottom:10px;
	-webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radiust: 4px;
    border-radius: 4px;
}


.top_contents_new_txt{
	width:330px;
	margin:0 auto 10px auto;
	height:90px;

}

.top_contents_new_img{
	width:341px;
	height:165px;
	margin:0 auto 15px auto;
}

.top_contents_new_img a img{
	margin-left:5px;
	-webkit-box-shadow:3px 3px 0 rgba(0,0,0,0.2);
	-moz-box-shadow:3px 3px 0 rgba(0,0,0,0.2);
	box-shadow:3px 3px 0 rgba(0,0,0,0.2);
	
}

.top_contents_new_img a:hover img{
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	margin-top:2px;
	
	-webkit-box-shadow:1px 1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow:1px 1px 0 rgba(0,0,0,0.2);
	box-shadow:1px 1px 0 rgba(0,0,0,0.2);
}

.top_contents_new_img_l{
	float:left;
}

.top_contents_new_img_r{
	float:right;
}

.top_contents_new_img_r img{
	margin-right:5px;	
}
