
body{
padding:0;
margin:0 auto;
text-align:center;
font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Osaka, san-serif;
font-size: small;
line-height: 150%;
letter-spacing: 0.03em;
}

#container{
position:relative;
background-image:url(../images/bg_header.gif);
background-repeat:repeat-x;
}

#header{
position:relative;
width:740px;
height:98px;
padding:0;
margin:0 auto;
text-align:left;
}

#main{
position:relative;
width:740px;
text-align:left;
margin:30px auto;
}

img{
border:none;
}

form{
padding:0;
margin:0;
}



/*ヘッダーロゴ*/

#header h1{
position:absolute;
margin:0;
padding:19px 0 0 0;
}


#header p{
position:absolute;
margin:5px 0 0 440px;
padding:0;
color:#FFFFFF;
}

#header p a{
color:#FFFFFF;
margin:0 3px 0 3px;
}


/*ヘッダータブ*/
#header ul{
padding:0;
margin:70px 0 0 400px;
display:block;
width:340px;
height:28px;
list-style:none;
position:absolute;
}

#header li{
display:block;
padding:0;
float:left;
text-indent:-10000px;  
}

#header li.home a{
display:block;
background-image:url(../images/tab_home.gif);
background-position:top;
background-repeat:no-repeat;
height:28px;
width:180px;
magin:0;
}
#header li.home a:hover,
#header li.home a:active{
background-image:url(../images/tab_home.gif);
background-position:bottom;
background-repeat:no-repeat;
}

#header li.ctl a{
display:block;
background-image:url(../images/tab_ctl.gif);
background-position:top;
background-repeat:no-repeat;
height:28px;
width:155px;
magin:0;
}


#copyright{
background-image:url(../images/logo_fb.gif);
background-position:right 31px;
background-repeat:no-repeat;
padding:30px 32px 5px 0;
text-align:right;

}
#copyright a{
font-size:90%;
color:#666666;
text-decoration:none;
}

strong{
color:#FF0000;
font-size:120%;
}