/********************
2005/9/5
takahasi akifumi
aright reserved
*********************/

/****************************
    prefix defined
*****************************/
/*
body{
 margin-top: 3px;
 margin-bottom: 0px;
}
*/

a{
   text-decoration: none;
}
a:link {
   text-decoration: none;
}
a:hover {
   text-decoration: underline;
}

h3 {
     margin:0.5em 0px;
     padding-left: 0.5em;
     border-bottom: 1px #b0b0b0 solid;
}

h4{
     margin:0.5em 0px;
     padding-left: 0.5em;
     border-bottom: 1px #b0b0b0 solid;
}

h5{
     margin:0.5em 0px;
     padding-left: 0.5em;
     border-bottom: 1px #b0b0b0 solid;
}

img{
     border: solid 0px;
}

p{
  margin:0.5em 0px;
  font-size: inherit;
}

table{
  font-size: inherit;
  border-collapse: collapse; 
}

dl{
  font-size: inherit;
}

/****************************
    for layout defined
*****************************/
.layout {
   width:800px;
   text-align: left;
/*   border:solid 1px black; */
}

/****************************
    for header part defined
*****************************/
.header{
        width:100%;
        height:27px;
        COLOR:black;
        BACKGROUND-COLOR: #ff9900;
	border: solid 1px black;
}

.sub_header{
/*     width:100%; */
     font-size:12px;
     text-align: right;
/*     border-style: none; */
}

.page_image{
/*     width:100%; */
     font: inherit;
/*     text-align: left; */
     height:100px;
}

/****************************
    for menu part defined
*****************************/
.menu{
   WIDTH:100%;
   font-size:8pt; 
   font-weight:normal; 
   background-color:black;
   border-left: solid 1px black;
   border-right: solid 1px black;
}

/***   main menu define   ***/
td.main_menu{
	BACKGROUND-COLOR: #e6e6e6;
	height: 27px;
       width: 12%
}

td.main_menu A{ color: black;}
td.main_menu A:link{ color: black;}
td.main_menu A:hover{ color: black;}

/***   sub menu define   ***/
td.sub_menu{
	height: 27px;
	width: 9%;
}
td.sub_menu a {
	color: white;
	font-size:6pt;
}
td.sub_menu A:link{ color: white;}
td.sub_menu A:hover{ color: #c0c0c0;}

/*** for current page menu ***/
td.current_page {
	BACKGROUND-COLOR: white;
	height: 27px;
	width: 12%;
       color: #909090;
}

/****************************
    summary define part
*****************************/
.summ_image{
     font: inherit;
/*     text-align: left; */
     height:150px;
}

.summary{
/*  width:100%; */
/*  height: 450px; */
/*  layout-grid-mode: line; */
/*  layout-grid-type: loose; */ 
  font-size: 14px;
  line-height: 1.5em;
  text-align: left;
  vertical-align: top;
}

/**********************************
    for footer summary part defined
***********************************/
.footer{
   font-size:10px;
   WIDTH:100%;
   BACKGROUND-COLOR: #ff9900;
   border: solid 1px black;
}

.copyright{
    width:100%;
    height:17px;
    font-size: 10px;
    text-align: center;
/*    border-style: none; */
}
