<!-- 画面 -->
body{font-size: 13px; font-style: normal; font-weight: normal; }	<!-- 画面背景色(標準) -->

body.std{background-color:#fcfcfc; color:#363636; font-size: 15px; font-style: normal; font-weight: normal;}	<!-- 画面背景色(標準) -->


<!-- テーブル -->
tr{font-size: 13px; font-style: normal; font-weight: normal;}
td{font-size: 13px; font-style: normal; font-weight: normal;}
table.std{background-color:#000066; font-size: 13px; font-style: normal; font-weight: normal;}	<!-- テーブル枠色(標準) -->
table.arg{background-color:#808080; color:#808080; font-style: normal; font-weight:bold;}	<!-- テーブル枠色(標準) -->
td.arg{background-color:#FFFF96; color:#808080; font-size: 15px; font-style: normal; font-weight: bold; padding:0,0,0,0;}	<!-- ヘッダ・セル色(標準/登録系) -->


tr.std{background-color:#000066; font-size: 13px; font-style: normal; font-weight: normal;}		<!-- テーブル枠色(標準) -->
td.std{background-color:#000066; font-size: 13px; font-style: normal; font-weight: normal;}		<!-- テーブル枠色(標準) -->

td.head1{background-color:#a9a9a9; color:#ffffff; font-size: 13px; font-style: normal; font-weight: bold;}	<!-- ヘッダ・セル色(標準/登録系) -->
td.head2{background-color:#666699; color:#ffffff; font-size: 13px; font-style: normal; font-weight: bold;}	<!-- ヘッダ・セル色(標準/一覧系) -->
td.data1{background-color:#ffffff; color:#000000; font-size: 13px; font-style: normal; font-weight: normal;}	<!-- データ・セル色(標準/奇数行) -->
td.data2{background-color:#dddddd; color:#000000; font-size: 13px; font-style: normal; font-weight: normal;}	<!-- データ・セル色(偶数行)      -->
td.button1{background-color:#ffffff; height:40; font-size: 13px; font-style: normal; font-weight: normal;}		<!-- ボタン・セル色, 配置        -->
td.datadsp{font-family:"ＭＳ ゴシック", monospace; font-size: 10pt;}	<!-- 確認画面(インフレーム)      -->
td.nav{background-color:#ffffff; color:gray; font-size: 11px; font-style: normal; font-weight: bold;}

a:link		{ color:#000099; font-weight:bold; }
a:visited	{ color:#000099; font-weight:bold; }
a:active	{ color:#ff9933;text-decoration:none; }
a:hover		{ color:#ff9933;text-decoration:none; background:#ffffcc; }


div.title{FILTER: DropShadow(Color=#babaad,OffX=1,OffY=1,Positive=1)\; HEIGHT: 18px; WIDTH: 100%; text-align:center;}

div.cat1{background-color:#FFFFFF}
div.cat2{background-color:#EEEEEE}
div.cat3{background-color:#DDDDDD}
div.cat4{background-color:#CCCCCC}
div.cat5{background-color:#BBBBBB}
div.cat6{background-color:#AAAAAA}
div.cat7{background-color:#999999}
div.cat8{background-color:#888888}
div.cat9{background-color:#777777}
div.cat10{background-color:#666666}


body#bg {
//	background-color: #69c;
	background-image: url(http://3.chibiquest.net/test/img/main-bg.gif);
	margin: 5px;
	font-size: 12px;
}

.bgw550 {
	background-color: #fff;
	width: 550px;
	border: 3px solid #036;
}

#hedtxt {
	margin-top: 1em;
	background-color:#36c;
	color:#fff;
	text-align:center;
	font-weight: bold;
	padding: 5px 0;
	width: 400px;
}

#cplist {
	text-align: left;
	width: 220px;
	padding: 3px 15px;
	border: 1px solid #ccc;
	margin: 3px;
}

.graydash {
	display:block;
	color:#fff;
	height: 0;
	border: 0;
	border-top: 1px dashed #ccc;
	margin: 3px 0;
}

#att {
	border:1px solid #900;
	padding-bottom: 3px;
	width: 400px;
	background-color: #FFE4E1;
}

#wborder {
	background-color: #fff;
	width: 550px;
	border: 1px solid #036;
	border-right: 10px solid #036;
	border-left: 10px solid #036;
	margin: 2em auto;
	text-align: left;
	padding: 7px 20px;
}

#wborder h4 {
	color: #36c;
	border-bottom: 2px dotted #ccc;
	margin-top: 5px;
	font-size: 15px;
	text-align: center;
}

