﻿@charset "utf-8";

*{
	margin: 0 auto;
	padding: 0;
	vertical-align:baseline;
}

body{
	font-family: Helvetica, Arial, sans-serif;
	background: #FFF;
	color: #000000;
	font-size:16px;
}

option { 
	color: black;
	background :white
}



#f{
	margin-right:auto;
	width:200px;
	float: left;

}

#relation{
	width:500px;
	float: left;
}
#p{
	margin-right:auto;
	width:500px;
	float: left;
}

#l{
	float:left;
	width:420px;
	background: #FDFDFD;
	font-size: 14px;
}

#r{	
	font-size: 12px;
	background: #FBFBFB;
	width:80px;
	float:right;
	font-size: 14px;
}

#c{
	clear: both;
}

#explanation{
	font-size:8px;
	color:#444;
}