﻿.video_item td
{
    text-align:center;
    width:200px;
    padding:20px 0 0 0;
}

.video_item
{
     background: url(images/bg_video_item.jpg);
}

#video_item_01
{
    width: 106px;     
    margin-bottom:5px; 
}

#video_item_01 a
{
    display: block;
    width: 106px;
    height: 80px;    
    background: url(images/video_item/item_01.jpg);
}

#video_item_01 a:hover
{
    background: url(images/video_item/item_01_on.jpg);
}

#video_item_02
{
    width: 106px;     
    margin-bottom:5px; 
}

#video_item_02 a
{
    display: block;
    width: 106px;
    height: 80px;    
    background: url(images/video_item/item_02.jpg);
}

#video_item_02 a:hover
{
    background: url(images/video_item/item_02_on.jpg);
}

#video_item_03
{
    width: 106px;     
    margin-bottom:5px; 
}

#video_item_03 a
{
    display: block;
    width: 106px;
    height: 80px;    
    background: url(images/video_item/item_03.jpg);
}

#video_item_03 a:hover
{
    background: url(images/video_item/item_03_on.jpg);
}

#video_item_04
{
    width: 106px;     
    margin-bottom:5px; 
}

#video_item_04 a
{
    display: block;
    width: 106px;
    height: 80px;    
    background: url(images/video_item/item_04.jpg);
}

#video_item_04 a:hover
{
    background: url(images/video_item/item_04_on.jpg);
}