/* ページ全体をセンタリングするためのコンテナ */
#cover{
	margin:0px;
	padding:0px;
	text-align: center;	/* 古いIE向け設定 */
}

/* センターの770px部分 */
#all{
	width: 770px;
	margin: auto;	/* モダンブラウザ向け左右余白の自動設定 */
	font-family: sans-serif;
	text-align: left;	/* 古いIE向け記述の後処理 */
}

/* ヘッダ */
#header{
	width: 770px;
	height: auto;
	font-size: 0.95em;
	text-align: center;
}

/* ホームページ内の位置 */
.place{
	text-align: left;
	padding-left: 10px;
	font-size: 0.8em;
}

/* メイン部分のコンテナ */
#main{
	width: 100%;
	height: auto;
	padding-top: 1em;
	text-align: center;
}
#main table{
	margin: auto;
}
#main a:hover{
	color: #cc3300;
}
img{
	border: none;
}
H1{
	width: 95%;
	color: white;
	font-size: 1.9em;
	text-align: left;
	padding-top : 5px;
	padding-left : 10px;
	padding-bottom : 5px;
}

#series{
	font-size: 1.5em;
}

H2{
	width: 90%;
	margin: auto;
	text-align: left;
	color: #234974;
	font-size: 1.5em;
	padding-left: 5px;
	padding-bottom : 5px;
	border-left:solid 12px #468c56;
	background-image: url(image/line_1.gif);
	background-repeat: no-repeat;background-position: left bottom;
}

/* 書籍一覧のコンテナ */
.list{
	width: 693px;
	height: auto;
	border-collapse: separate;
	border-spacing: 10px 20px;
}

/* 子どもと遊び：左側・表紙の設定 */
.list_cl{
	width: 318px;
	height: 250px;
	text-align: left;
}
/* 子どもと遊び：右側・書籍紹介の設定 */
.list_cr{
	width: 375px;
	height: 250px;
	text-align: left;
}

/* 福祉：左側・表紙の設定 */
.list_l{
	width: 180px;
	height: 250px;
	text-align: left;
}
/* 福祉：右側・書籍紹介の設定 */
.list_r{
	width: 513px;
	height: 250px;
	text-align: left;
}

.list_title{
	width: 100%;
	vertical-align: middle;
	background-color: #d7fdd5;
}
.list_title strong{
	color: #cc3300;
}
.title{
	font-size: 1.2em;
}
.list_contents{
	font-size: 0.8em;
}

.futabado{
	float: right;
	text-align: left;
	margin-right: 80px;
	margin-top: 0;
	padding-top: 0.5em;
	margin-bottom: 2em;
	line-height: 1.5em;
}

/* フッタ */
#footer{
	font-size: 0.9em;
	text-align: center;
}
#footer a:visited{
	color: black;
}
#footer HR{
	width: 90%;
}

.orderm{
	margin-left: 1.5em;
	line-height: 1.5em;
}
.item{
	test-align: left;
	font-size: 1.2em;
	color: #ff00ff;
	font-weight: bold;
}
.notice{
	text-decoration: underline;
}
H3{
	color:#006f6f;
	text-align:center;
	font-size:1.2em;
}
.nakami{
	border-top: 1px solid #8080C0;	/* h3の上下、文字幅に合わせて線を引く */
	border-bottom: 1px solid #8080C0;
	padding-top: 3px;
	padding-bottom: 3px;
}
H4{
	color:green;
	font-size:1.1em;
	padding-left:0.5em;
}

