@charset 'utf-8';

/* -- 会社案内の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 p{
margin:10px;
}

/* -- ご挨拶 -- */

#main p.greeting{
color:#333333;
font-size:small;
_font-size:x-small;
line-height:200%;
margin:0px 20px 0px 20px;
}

/* -- 社長略歴 -- */

#main img.president{
width:120px;
height:180px;
margin:0px 10px 0px 0px;
float:left;
}

#main table.presidenthistory {
border:none;
width:480px;
margin:0px 0px 0px 0px;
}

#main table.presidenthistory td.historyyear{
width:80px;
}

/* -- 会社概要 -- */
#main dl {
border:none;
width:580px;
margin:0px 10px 0px 10px;
}
#main dt {
float:left;
width:100px;
clear:both;
text-align:right;
padding:1px 0px 1px 0px;
color:#036C03;
}
#main dd {
width:477px;
margin-left:100px;
padding:1px 0px 1px 5px;
}

#main ol{
margin-left:1.5em;
}

/* -- 地図 -- */
#main img.companymap{
margin:0px 10px 10px 0px;
float:left;
}
