@charset "UTF-8";
/* CSS Info ====================
File name: common.css
Description: layout base (table)
Editors: Ishii,
Last Editor: Ishii
Last Edit Date: 2009.06.10
Table of Contents:
	*既存を外部に出しただけ…
 ===============================*/
body {
background:#c75e02;
}
  A {text-decoration: none;}
  A:Hover {text-decoration: underline; color:#FF3333;}
  td {font-size:12px;}
  th {font-size:12px;}
.size1 {font-size: 10px;}
.size3 {font-size: 12px; color: #000000}
.style1 {
	color: #FF0000;
	font-weight: bold;
}
.style2 {
	color: #030DBC;
	font-weight: bold;
}
.style26 {font-weight: bold}
.style28 {color: #FF5003}
.logo-bg {
background:url(../images/bg.gif) repeat-x;
}
