@charset "utf-8";

/* -------------------------------------------------------------------
	file Information
	
	File name:      				download.css
	Created:   					    2011
	Last update:				    2011-06-25
	by Author Style Info:		downloadページCSS
	
	Author:									OSM by image graff
	Author URI: 						http://osm.main.jp/work

------------------------------------------------------------------- */
/* -----------------------------------------------------------
	#section
----------------------------------------------------------- */
/*#section {
	padding: 93px 0 93px 93px;
}*/

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/*#contents {
	margin-bottom: -6px;
	*margin-bottom: 0;*//* IE6,7 */
/*}*/
/*#contents li {*/
.download li {
	float: left;
	width: 240px;
	/*margin: 0 6px 6px 0;*/
	margin:0 30px 30px 30px;
	padding: 5px 7px 9px;
	background: url(../images/download/contents_bg.png) no-repeat 0 0;
}
/*#contents li a:hover img {*/
.download li a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
  opacity: 0.7;
}

/* -----------------------------------------------------------
	modal window content
----------------------------------------------------------- */
#p-top #modal-overlay {
	filter: alpha(opacity=0) !important;/* IE8 !important */
	-moz-opacity: 0;
  opacity: 0;
}
