html {	overflow-y: scroll;}
body{margin:0 auto;width:1060px;}/*widthは本体が1000pxなので+60px*/
body,table {
	font-size: 12px;/*表示01.cgiで$ftsiz="14px";#本文文字の大きさを指定している。文字色$ftcolor="#333";*/
}
/*height:700pxは個別のstyleWin/styleMacから指定を外す。/sketch/index.htmlでscroll barが出てしまうため。以下のmain-boxで指定し直した。
/*個別height:はgoogleChromeで画面表示の際の揺れを軽減する。「画帳と一緒に」の各ページに万遍なくscroll-barを表示させる。winIEに利かすにはbodyにpadding-top:15px;とする*/
/*box*//***boxブロックはstyle.cssで一括指定しているmac/win共通指定***/
#main-box{width:1000px;border:solid 0px #00f;padding:0;}
#left-box{float:right;width:270px;margin-top:30px;margin-right:0;}/*left-boxとあるがfloat:rightに変更、しかしidネームは変えず*/
#boxA{margin:7px 0;}
#right-box{margin:0;padding:0;float:left;width:700px;margin-top:30px;border:solid 0px #f00;}/*right-boxとあるがfloat:leftに変更、idネームは変えず*/
#right-box table{margin:0;padding:0;width:650px;height:335px;}
/*↑↑↑ここのheight:335px;と↓#heightfixと00.plファイルの<table style=\"width:650px;height:465px;\"が連動している。このheight:465px;は外している。外してwinでは未確認。要チェック。
siteiwohazusiteiru */
#heightfix{height:335px;float:left;margin:0;width:1px;}/*height:400px;本文の高さを一定にしていたが.#right-box tableのheight:435px;の方が利いた*/
/*title text*/
#titleA{position:relative;z-index:1000;margin:0;padding :0;margin:0 0 8px 0;text-align:left;font-size:24px;font-family:sans-serif;font-weight:200;}
#subtitle{position:relative;z-index:1000;margin:0 0 20px 0;padding:0;text-align:left;font-size:18px;font-weight:200;color:#555;}
#com{line-height:2.0em;letter-spacing:0.05em;color:#333;text-align:left;}
#credit{width:930px;margin:35px 0 15px 0;padding:3px;text-align:center;font-size:7pt;color:#666;}
 /*a:link*/
a:#linkline{color:#343434;text-decoration:none;}/*8e8eff*/
a:link {color:#343434;}/*3333aa*/
a:hover#linkline{color:#005500;text-decoration:none;}/*ff0000*/
/*index navi*/
table.enc{width:200px;color:#343434;text-align:left;border-top: solid 1px #ffffff;}
table.enc td {
/*height:20px;*//*<>win*/
/*
table.enc td a {display: block;padding:2px 2px 2px 8px;color:#343434;text-decoration:none;border-left:solid 5px #1d411c;}
table.enc td a:link {color:#343434;	}
table.enc td a:visited {color:#343434;	}
table.enc td a:hover {background-color:#234730;color:#ffffff;}
*/

a{overflow:hidden;outline:none;}
.list {font-size:9px;color:#888888;text-decoration:none;}
.list a:link {font-size:9px;color:#888888;text-decoration:none;	}
.list a:visited {font-size:9px;color:#888888;text-decoration:none;	}
.list a:hover {font-size:9px;color:#888888;text-decoration:none;}

#imglayoutW{position:relative;z-index:999;margin:0;}/*ヨコ長画像の配置、00.plファイルで指定している*/
#imglayoutH{position:relative;z-index:999;margin:0;}/*タテ長画像の配置、00.plファイルで指定していたが*/
/*シリーズindex naviはserialA.js、serialA.cssに指定あり。*/
