@charset "UTF-8";

div#ToppageHeaderContentArea {

}

div.HeaderBar {
	display: table;
	height: 105px;
}
div.HeaderBar div.HeaderBarLeft {
	display: table-cell;
	width: 500px;
	height: 105px;
}
div.HeaderBar div.HeaderBarRight {
	display: table-cell;
	width: 600px;
	height: 105px;
	vertical-align: top;
}

div.PHCA_HeaderLogo {
	display: table;
	width: 500px;
	height: 105px;
	text-align: left;
}

div.PHCA_HeaderLogo div.PHCA_HeaderLogoImage {
	display: table-cell;
	width: 200px;
	height: 105px;
	margin-right: 0px;
	padding-right: 0px;
}

div.PHCA_HeaderLogo div.PHCA_HeaderCompanyName {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	font-size: 24px;
	letter-spacing: 2px;
	color: #777777;
}

div.PHCA_HeaderLogoImage img {
	width: 200px;
	height: 100px;
	margin-top:5px;
}

div.HeaderMenu {
	height: 37px;
	text-align: right;
	vertical-align: middle;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: auto;
	background-color: #3B4656;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px 1px 7px 7px;
	border-radius: 0px 0px 0px 30px / 0px 0px 0px 30px;
}

div.HeaderMenu span.HeaderMenuLabel {
	color: white;
	font-size: 22px;
	margin: 11px;
}






div.PageMiddleContentArea {
	color: #303C51;
}

div.PageMiddleContentArea div.PMCA_Content {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	background-color: #EFEFEF;
}

div.PageMiddleContentArea div.PMCA_Content h1 {
	font-size: 40px;
	font-weight: bold;
}

div.PageMiddleContentArea div.PMCA_Content h2 {
	font-size: 30px;
	font-weight: bold;
}

div.PageMiddleContentArea div.PMCA_Content div.PMCAC_Body{
	font-size: 25px;
}

div.PageMiddleContentArea div.PMCA_Content div.PMCA_SubContent {
	padding-top: 10px;
	padding-bottom: 30px;
}

div.PageMiddleContentArea div.PMCA_Content a.PMCAC_Link{
	display: block;
	margin-top: 100px;
	margin-bottom: 100px;
	margin-left: 400px;
	margin-right: 400px;
	text-decoration: none;
}

div.PageMiddleContentArea div.PMCA_Content a.PMCAC_Link span.PMCAC_Link{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;
	border-radius: 20px;
	font-size: 40px;
	font-weight: bold;
	background-color: #E55B48;
	color: white;
}

div.PageMiddleContentArea div.PMCA_Content div.PMCASC_Title{
	margin-bottom: 40px;
	font-size: 40px;
	font-weight: bold;
}

div.ListItem {
	margin-left: 267px;
	margin-right: 266px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 600px;
	text-align:left;
	border-bottom-style: dashed;
	border-bottom-color: #C0C0C0;
	border-bottom-width: 1px;
}

div.ListItem span {
	font-size: 20px;
	display: table-cell;
}
div.ListItem span.List_Key {
	text-align: left;
	padding-left: 10px;
	padding-right: 33px;
}
div.ListItem span.List_Value {
	text-align: left;
}





div.PageFooterContentArea {
	text-align: right;
}


div.PageFooterContentArea div.PFCA_Content{
	width: 1100px;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.PageFooterContentArea div.PFCA_Content div.PFCACI_Copyright {
	font-size: 10px;
	letter-spacing: 5px;
}
