﻿@charset "utf-8";
/* -----------------------------------------------
 * リニューアル用CSS
 * 
 * Last Update 2009/09/30
----------------------------------------------- */

#leader {
	width: 740px;
	margin: 10px auto 0;
}
	#leader p {
		line-height: 1.4;
		font-weight: bold;
		font-size: 120%;
		text-align: center;
}
	#leader h2 {
		font-weight: bold;
		font-size: 200%;
		text-align: center;
}
	#leader h3 {
		margin-top: 10px;
		padding: 5px 0;
		font-weight: bold;
		font-size: 140%;
		text-align: center;
		border: 1px solid #000000;
}
	#leader .inq {
		margin-top: 10px;
		padding: 5px 0;
		color: #ffffff;
		font-weight: bold;
		font-size: 120%;
		text-align: center;
		background-color: #00BFFD;
}





