@charset "utf-8";

@import url("../Common/CommonTable.css");

/* === Contents.css 上書き === */
#LayoutArea p.Message {
	margin:30px 7px 24px 36px; /*もと margin:15px 7px 24px 50px; */
}
#LayoutArea p.Policy {
	margin:25px 30px 24px 50px; /*もと margin:15px 7px 24px 50px; */
}
p.ScrollPageTop,#LayoutArea p.ScrollPageTop,#LayoutArea_L p.ScrollPageTop {
	clear: both;
}
/* === Message === */
img.President_Photo {
	width:180px;
	height:200px;
	float:right;
	margin:35px 0px 15px 15px;
}
p#President_Name {
	color:#333333;
	clear: both;
	float:right;
	margin:10px 30px 30px 0px;
}
p#President_Name em {
	font-size:19px;
	color:#333333;
	margin:0px 0px 0px 15px;
}
/* === History === */
table#History  {
	width:530px;
	height:auto;
	border-collapse:collapse;
	border-spacing:0px;
 	border-top:solid #EEE 4px;
	clear:both;
	margin:30px 0px 30px 40px;
}
table#History caption {
	text-align:left;
	text-indent:-500px;
	overflow:hidden;
	caption-side:top;
}
table#History th,table#History td {
	line-height:21px;
	width:auto;
	height:auto;
}
table#History th {
	font-size:15px;
	text-align: right;
	color: #444;
	width:60px;
 	border-bottom:solid #DDD 3px;
	padding:5px 5px 3px 8px;
}
table#History th.SameYear {
 	border-bottom:none;
}
table#History td {
	color:#4D4D4D;
	line-height:18px;
	text-align:left;
 	border-bottom:solid #DDD 1px;
	padding:8px 5px 3px 12px;
}
table#History td.Month {
	text-align: right;
	width:35px;
}
/* === HomeSupportSystem === */
img.HomeSupportSystem {
	width:570px;
	height:459px;
	margin:20px 0px 20px 10px;
}


