/*編集画面制御*/
/*ここにウィジングに必要なクラスを入れる*/
/*自分の環境に合わせて変更すること*/

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 150%;
	}

/*リンク色制御*/
/*自分の環境に合わせて変更すること*/

a:link, a:visited, a:active  { color: #000099; text-decoration: underline; }
a:hover  { color: #cc0000; text-decoration: none; }

img { border-style: none; border-width: 0px; margin: 0px;}

/*使用クラス*/
/*ここにエントリーで使用するクラスを記入すること*/

.right {
	float: right;
	margin: 10px 0px 10px 10px;
	border-style: none;
	}
.left {
	float: left;
	margin: 10px 10px 10px 0px;
	border-style: none;
	}