font    { font-size: 12px; position: relative; top: 1px; left: 1px }
A:link  { color: #009; text-decoration: none }
a:hover   { text-decoration: underline; position: relative; top: 2px; left: 2px }
A:hover {COLOR: #FF9900; TEXT-DECORATION: underline}
body { background-repeat: no-repeat }
td  { font-size: 12px; line-height: 150% }
tr { font-size: 12px }

/* 枠のデザイン */
.post	{background-image: url(image/waku_02.jpg);
	background-repeat: repeat-y;}
 
.post_inner1	{background-image: url(image/waku_01.jpg);
	background-repeat: no-repeat;}
 
.post_inner2	{background-image: url(image/waku_03.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 30px;}
 
/* 見出しと文章のデザイン */
.post	{width: 550px;}
 
.post h2	{font-size: 1em;
	border-bottom: solid 1px #0c907c;
	margin: 0;
	margin-bottom: 15px;
	padding-bottom: 3px;}
 
.posttext	{font-size: 0.875em;
	line-height: 1.5;}
 
.posttext p	{margin: 0;
	margin-bottom: 20px;}
