﻿@charset "utf-8";
/* CSS Document */

.w40
{
 width:40px;
}

.w30
{
	width:30px;
}
.w100
{
	width:100px;
}
.w150
{
	width:150px;
}
.w200
{
	width:200px;
}
.w230
{
	width:230px;
}
.w400
{
	width:400px;
}
.h60
{
	height:60px;
}
.h200
{
	height:200px;
}




.vtop
{
	vertical-align:top;
}
.clear
{
	clear:both;
}

.scroll
{
	overflow-y:scroll;
}
.pad10
{
padding:10px;
}
.left
{
    float:left;
}
