@charset "utf-8";
/* CSS Document */

/*　初期リセット  */

h1, h2, h3, h4, h5, h6, p,
ul, ol, li,
dl, dt, dd,
table, tr, td, body,iframe,
form, img{
	padding:0px;
	margin:0px;
	border:0px;

	}

	

img{
	border:none;

	}
	
ul,ol,li{
	list-style-type:none;
	}

table{
	border-collapse:collapse;
	}

strong{
	font-weight:normal;
	}

.left{
	text-align:left;
	}
	
.right{
	text-align:right;
	}

.center{
	text-align:center;
	}

.f_left{
	float:left;
	}

.f_right{
	float:right;
	}

.bold{
	font-weight:bold;
	}



.mt_05{
	margin-top:5px;
	}
	
.mt_10{
	margin-top:10px;
	}
	
.mt_20{
	margin-top:20px;
	}

.mt_30{
	margin-top:30px;
	}


.mr_10{
	margin-right:10px;
	}
	
.mr_05{
	margin-right:5px;
	}

.px_11{
	font-size:11px;
	}

.px_10{
	font-size:10px;
	}


.px_09{
	font-size:9px;
	}


.clear{	
	clear:both;
	}


.clearFix:after{
    zoom:1;/*for IE 5.5-7*/
}
.clearFix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

