﻿@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);

div.sbox_cen {
	height:15px;
	font-size:10px;
	background:#009CE8;
}
	div.sbox table {
		width:850px;
		margin:0 auto;
	}

p {
	padding:10px 0 15px 10px;
}

h2 {
	background:#009CE8;
	color:#FFF;
	height:40px;
	line-height:43px;
	font-size:2.2em;
	padding:0 0 0 10px;
	clear:both;
	margin-bottom:20px;
}


#greeting {
	clear:both;
	margin-bottom:20px;
}
	#greeting p {
		text-align:center;
		padding-bottom:20px;
	}
	#greeting div.info {
		font-size:1.2em;
	}
		#greeting div.info p.img {
			float:right;
			padding:0 0 0 20px;
		}
		#greeting div.info p {
			text-align:left;
			padding-bottom:10px;
		}
		#greeting div.info span {
			display:block;
			text-align:right;
		}
#appeal {
	margin-bottom:20px;
}
	#appeal p {
		font-size:1.2em;
	}
#results {
	clear:both;
	margin-bottom:40px;
}
	#results dl {
		float:left;
		width:140px;
		padding:0 20px 20px 0;
	}
		#results dl dt {
			padding-bottom:6px;
		}
		#results dl dd {
			width:140px;
		}
		
#nagare{
	text-align:right;
}
