@charset "UTF-8";

/*======================================
	静的ページ用
=======================================*/

/*======================================
	2カラム
=======================================*/
div#col_main {
	float: right;
	width: 535px;
}
div#col_sub {
	float: left;
	width: 230px;
}


/*======================================
	ぶちょーマンの画像
=======================================*/
p.buchoman_image {
	text-align: center;
	border: solid 2px #ccc;
	padding: 1em 0;
}
