@charset "utf-8";

@import url(common.css);
@import url(instagram.css);
@import url(index.css);
@import url(text.css);
@import url(faq.css);
@import url(news.css);
@import url(company.css);
@import url(contact.css);


/* layout
-------------------------------- */


a{
	color:#0066CC;
}


h1{
	font-size: 13px;
	margin: 5px 0 0 0;
	font-weight: normal;
}

h2{
	margin:0 0 20px 0;
}

h3{
}

h4{
	font-size: 19px;
	color: #0099FF;
	text-align: center;
	line-height: 30px;
	font-weight: normal;
}

hr{
	margin:0px;
	padding: 0px;
}

a img{
	border: 0;
}


p{
	margin:0 0 20px 0;
}


.mt5{
	margin-top:5px;
}

.mt10{
	margin-top:10px;
}

.mt15{
	margin-top:15px;
}
.mt20{
	margin-top:20px;
}

.mb5{
	margin-bottom:5px;
}

.mb10{
	margin-bottom:10px;
}

.mb15{
	margin-bottom:15px;
}

.mb20{
	margin-bottom:20px;
}

.mr8{
	margin-right: 8px;
}

.mr18{
	margin-right: 18px;
}

.mr20{
	margin-right: 20px;
}

.mr30{
	margin-right: 30px;
}

.pt10{
	padding-top:10px;
}

.pt20{
	padding-top:20px;
}

.pt30{
	padding-top:30px;
}

.pr20{
	padding-right:20px;
}

.pb20{
	padding-bottom:20px;
}


.pb30{
	padding-bottom:30px;
}

.pb50{
	padding-bottom:50px;
}





