@charset "UTF-8";
body {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #9C0;
	padding-top: 5px;
}
#header {
	width:1000px;
	height:105px;
		margin-left:auto;
	margin-right:auto;	
}

#header h1 {
	background-image: url(../img/tubelockertop.png);
	height:105px;
	background-repeat: no-repeat;
	margin-left:-5px;
}
#header h1 span {
	display:none;
}

#header p {
	float:right;
	font-size:1.4em;
	position:relative;
}
#joinTop {
	
	background-color: #111;
	height: 180px;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
}
#joinTop #enterURL {
	width: 750px;
	float:left;
	position:absolute;
}
#joinTop #enterURL h2 {
	margin-top:25px;
	color: #9C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height:100%;
}

#joinTop #enterURL h3 {
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	letter-spacing: -0.03em;
	line-height:1.3em;
}
#joinTop #enterURL h3 strong {
	color:#FFF;
	font-size:1.2em;
	letter-spacing: -0.05em;
}

#joinTop #enterURL form {
	margin-top:10px;
}

#joinTop #myBooknark {
	width: 240px;
	height:180px;
	float: right;
	background-color: #9C0;
}


#joinTop #myBooknark h4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-size:1.6em;
	font-weight:bold;
}


#joinTop #myBooknark h4 a {
	color:#FFF;
	width: 238px;
	height:180px;
	display:block;
	text-decoration:none;
	text-align:center;
	line-height:180px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}

#joinTop #myBooknark h4 a:hover {
	background-color:#999;
	text-decoration:underline;
}

#contents {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:15px;
	background-color: #F5F5F5;
	padding-right: 20px;
	padding-left: 20px;
}

#contents h1 {
	font-size:1.4em;
	margin-top:30px;
	margin-bottom:15px;
	background-color: #000;
	color: #9C0;
	font-weight: bold;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9C0;
	border-bottom-color: #9C0;
}

#contents p {
	margin-top:5px;
	margin-bottom:5px;
	line-height:170%;
}

