@import url("base.css");
/*全体の定義*/
#main{
	width:800px;
	height:1110px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}
#left{
	width:525px;
	height:1100px;
	float:left;
}
#right{
	width:250px;
	height:1100px;
	float:left;
	margin-left:25px;
}
/*左の定義*/
#title1{
	width:525px;
	height:35px;
}
#line1{
	width:525px;
	height:10px;
}
#box1{
	width:525px;
	height:250px;
	margin-top:50px;
}
#box2{
	width:525px;
	height:400px;
}
.table1 { 
width: 525px; /* テーブルの横幅 */ 
border-collapse: collapse; /* 枠線の表示方法 */ 
border: 1px #1C79C6 solid; /* テーブル全体の枠線（太さ・色・スタイル） */ 
} 

.table1 TD { 
border: 1px #1C79C6 solid; /* セルの枠線（太さ・色・スタイル） */ 
}
/*右の定義*/
#right_bt{
	width:250px;
	height:30px;
	margin-bottom:20px;
}
#right_bt_c{
	width:230px;
	height:50px;
	margin-bottom:10px;
	margin-left:15px;
}
#banner1{
	width:250px;
	height:180px;
}
.con1{
	font-size:12px;
	background-color:#CCF;
	color:#006;
}
.con2{
	font-size:12px;
	color:#006;
}