@charset "utf-8";
/* メール送信フォーム用 */

div#leftBlock {
	width:						240px;
	float:						left;
	background-color:			#E1F5FF;
}

div#centerBlock {
	width:						400px;
	float:						left;
	background-color:			#E1F5FF;
	margin-left:				10px;
}

div#rightBlock {
	width:						240px;
	float:						right;
	background-color:			#E1F5FF;
}

div#contentsBlock {
	width:						650px;
	float:						left;
	background-color:			#E1F5FF;
	margin-left:				10px;
}

h2#title {
	color:						#0076B4;
	font-weight:				bold;
	margin:						15px;
	border:						1px solid #5CB6E9;
	background-color:			#CBE4F7;
	padding:					5px;
}

h2#title a {
	font-weight:				bold;
}

div#body {
	margin:						15px;
	border:						1px solid #5CB6E9;
	background-color:			#CBE4F7;
	padding:					5px;
}

/* form */

input#P_Subject, input#P_Name, input#P_SendMail, input#P_Address {
	width:						500px;
	line-height:				18px;
	font-size:					12px;
	letter-spacing:				1px;
}

input#P_Sdate, input#P_EndDate {
	width:						150px;
	line-height:				18px;
	font-size:					12px;
	letter-spacing:				1px;
}

textarea#P_Message {
	width:						500px;
	height:						200px;
	padding:					5px;
	line-height:				18px;
	font-size:					12px;
	letter-spacing:				1px;
}

input#P_Submit2 {
	width:						100px;
	text-align:					center;
}

.clrRed {
	color:						#FF0000;
}

.bold {
	font-weight:				bold;
}