@charset "Shift_JIS";

/**
 * -----------------------------------------------------------------------------
 * 共通のスタイル・レイアウト用CSS
 * -----------------------------------------------------------------------------
 */

.clear {
 clear:both;
}
.clear_fs {
 clear:both;
}
.clearfix_fs {
    zoom: 1;
}
.clearfix_fs:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.date_fs {
	color: #EEAB00;
	margin-right: 10px;
	font-size: 10px;
	font-family: arial;
}
.hover_fs a:hover img {
filter: alpha(opacity=70);
   -moz-opacity:0.80;
   opacity:0.80;
   cursor:pointer;
}
.banner_area_fs {
	margin-bottom: 3px;
}
.banner_area_fs h2 {
	margin-bottom: 4px;
}
.banner_area_fs li {
	padding-bottom: 7px;
}
.banner_area_fs li a:hover img {
filter: alpha(opacity=70);
   -moz-opacity:0.80;
   opacity:0.80;
   cursor:pointer;
}



#wrapper_fs  {
	width: 540px;
	height: 265px;
	margin: 15px auto 0 auto;
	padding: 1px;
}
#wrapper_fs:after {content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;}
#wrapper_fs  #main_center_fs {
	width: 540px;
	float: left;
}
#wrapper_fs   #global_navi_fs {
	float: right;
	width: 282px;
}
