/**************** BASIC TAG ****************/
.main{width:784px;background-color: #FFFFFF;}
.left{width:374px;float:left;background-color: #FFFFFF}/* メイン左レイアウト */

.right{
	width:375px;
	float:right;
	background-color: #ECECEC; 
}/* メイン右レイアウト */

.right .block {
	border-bottom:dotted 1px #ccc;
	padding:5px;
	margin:0 0 10px 0;
	text-align:left;
}

.mbottom{margin-bottom:15px;}
.mtop{margin-top:5px;}
