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

#container	{
			margin-top:100px;
}

#title			{
			height: 250px;
			margin-top: 40px;
}

#main h2	{
			font-size: 150%;
			color: #FF6666;
			border-bottom: #FF6666 1px solid;
			text-align: center; 
			margin: 10px;
}

h3			{
			font-size: 110%;
			color: #FFFFFF;
			padding: 5px;
			}


tr th		{
			background-color: #FF6666;
			width: 150px;
			height: 50px;
			text-align: center;
			font-size: 1.2em;
}

tr td		{
			border: solid 1px #FF6666;
			width: 450px;
			height: 50px;			
			font-size: 1.2em;
			line-height: 1.6;
			padding-left: 20px;
}
			
table		{
			margin: 0 auto;
			padding: 20px;
}

dl			{
			position: relative;
			min-height: 300px;
			height: 300px;
}

dl dt.catch		{
			margin-left: 300px;
			border-bottom: dashed 0.5px #FF6666;
			margin-bottom: 5px;
			margin-top: 30px;
			width: 550px;
}

dl dd		{
			margin-left: 300px;
			margin-bottom: 5px;
			margin-top: 10px;
			width: 550px;
			font-size: 0.9em;
}

			

dl dd.img	{
			margin-left: 20px;
			position: absolute;
			top: 0;
			left:0;
}

