/* CSS Document */

body{
margin: 0;
padding: 0;
font-family: "ＭＳ Ｐゴシック", sans-serif;
background-color:#ffffff;
background-image:url("images/tbc_back2.jpg");
background-repeat:repeat-y;
}

img {
border: none;
}

a{ 
color: #990000; 
text-decoration: none;
}
a:visited{ color: #999999; 
}
a:hover{ color: #ff6600; 
text-decoration: underline;
}

.text10 { font-size: 10px; line-height: 16px }
.text10-b { font-size: 10px; line-height: 12px }
.text12 { font-size: 12px; line-height: 16px }
.text12-a { font-size: 12px; line-height: 20px }
.text14 { font-size: 14px; line-height: 18px }
.text16 { font-size: 16px; line-height: 24px }
.text18 { font-size: 18px; line-height: 26px }

p{margin:0; padding:0;}

tr,td img{vertical-align:bottom;}

/* コンテンツ-------------------------------- */

#header { 
width: 936px;
height: 96px;
}

#header1{
float: left;
width: 765px;
height: 96px;
}
#header2{
float: left;
width: 171px;
height: 96px;
}



#content{ 
width: 936px;
margin: 0px;
padding: 0px;
}

#menu{
float:left;
width: 230px;
margin: 0px;
padding: 0px;
background-color:#660000;
}


#main{
float:left;
width: 670px;
padding-top: 15px;
padding-left: 25px;
padding-right: 0px;
}

#footer{
margin-top: 50px;
}