@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-size:12px;
	/*:font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	color:#333;
	line-height:100%;
}
ol,ul,li,dl,dt,dd,p,h1,h2,h3 {
	margin:0;
	padding:0;
}

a,a:visited {
	color:#3B5998;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:0;
}

#container {
	width:520px;
	height:683px;
	background:url(img/page1_left.jpg) no-repeat;
	position:relative;
}
#contents {
	width:374px;
	margin-left:97px;
	
}
#outline {
	width:340px;
	overflow:hidden;
	border:1px solid #DDD;
	margin:10px 0 4px;
	padding:5px 0;
	border:1px solid #B4C2E2;
	position:absolute;
	top:395px;
	left:70px;
}
#outline dt {
	float:left;
	width:60px;
	padding:3px 5px 3px 10px;
	font-size:12px;
}
#outline dd {
	float:right;
	width:230px;
	padding:3px 10px 3px 0;
	font-size:12px;
}

#btnStart {
	position:absolute;
	top:332px;
	left:146px;
}

#fusen {
	position:absolute;
	top:0;
	right:0;
}

#curl {
	position:absolute;
	display:block;
	width:70px;
	height:136px;
	top:494px;
	left:377px;
}
a#curl:hover {
	text-decoration:none;
}