@charset "Shift_JIS";
/* The Style Sheet of My Document */
/* CSS Document */

body{
	font-family:"ＭＳ Ｐゴシック", Osaka,monospace;
	margin:0px auto;
	padding:0 30px 0 30px;
	font-size:84%;
	line-height:135%;
	color:#593e30;
}

/* イメージボーダー指定 */
img{ border:0px;}

/* リンク色指定 */
A:link {color: #2f4f4f; text-decoration: none}
A:visited {color:#333333; text-decoration: none}
A:active {color:#483d8b; text-decoration: none}
a:hover {
	color: #333333;
	text-decoration: none;
	background-color:#999999;
}

/* ２行分の空白 */
.l2{
	line-height:37px;
}

/* 上に２行分の空白 */
.t2{
	margin-top:20px;
}

/* 下に２行分の空白 */
.b2{
	margin-bottom:20px;
}
