@charset "utf-8";
/* CSS Document */


/*
基本項目設定
*/

*{
margin:0;
padding:0;
}

img{
border:none;
vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6,p,dl,dt.dd,ul,li {
	margin:0;
	padding:0;
}
ul,li {
	list-style:none;
}

.left {
	float:left;
}
.right {
	float:right;
}
.tcenter {
	text-align:center;
}
.tleft {
	text-align:left;
}
.tright {
	text-align:right;
}

.mb_a {
	margin-bottom:30px;
}
.mb_b {
	margin-bottom:60px;
}
.mb_c {
	margin-bottom:20px;
}
.mb_d {
	margin-bottom:10px;
}
.mb_e {
	margin-bottom:100px;
}
.mr_a {
	margin-right:10px;
}
.mt10{
	margin-top:10px;
}
.mt20{
	margin-top:20px;
}
.mb15{
	margin-bottom;15px;
}

.imgl {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
imgright {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}