@charset "UTF-8";
/* CSS Document */

#content {
width: 900px;
margin-top: 25px;
float: left;
}

#main_img {
width: 700px;
float: left;
}

#main_inner {
margin-top: 30px;
width: 700px;
float: left;
}

/*サポート上メニュー ------------------------------------------------------------------------*/
#support_headmenu {
margin-top: 5px;
width: 700px;
float: left;
}

#support_headmenu ul{
width: 700px;
margin: 0;
padding: 0;
}

#support_headmenu li {
margin: 0px;
padding: 0px;
list-style-type: none;
padding-left: 0px; 
float: left;
}  

#support_tech a {
height: 15px;
width: 188px;
background-image: url(../img/support_menu_tech.gif);
display: block;
}
#support_tech a:hover {
background-image: url(../img/support_menu_tech_on.gif);
}

#support_tech_on a {
height: 15px;
width: 188px;
background-image: url(../img/support_menu_tech_on.gif);
display: block;
}
#support_tech_on a:hover {
background-image: url(../img/support_menu_tech_on.gif);
}

#support_gara  a {
margin-left: 15px;
height: 15px;
width: 165px;
background-image: url(../img/support_menu_gara.gif);
display: block;
}
#support_gara a:hover {
background-image: url(../img/support_menu_gara_on.gif);
}

#support_gara_on a {
margin-left: 15px;
height: 15px;
width: 165px;
background-image: url(../img/support_menu_gara_on.gif);
display: block;
}
#support_gara_on a:hover {
background-image: url(../img/support_menu_gara_on.gif);
}

#support_other  a {
margin-left: 15px;
height: 15px;
width: 178px;
background-image: url(../img/support_menu_other.gif);
display: block;
}
#support_other a:hover {
background-image: url(../img/support_menu_other_on.gif);
}

#support_other_on a {
margin-left: 15px;
height: 15px;
width: 178px;
background-image: url(../img/support_menu_other_on.gif);
display: block;
}
#abot_other_on a:hover {
background-image: url(../img/support_menu_other_on.gif);
}



/*サポート上メニュー終了 ------------------------------------------------------------------------*/