@import url("base.css");
/*全体の定義*/
#con{
	width:900px;
	height:1150px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}
ul#sho{
	font-size:12px;
	color:#666;
	line-height:23px;
	padding-left:20px;
}
/*左の定義*/
#title1{
	width:575px;
	height:25px;
	background-image:url(../images/introduction/title1_bg.jpg);
	background-repeat:no-repeat;
	padding-left:25px;
	padding-top:5px;
}
#block_co1{
	width:600px;
	height:30px;
}
#text1{
	width:600px;
	height:300px;
}
#con_form{
	width:600px;
	height:750px;
	margin-top:20px;
}
.table1 { 
width: 600px; /* テーブルの横幅 */ 
border-collapse: collapse; /* 枠線の表示方法 */ 
border: 1px #CCC solid; /* テーブル全体の枠線（太さ・色・スタイル） */ 
} 

.table1 TD { 
border: 1px #CCC solid; /* セルの枠線（太さ・色・スタイル） */ 
}

.ot{
	font-size:14px;
	color:#666;
	line-height:25px;
}
.ot2{
	font-size:14px;
	color:#666;
	line-height:25px;
}
.ot3{
	font-size:12px;
	color:#F69;
	line-height:25px;
}
