body {
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	margin: 0px;
}

/* 左メニュー */
#menu{
	background-color: #FFFFFF;
	border-left: 1px solid #C0C0C0;

}

/* ヘッダー */
#header{
	background-color: #FFFFFF;
	border-left: 1px solid #C0C0C0;
	border-right: 1px double #C0C0C0;
}

/* メイン画面 */
#content{
	background-color: #FFFFFF;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;

}

/* メインtext */
#maintext{
	margin: 10px;

}

/* tabletext */
#tabletext{
	line-height: 16px;
	margin: 3px;
	text-align: left;
}

/* フッター */
#footer{
	background-color: #ccffcc;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #330000;
}

/*
a {
	color: #000000;
}
*/

a:hover {
	color: #330000;
	background-color: #336699;
}

form {
	background-color: #CCCC99;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
  background-color: #990000; color: #FFFF66;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
  color: #660000; font-style: oblique;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	background-color: #ffffff;
}

.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCC66;
}

/* 左メニュー　リンク　カーソル無し */
.navLink a:link, .navLink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0066ff;
	background-color: #CCCC66;
	background-color: #DEDECA;
	width: 200px;
	height: 28px;
	text-decoration: none;
	vertical-align: middle;
	padding: 3px;
}

/* 左メニュー　リンク　オンマウス時 */
.navLink a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #CCCC66;
	text-decoration: none;
	vertical-align: middle;
}





.sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFF99;
}

.sidebarHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFF99;
	background-color: #999933;
 font-weight: bold;
}

.sidebarFooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFF99;
 color: #990000;
}

/* フッター部使用 */
.footer {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #FFFF99;
}

.legal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333333;
}

.box1 {
	border-width: 2px;
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
  border-style: dotted;
	}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

/* ヘッダー部使用 */
.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #339933;
}

.titlebar a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.titlebar a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-color: ffffff;
	color: #FFFFFF;
	text-decoration: none;
}

.dingbat {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CCCC99;
 color: #660000; font-weight: bolder; font-size: medium;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

main_table {
	border: 1px dashed #999999;
}
