/* 角丸背景 */
.round {
	margin:4px;
	background:ivory;/*  */
	/* background:white; */
	/* 透明度の設定（ここから） */
	filter: Alpha(opacity=60); /* IE系 */
	-mozzila-opacity: 0.6; /* Mozzila系 */
	opacity: 0.6; /* Mozzila系 */
	/* 透明度の設定（ここまで） */
	/* color:#fff; */
}
.round i.itop, .round i.ibottom {
	display:block;
	background:#808080;
	/*
	background:#e0e0e0;
	background:lightgrey;
	角の色
	*/
	/* 透明度の設定（ここから） */
	filter: Alpha(opacity=60); /* IE系 */
	-mozzila-opacity: 0.6; /* Mozzila系 */
	opacity: 0.6; /* Mozzila系 */
	/* 透明度の設定（ここまで） */
}
.round i.itop i, .round i.ibottom i {
	display:block;
	height:1px;
	overflow:hidden;
	background:ivory; 
	/* background:white; */
}
.round i.i1 {
	margin:0 5px;
}
.round i.i2 {
	margin:0 3px;
}
.round i.i3 {
	margin:0 2px;
}
.round i.itop i.i4, .round i.ibottom i.i4 {
	margin:0 1px;
	height:2px;
}

/* ------------------------------------------------------------------------------------------------ */
/* 角丸背景の雛形 （ここから）

<!-- 角丸背景の開始 -->
<div class="round" style="filter: Alpha(opacity=100); -mozzila-opacity: 1.0; opacity: 1.0;">
<i class="itop">
<i class="i1"></i><i class="i2"></i><i class="i3"></i><i class="i4"></i>
</i>
<!-- ここから記事 -->
	<p>
	ここに記事を記入します。<br />
	</p>
<!-- ここまで記事 -->
<i class="ibottom">
<i class="i4"></i><i class="i3"></i><i class="i2"></i><i class="i1"></i>
</i>
</div>
<!-- 角丸背景の終了 -->

角丸背景の雛形 （ここまで）*/
/* ------------------------------------------------------------------------------------------------ */
/* 半透明角丸背景の雛形 （ここから）

<!-- 角丸開始 -->
<div class="wrapper" style="float:left; margin:0px 0px 0px 0px; width:[数値]px;"><!-- 記事を横に並べる時の余白とブロックの幅（＝角丸ブロック全体の幅＋10px）を設定 -->
<!-- 半透明の角丸背景開始 -->
<div style="position:relative; width:[角丸ブロック全体の幅]px; height:[角丸ブロック全体の高さ]px;">
<div class="round" style="float:left; width:100%; position:absolute; top:0; left:0;">
<i class="itop"><i class="i1">&nbsp;</i><i class="i2">&nbsp;</i><i class="i3">&nbsp;</i><i class="i4">&nbsp;</i></i>
<p style="height:[角丸背景の高さ]px;"> </p>
<i class="ibottom"><i class="i4">&nbsp;</i><i class="i3">&nbsp;</i><i class="i2">&nbsp;</i><i class="i1">&nbsp;</i></i>
</div>
<!-- 半透明の角丸背景終了 -->
<!-- 角丸記事開始 -->
<div style="position:absolute; top:10px; left:10px; width:[数値]px;"><!-- 記事ブロックの表示位置と幅を指定 -->
<!-- ここから記事 -->
	<p>
	ここに記事を記入します。<br />
	</p>
<!-- ここまで記事 -->
</div>
<br style="clear:both;">
</div>
<!-- 角丸記事終了 -->
</div>
<!-- 角丸終了 -->

半透明角丸背景の雛形 （ここまで）*/
/* ------------------------------------------------------------------------------------------------ */

-->
/* </style> */
