@charset "utf-8";
/* ------------------------------------
File Name:		layout.css
Last Update:	20090820
/* 1=modules
/* 2=
/* 3=
/* 4=
/* 5=

--------------------------------------- */


/* 1=modules */
.base{
	position: relative;	
}
.bold{
	font-weight: bold;
}
.cancell{
	text-decoration: line-through;
}
.cl{
	clear:both;
}
.resetMP{
	margin: 0px;
	padding: 0px;
}
.dn {
	display:none;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mr3 {
	margin-right: 3px;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mb3 {
	margin-bottom:3px;
}
.mb10 {
	margin-bottom:10px;
}
.ml5{
	margin-left:5px;
}
.ml10{
	margin-left:10px;
}
.ml20{
	margin-left:20px;
}
.ml25{
	margin-left:25px;
}
.ml30{
	margin-left:30px;
}
.ml45{
	margin-left:45px;
}
.pt10 {
	padding-top:10px;
}
.pt20 {
	padding-top:20px;
}
.pl10 {
	padding-left:10px;
}
.pb10 {
	padding-bottom:10px;
}
.bt{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}
.bb{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}


