/*  basic layout */

td,th {  color: #000000;}
body { color: #000;  background: #FFF;  margin: 0px;  padding: 0px;  text-align: center;}
table { border-collapse: collapse;}
table#border { border: 1px solid #0000CD;}
em { color: #fff; background: #EE82EE; font-style: normal; padding: 2px 2px 0px 2px;font-size: 12px;}

#layout{width: 760px;padding: 0px;margin: 0px auto;background: #FFF;}

h5 {font-size: 10px; color: #FFFFFF;}
h4 {font-size: 12px; color: #000000;}
h3 {font-size: 14px; line-height: 150%; font-weight: bold; margin: 0px 0px 0px; padding: 0px;}
h2 { border-left: 5px solid #E6E6FA; border-bottom: 1px solid #E6E6FA; font-size: 14px; color: #9400D3;  font-weight: bold;
  margin: 18px 0px 6px 0px;  padding-left: 5px;  padding-bottom: 3px;}
h1 { font-size: 18px; line-height: 150%; font-weight: bold; margin: 0px 0px 6px; padding: 0px;}
hr { color: }
h1#border { font-size: 18px; line-height: 150%; font-weight: bold; margin: 0px 0px 6px; padding: 4px;  padding-top: 10px;
  border-left: 7px solid Green; border-bottom: 1px solid Green;}

p { font-size: 12px; text-indent: 1em; line-height: 150%; margin: 0; padding:4px;}
p#clerLeft { clear: right;}

A { font-weight: normal; text-decoration: none; }
:link { COLOR: darkcyan; TEXT-DECORATION: none;}
:active { TEXT-DECORATION:darkcyan}
:visited { COLOR: darkcyan; TEXT-DECORATION: none;}
:hover { COLOR: #f93;TEXT-DECORATION: underline}

/*------------ text menu ------------*/

#navbar { width: 650px; list-style-type: none; margin-left: 5px; padding-left: 0; font-size: 12px;}
ul#navbar li {  line-height: 120%;  width: 90px;  margin: 4px 0px 0px 0px;  float: left;  font-weight: normal;}
ul#navbar li a {  display: block;  width: 92px;  padding: 4px 0px 4px 0px;  font-weight: normal;  text-decoration: none;  text-align: center;  background-color: #FFFFFF;  color: #999999;  border: 0px 0px 0px 1px #cccccc solid;}
ul#navbar li a:hover { background-color: #FF9933; color: White;}
ul#navbar li a#fc {display: block;  width: 92px; padding: 4px 0px 4px 0px; font-weight: bold;
  text-decoration: none; text-align: center; background-color: #99CCCC; color: #FFFFFF;  border: 0px 0px 0px 1px #cccccc solid;}

/*------------ line operation ------------*/

.vs_script {font-size: 10px; margin-top : 10px; margin-bottom : 10px;}
.s_script { font-size: 12px; top : 1em; margin-top : 10px; margin-bottom : 10px;}
.m_script { font-size: 14px;}
.l_script { font-size: 18px;}
.textKyokai {  font-size: 10px;  color: Blue;  line-height: 150%; margin: 5px;padding-right:6px;}
.column {
	width: 300px;
	padding: 0px ;
	margin: 0px ;
	background-color: #fff1bf;
	color: #333333;
/*	background-image: url(images/kadomaru_btm.gif);  */
/*	background-repeat: no-repeat; */
/*	background-position: bottom left; */
}
.colout {
	width: 300px;
	color: white;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(images/kadomaru_top.gif);
	background-repeat: no-repeat;
	background-position:top left;
}