@charset "utf-8";
/* CSS Document */

body{
	width:580px;
	text-align:center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #4d4d4d;
	border:none;
	margin: 10px;
}
img{
	border:none;
}
a:link{
	color:#df6e73;
	text-decoration:none;
}
a:hover{
	color:#df6e73;
	text-decoration:underline;
}
a:visited{
	color:#df6e73;
	text-decoration:none;
}
.clear{
	clear:both;
}

#header{
	float:right;
}
#contents{
	width:580px;
	float:left;
	margin:auto;
}
.pic{
	float:left;
	margin-left:85px;
}
.picbg_t{
	float:left;
}
.picarea{
	width:410px;
	float:left;
	background-image: url(img/imgbg.gif);
	background-repeat: repeat-y;
}
.picbg_b{
	width:410px;
	float:left;
	margin-left:85px;
}
.hr img{
	width:580px;
	height:4px;
}
.txtarea{
	width:500px;
	float:left;
	margin:0 40px 15px 40px;
}
.txt{
	text-align:left;
}
