* {
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.5;
}

html{
	height: 100% ;
}
body {
	height: 100%;
    font-size: 14px;
    color: #000;
}

body > #wrapper {
	height: auto;
}

img{
	border:0px;
	vertical-align: bottom;
	display: block;
}
ul{
	list-style-type: none;
}

div,p,a,span,tr,td,li{
    color: #4d4d4d;
}

a{
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.red {
	color: #F00;
}

.float_left{
	float:left
}

.float_right{
	float:right
}


.fs_12 {
	font-size: 12px;
}

.fs_14 {
	font-size: 14px;
}

.fs_16 {
	font-size: 16px;
}

.ta_center {
	text-align: center;
}

.ta_left {
	text-align: left;
}

.ta_right {
	text-align: right;
}

.mt0{
	margin-top:0px !important;
}

.mt5{
	margin-top:5px !important;
}

.mt10{
	margin-top:10px !important;
	}

.mt15{
	margin-top:15px !important;
	}

.mt20{
	margin-top:20px !important;
	}

.mt25{
	margin-top:25px !important;
	}
	
.mt30{
	margin-top:30px !important;
}

.mt35{
	margin-top:35px !important;
}
	
.mt40{
	margin-top:40px !important;
}

.mt45{
	margin-top:45px !important;
}

.mt50{
	margin-top:50px !important;
}



.mb0 {
	margin-bottom: 0px !important;
}

.mb5{
	margin-bottom:5px !important;
}

.mb10{
	margin-bottom:10px !important;
}

.mb15{
	margin-bottom:15px !important;
}

.mb20{
	margin-bottom:20px !important;
	}
.mb25{
	margin-bottom:25px !important;
}
.mb30{
	margin-bottom:30px !important;
}
	
.mb35{
	margin-bottom:35px !important;
}

.mb40{
	margin-bottom:40px !important;
}

.mb45{
	margin-bottom:45px !important;
}

.mb50{
	margin-bottom:50px !important;
	}
	
.mb80 {
	margin-bottom: 80px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}


input {
	color: #333;
}
textarea {
	color: #333;
}
.clear {
	clear: both;
	float: none;
}
