@charset "utf-8";
/* 
━━━━━━━━━━━━━━━━━━━━━━━━━
共通
━━━━━━━━━━━━━━━━━━━━━━━━━  
*/

*{
  margin: 0;
  padding: 0;
}
img{border: 0;}
h1,h2,h3,h4,h5,h6{
  font-size: 100%;
  font-weight: normal;
}
a:visited {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #047EC8;
}
a:link {
	color: #0000FF;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.marker-yellow {background: #FF0;}
.marker-pink {background: #F9F;}
.red {color:#F00;}
.white {color:#FFF;}
.bold {font-weight:bold;}
.underline {text-decoration:underline;}
.oblique {font-style:oblique;}
.smaller {font-size:smaller;}
.left {float:left;margin-right:10px;}
.right {float:right;margin-left:10px;}
.clear {clear:both;}
.sml {text-align:left;}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━
ページレイアウト
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
body {
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(images/bg.gif) top left repeat;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 200%;
	font-weight: normal;
	font-variant: normal;
}

h1 {
text-align:right;
color:#FFF;
padding-right:5px;
padding-top:2px;
}
label {text-align:left;}
#wrapper2 {
	background:url(images/books_notebookbuy01.jpg) top center no-repeat;
	padding-top:710px;

}

#wrapper {
	background:url(images/bg2.png) top center repeat-y;
	width: 980px;
	margin:0px auto;
	text-align:center;
}

#voice {
	background:url(images/books_notebook00.jpg) top center no-repeat;
	padding-top:190px;
	height:310px;
	line-height:1.3;
}

#voice ul {
	width:780px;
	height:210px;
	overflow:auto;
}

#voice ul li {
	text-align:left;
	margin-left:230px;
	margin-bottom:10px;
	list-style-type:circle;
}

#content {
	background:#FFF;
	margin:0px auto;
	text-align:center;
	width: 960px;
}
#content p {
	margin-bottom:50px;
}

#content p.text {
	text-align:left;
	padding:0px 20px 0px 80px;
}
#point2 {
	height:400px;
	background:url(images/books_notebook06.jpg) top center no-repeat;
	text-align:left;
	padding-top:100px;
	padding-left:600px;
}

#profile{
	height:350px;
	font-size: 14px;
	line-height: 150%;
	text-align:left;
	background:url(images/books_now08.jpg) top center no-repeat;
	padding-top:130px;
	padding-left:300px;
	padding-right:20px;
}
.marker-y {background:#FF0;}
.red {color:#F00;}
.bold {font-weight:bold;}
.larger {font-size:larger;}
#cd {
	background:#e12516 url(images/books_now16.jpg) top center no-repeat;
	width:960px;
	height:580px;
	text-align:left;
}
#cd input {
	color:#FFF;
	background:#e12516;
	border:0;
	font-size:20px;
	text-align:left;
	font-weight:bold;
}
#cd form {
	color:#FFF;
	padding-top:440px;
	padding-left:170px;
}
.formbg {
	background:url(images/books_now17.jpg) bottom center no-repeat;
	margin-top:-20px;
	padding-bottom:50px;
}
#cd0 {
	width:960px;
	margin:0px auto;
	text-align:center;
}
#cd0 input {
	color:#FFF;
	background:#ffc600;
	border:0;
	font-size:20px;
	text-align:left;
	font-weight:bold;
}
#cd0 form {
	position:absolute;
	top:3px;
	margin-left:500px;
	color:#FFF;
}
.iine {
	height:170px;
	background:url(images/books_notebookbuy06.jpg) top right no-repeat;
}