@charset "UTF-8";

/* CSS Information ==========

ファイル名	: module.css
内容		: ベースCSS

=========================== */

html {overflow-y:scroll;}/* firefox スクロールバー対応 */


.cfx:before,
.cfx:after {
	content: " ";
	display: table;
}
.cfx:after {
	clear: both;
}
.cfx {
	*zoom: 1;
}

section{
	display:block;
}

/*--other--*/
.dis_none{display:none;}
.pointer{cursor:pointer;}	

/*--float--*/
.left{float:left;}
.right{float:right;}

.mrg0{margin:0;}
.pad0{padding:0;}
	
/*--right--*/
.right10{margin-right:10px;}
.right20{margin-right:20px;}
.right30{margin-right:30px;}
.right40{margin-right:40px;}
.right50{margin-right:50px;}
.right60{margin-right:60px;}

/*--left--*/
.left10{margin-left:10px;}
.left20{margin-left:20px;}
.left30{margin-left:30px;}
.left40{margin-left:40px;}
.left50{margin-left:50px;}
.left60{margin-left:60px;}

/*--top--*/
.top5{margin-top:5px;}
.top10{margin-top:10px;}
.top15{margin-top:15px;}
.top20{margin-top:20px;}
.top30{margin-top:30px;}
.top40{margin-top:40px;}
.top50{margin-top:50px;}
.top60{margin-top:60px;}
	
/*--bottom--*/
.bottom5{margin-bottom:5px;}
.bottom10{margin-bottom:10px;}
.bottom15{margin-bottom:15px;}
.bottom20{margin-bottom:20px;}
.bottom30{margin-bottom:30px;}
.bottom40{margin-bottom:40px;}
.bottom50{margin-bottom:50px;}
.bottom60{margin-bottom:60px;}


/*-----------------------------------------------

	IE pngfix IE6でのPNGファイル透過

-----------------------------------------------*/
img, div, input { behavior: url("../js/iepngfix.htc") }