body {
	color: #4D4946;
	font-size: 14px;
	line-height: 200％;
	background:url(skin/bg02.png) repeat #F7F4F2;
	font-family: "メイリオ", Meiryo, sans-serif;
}

td {
	background:url(skin/bg02.png) repeat #F7F4F2;
	color: #624839;
	font-size: 14px;
	line-height: 20px;
	font-family: "メイリオ", Meiryo, sans-serif;

}

hr {
	border: 1px dashed #CDCDCD;
}

form {
	display: inline;
}

input, textarea, button {
	border: 1px solid #333;
	font-family: "メイリオ", Meiryo, sans-serif;
}
textarea{
	font-size: 14px;
	background:url(skin/bg02.png) repeat #F7F4F2;
	line-height: 1.5;
}
a:link {color: #bc7629; text-decoration : none;}
a:visited {color: #bc7629; text-decoration : none;}
a:active {color: #cfba05;}
a:hover {color: #cfba05;}

.menu td {
	font-size: 12px;
}

.title {
	font-weight: bold;
	font-size: 16px;
}

/* 文章表示部分 */
.work {
	width: 100%;
	padding: 30px;
	text-align: left;
	background-color: #dcd6d9;
	color: #333333;
	font-family: "メイリオ", Meiryo, sans-serif;
}

.line {
	font-size: 15px;
	line-height: 26px;
	/* 便箋っぽく見せる画像 */
	 background-image: url("./line.gif"); 
}
