/* 一緒にコンパいく友達を見つけよう 応募フォーム */

table#base {
	width: 100%;
	color: #333333;
	font-size: 12px;
	text-aling: left;
	
	line-height: 15px;
	padding: 3px 25px;
	margin: 0;
	}

table#base tr {
	padding: 3px;
	margin: 0 0 10px 0;
	}

table#base td.tit,
table#base td.pri {
	padding: 7px 5px;
	margin: 0 ;
	}

table#base td.tit { background-color: #ffe5f2;}

table#base td.pri { background-color: #EEEEEE;}

table#base td.cont1 {
	padding: 7px 3px 7px 9px;
	margin: 0;
	}

table#base tr.contents_tit { height: 8px;}

hr {
	border-bottom: 1px #666666 dotted;
	height: 1px;
	padding: 0;
	margin: 5px 0;
	width: 98%;
	}

table img.head {
	width: 598px;
	height: 30px;
	margin: 3px 0;
	padding: 0;
	}

.red { color: #FF0000;}
.ora { color: #FF9900;}

table#bottom { margin-bottom: 50px;}
