body {
	background-image: url(notch-base/back-01.gif);
	background-attachment:fixed;
	background-position:left bottom;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

body,td,th,div,p{
	font-size: 10pt;
	color: #000000;
}



.w-table{
	background-color: #FFFFFF;
}


.yuttari{
	letter-spacing: 3px;
	line-height:130%;
}


.tatenaga{ /* 各サンプルで使用してるのとは違う記述だがそのままでよい*/
   position: absolute;
   left: 50%;
   width:  800px;        /* 横幅 */
   margin-left: -400px;  /* マイナス「横幅÷2」 */
   overflow: auto;  /* 内容がはみ出る場合の表示方法 */
}



#enter-main { /* enterのような左右上下から真ん中寄せ*/
   position: absolute;
   top:  50%;
   left: 50%;
   width:  600px;        /* 横幅 */
   height: 600px;        /* 高さ */
   margin-left: -300px;  /* マイナス「横幅÷2」 */
   margin-top:  -250px;  /* マイナス「高さ÷2」 */
   overflow: auto;  /* 内容がはみ出る場合の表示方法 */
}

#listdayo{ /* 漫画･絵本ページの作品リストのテーブル全体に使用する */
  width:  748px;        /* 横幅 */
	border:0px;
	border-collapse: separate;
	border-spacing: 9px;
	empty-cells: hide;
 	text-align:center;
    margin:0px auto;
}

.list{	/* 作品リストの中のtdに指定しているもの*/
}

.cork-bord{ /*絵本ページの作品リストの背景に使用する*/
	background-image: url(notch-base/cork2.gif);
	position:static;
	height:1480px;
}


.list-pb{ /* 絵本の方でリストのそれぞれの中の中央寄せに指定しているもの */
 	text-align:center;
    margin:0px auto;
}

.list-normal{ /* 作品リストのtdの中にあるdivに指定しているもの */
	background-color: #FFFFFF;
	width:169px;
 	text-align:center;
    margin:0px auto;
}

.list-kanbai{
	background-color: #d4cd96;
	width:169px;
 	text-align:center;
    margin:0px auto;
}


.about{
   position: absolute;
   top:100px;
	left:100px;
}

.14{font-size:14pt;}

.18{font-size:18pt;}


.b {font-weight: bold;
}

.green1{color:#336600;
}

.red1{color:#990000;
}

.orange{color:#cc6600;
}



a:link {
	color: #774e22;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #774e22;
}
a:hover {
	text-decoration: underline;
	color: #996633;
}
a:active {
	text-decoration: none;
	color: #996633;
}


/*サイトマップ用*/
a.site:link {
	color: #000000;
	text-decoration: none;
}
a.site:visited {
	text-decoration: none;
	color: #000000;
}
a.site:hover {
	text-decoration: underline;
	color: #312006;
}
a.site:active {
	text-decoration: none;
	color: #312006;


