﻿/* -- サイトの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.gif) ;
background-repeat: repeat-x ;
background-position: left top;
}

#main h1.menu {
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;
}

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_blue.gif) ;
background-repeat: repeat-x ;
background-position: left top;
}

#main h3{
}

/* -- メイン -- */

#main{
width:610px;
_width:620px;
margin:0px 0px 0px 0px;
padding:0px 10px 0px 0px;
}

#main ul.sitemenu{
height:20px;
margin:0px 10px 20px 10px;
text-align: left;
}
#main ul.sitemenu li{
padding:0px 0px 0px 0px;
display:inline;
list-style-type:none;
}

#main ol{
margin-top:10px;
margin-left:2em;
margin-bottom:10px;
}

#main ul{
margin-top:10px;
margin-left:2em;
margin-bottom:10px;
}

#main dl {
border:none;
width:580px;
margin:10px 10px 10px 10px;
}
#main dt {
float:left;
width:88px;
clear:both;
text-align:left;
padding:1px 0px 1px 0px;
}
#main dd {
width:465px;
margin-left:88px;
padding:1px 0px 1px 5px;
}

#main p{
margin:10px;
}

