/* -- セミナーのCSS -- */
/* -- 見出し -- */

#main h1 {
height:20px;
_height:30px;
margin:0px 0px 0px 0px;
background-color:#E3FFE3;
border: none ;
line-height:100%;
padding:10px 5px 0px 10px;
color:#030;
font-size:small;
_font-size:x-small;
background: url(./../image/title_back_red.gif) ;
background-repeat: repeat-x ;
background-position: left top;
}

#main h2{
height:20px;
_height:30px;
margin:0px 0px 0px 0px;
background-color:#E3FFE3;
border: none ;
line-height:100%;
padding:10px 5px 0px 10px;
color:#030;
font-size:small;
_font-size:x-small;
background: url(./../image/title_back.gif) ;
background-repeat: repeat-x ;
background-position: left top;
}

#main h3{
color:#333333;
margin:10px 10px 20px 10px;
clear:right;
}


/* -- メイン -- */

#main{
width:610px;
_width:620px;
margin:0px 0px 0px 0px;
padding:0px 10px 0px 0px;
}

#main ul.submenu{
height:20px;
margin:0px 10px 20px 10px;
text-align: left;
}
#main ul.submenu li{
padding:0px 0px 0px 0px;
display:inline;
list-style-type:none;
}

#main ol{
margin-top:10px;
margin-left:2em;
margin-bottom:10px;
}

#main p{
margin:10px;
}