@charset "UTF-8";
#title {
	float: left;
	height: 760px;
	width: 262px;
	background-image: url(images/title_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 11px;
	color: #666;
	line-height: 1.6em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-left: 24px;
}
#main {
	width: 600px;
	height: 100%;
	padding-top: 10px;
	float: left;
}
.dl_pc {
	float: left;
	height: 260px;
	width: 500px;
	margin-top: 50px;
	margin-left: 100px;
}
.dl_pc p {
	float: left;
}
.dl_btn {
	height: 35px;
	width: 146px;
	margin-top: 20px;
	margin-left: 30px;
}

.dl_btn a{
	height: 29px;
	width: 146px;
	background-image: url(images/bt_bg.jpg);
	background-repeat: no-repeat;
	display: block;
	font-size: 18px;
	text-align: center;
	padding-top: 6px;
	text-decoration: none;
	color: #099;
}
.dl_btn a:hover{
	height: 35px;
	width: 146px;
	background-image: url(images/bt_bg_over.jpg);
	background-repeat: no-repeat;
	display: block;
}
