#main_frame{
	margin-top:10px;
	width:100%;
}

/* ↓#main_container ------------------------------------*/
#main_container{
	width:800;
	float:left;
/*	
	background-color:#0033CC;
*/
}
#main_container a{
	font-weight:bold;
	line-height:20px;
	text-decoration:none;
	color:#222277;
}
#main_container a:hover{
	color:#4488FF;
}
/*
#main_container table tr td.wd1{
	width:140;
}
#main_container table tr td.wd2{
	width:40;
}
#main_container table tr td.wd3{
	width:400;
}
*/
/* ↑#main_container ------------------------------------*/

/* ↓#sub_container ------------------------------------*/
#sub_container{
	width:200;
	float:right;
/*
	background-color:#666600;
*/
}

/* ↑#sub_container ------------------------------------*/

strong{
	font-size:14px;
	line-height:30px;
}

#entry_table{
	margin-top:20px;
	margin-left:24px;
}
#entry_table table{
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", "ヒラギノ角ゴ Pro W3", Osaka-等幅, Osaka, 平成角ゴシック ;
	color:#111111;
}

.input_single{
	width:400px;
}
.input_multi1{
	width:400px;
	height:140px;
	resize:none;
}
