@charset "utf-8";
/* CSS Document */
@import "base.css";

#left_box{
	float:left;
	margin-left:20px;
	margin-top:20px;
	width:405px;
}
#tel{
	color:#FFF;
	margin-top:10px;
	margin-left:20px;
	margin-bottom:30px;
	font-size:xx-large;
	font-weight:1200;
}
#mail{
	
	
}
#right_box{
	float:left;
	margin-left:15px;
	margin-top:20px;
	width:440px;
}
table{
	width:420px;
	margin-top:20px;
	font-size:small;
}
.table_title{
	font-size:small;
	background-color:#EEE;
	color:#000;
	padding:10px;
	border-bottom:#000 1px solid;
}
.table_content{
	font-size:small;
	background-color:#555;
	color:#FFF;
	padding:10px;
	border-bottom:#000 1px solid;
}
.table_top{
	border-top:#000 1px solid;
}
input{
	font-size:small;
	padding:5px;	
}
.error{
	width:390px;
	background-color:#FFF;
	padding:5px;
	color:#900;
	font-size:small;
	line-height:1.2em;
}
.hissu{
	color:#F00;	
}
