
#container{

margin-left:auto;
margin-right:auto;
border-top: 0px solid #999;
border-left: 0px solid #999;
border-right: 0px solid #999;
border-bottom: 0px solid #999;}
#banner{
background:url(images/head.jpg);
margin-left:auto;
margin-right:auto;
border-top: 0px solid #999;
border-left: 0px solid #999;
border-right: 0px solid #999;
border-bottom: 0px solid #999;
height:150px;
width:1100px;
}


table#table-01  {
margin-left:auto;
margin-right:auto;
	background: #fb7e60;
	border-left: #cccccc 1px solid;
	border-collapse: collapse;
	width:1100px;
	font-size: 20px;
	color:#333333;
} 
table#table-03  {
border-style: solid; border-color: #000000;
margin-left:auto;
margin-right:auto;
	background: #ffffff;
	width:1100px;
	font-size: 15px;
	color:#333333;
} 




<style>
a{/*リンクされた文字*/
    color:#0000ff;
    font-style:normal;
    font-weight: bold;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:#000000;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#934C7B;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#ff0000;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    font-weight: bold;
    text-decoration:none;
}


.table2 {
	border: #2D0F09 0px solid;
	border-collapse: collapse;
	font-size: 20px;
	width:905px;
	color: #000000;	
	text-align: center;
}
.td1 {
border-style: solid; border-color: #000000;
	border: #000000 0px ;
	background-color: #f5deb3;
	text-align: center;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #000000;	
}


.td2 {  
border-style: solid; border-color: #000000;
	border: #000000 0px ;
	background-color: #cccccc;
	text-align: center;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #000000;	
}
.td3 {
border-style: solid; border-color: #000000;
	border: #0000000 0px ;
	background-color: #ffffff;
	text-align: right;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #000000;	
}
.td4 {
border-style: solid; border-color: #000000;
	border: #0000000 0px ;
	background-color: #ffffff;
	text-align: right;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #ff0000;	
}



.banner h1{
font-size:10px;
color:#cccccc;
padding-bottom:10px;
padding-left:20px;
}
</style>

#content{
float:left;
width:905px;
padding-left:20px;
padding-right:20px;
}
/*
#menu{ 
float:right;
width:180px;
padding-right:20px;
}
*/
#foot{
margin-left:auto;
margin-right:auto;

clear:both;
text-align:center;
font-size:10px;
background:#fff;
width:900px;
height:20px;}




