@charset "UTF-8";
#container {
	background-repeat: no-repeat;
	padding: 20px;
	height: 600px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
	background-image: url(images/link-bg.jpg);
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#content  {
	color: #000000;
	background-image: url(img/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: left 52px;
	height: auto;
	width: 800px;
	margin: 0px;
	padding: 0px;
}
#content h2 {
	margin: 12px 0px 25px;
	padding: 0px;
}
/* CSS Document */

#content p {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 18px 75px;
	padding: 0px 0px 0px 5px;
	color: #FFFFFF;
	border-bottom: thin dotted #990000;
	border-left: thick solid #990000;
	width: 400px;
}
#content a:link {
}
#content a {
	color: #FFFFFF;
	text-decoration: none;
}
#content a:visited {
	color: #666666;
}
#content a:hover {
	color: #A4A61C;
}
