@charset "utf-8"; 
body {
	background : url(../社友写そう会/2011-04S/haikei-40.gif);
}
div.wd1 {
	background:#f8ffff;
margin: 5%;
padding: 5% 7% 5%;
text-align: left;
line-height: 25px;
}
/* リンク画像処理　*/
.imgl, .imgr {
	border-width: 0px;
}
.imgl {
	float:left;
margin: 5px 10px 5px 0px;
}
.imgr {
	float: right;
margin: 5px 0px 5px 5px;
}
/* リンクアンダーライン消去
a {
text-decoration: none;
}
*/
/* 文字カラーの指定 */
h1, h2, h3, .rt {
	color: #003030;
}
a:link {
	color: #006060;
}
a:visited {
	color: #006060;
}
a:hover {
	color: #006060;
}
p {
	color: #005050;
}
/* 文字サイズ，フォント種類の指定 */
p,div {
	font-size: 11pt;
font-family: 'HG丸ｺﾞｼｯｸM-PRO','ＭＳ Ｐゴシック',sans-serif；
;
}
/* 表示位置 */
.txtr {
	text-align: right;
}
.plr {
	position: relative;
width: 100%;
}
.rt {
	text-align: right;
margin-right: 20px;
font-weight: bold;
line-height: 0px;
}
/* Text Centering */
h1, h2, h3, .txtc {
	text-align: center;
}
