@charset "UTF-8";
/* CSS Document */

/*コンテンツタイトル*/
#contents_title {
	height: 130px;
	position: relative;
	width: 960px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.red {
	color: #F00;
}

.red_s {
		font-size: 12px;
	color: #F00;
}

.blue {
	color: #2280c5;
		margin-top:10px;
}

.b_l {
	font-size: 18px;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	color: #000;
}

.red_b_l {
	font-size: 18px;
		color: #F00;
			font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;

}

.blue_ll {
	font-size: 20px;
		color: #2280c5;
			font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;

}

.blue_l {
	font-size: 18px;
		color: #2280c5;
			font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;

}

.gray_s {
	font-size: 12px;
	color: #333;
	margin-top:10px;
}


/*フォーム*/
#form{
	width:670px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
table{
	border-collapse:collapse;
}
td{
	border:1px solid #bbc8cf;
	padding:10px;
	font-weight: normal;
}
td.l_Cel{
	width:250px;
	font-weight: normal;
}
td.r_Cel{
	width:380px;
	font-weight: normal;
}