﻿*{
margin:0px;
padding:0px;
}

html
{
	height: 100%;
}


body 
{
    height:100% ;
    margin-top:0px;
    margin-bottom:0px;
    font-family:Verdana;
    font-size:small;
    color:#666666;
    line-height:1.4;
    background-image:url("../../NewImage/Back/bg_katsuo.png");
}

.Twitter
{
    
    position:fixed;
    top:30px;
}

#shadow
{
    margin-left:auto;
    margin-right:auto;
    width: 858px;
    height:auto;
    min-height:100%;
    background-image:url("../../NewImage/Back/bg_main.png");
    }

#Container /*全体の位置レイアウト用*/
{
    margin-left:auto;
    margin-right:auto;
    width: 850px;
    height:auto;
    min-height:100%;
    text-align:left;
    background-color:#FFFFFF;
}


#Header
{
    width: 800px;
    margin:0px auto 10px auto;
    background-color:#FFFFFF;
}

#SiteDescription
{
    float:right;
}

.HeaderBottom
{
    clear:both;
    height:1px;
    background-image:url("../../NewImage/bot_B_h.gif");
    background-repeat:repeat-x;
    margin-bottom:20px;
}

#Footer
{
    width: auto;
    padding:20px;
    text-align:center;
    clear:both;
   
 } 
 
 .lnkFooter
{
    padding: 0 4px 0 4px;   
    /*border-right: solid 1px #000000;

    border-right-style: solid;
    border-right-color: #999999;*/
}

body a:link
{
    text-decoration:none;
    color:#000099;
}

body a:visited
{
    text-decoration:none;
    color:#990099;
}

body a:hover
{
    text-decoration:underline;
    color:#FF2000;
}

body a:active
{
    text-decoration:underline;
    color:#FF2000;
}
