﻿/*@charset "Shift_JIS";
 CSS Document */

#Footer_Contents
{
    margin-left:auto;
    margin-right:auto;
    width:1000px;
    clear:both;
    background: linear-gradient(to bottom, #fbfbfb, #FFFFFF);
    background: linear-gradient(top, #fbfbfb, #FFFFFF);
    background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#fbfbfb));
    background: -moz-linear-gradient(top, #FFFFFF, #fbfbfb);
    background-color: #fbfbfb;    
}

/*フッターロゴ*/
#Footer_Logo
{
    width:300px;
    height:70px;
    float: left;
}

.Footer_Menu_List
{
    width:500px;
    height:70px;
    float: left;
    
    
}

.Footer_Menu_Text
{
    float: left;
    height:70px;
    color:#000000;
    font-size:10px;
    margin-left:30px;
    padding-top:30px;
}

.Footer_Menu_Text a
{
    color:#000000;
    text-decoration:none;
}

.Footer_Menu_Text a:hover
{
    color:#000000;
    background-color:#ff9933;
    text-decoration:none;
}




#Footer_Copyright
{
    color:#222222;
    font-size:10px;
    clear:both;
    float: left;
    text-align:right;
    width:100%;
}

