﻿/*********************************************
          		Page-Styling
**********************************************/
#innerWrapper h3 {
	background-color: #193591;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	margin: 20px 0 20px;

}
#innerWrapper h4 {
	background-color: #edecda;
	width: 140px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 10px;
}
#innerWrapper p {
	margin: 20px 0 40px;
}
#innerWrapper table {
	width: 100%;
	margin-bottom: 40px;
}
#innerWrapper th {
	width: 140px;
	font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.6em;
	text-align: right;
	vertical-align: top;
}
#innerWrapper td {
	padding-left: 40px;
    font-size: 14px;
    line-height: 1.6em;
    vertical-align: top;
}
#innerWrapper p.happyNewYear {
	margin: 30px 0;
	text-align: center;
}
#innerWrapper p.happyNewYear em {
	font-style: italic;
	font-weight: bold;
	color: #FF0004;
	font-size: 16px;
}
p.pagetop {
	background-color: #fff;
	width: 690px;
	padding: 30px 30px 20px;
	text-align: right;
	font-size: 10px;
	margin-top: 0px;
	margin-left: 122px;
}
p.pagetop a {
	text-decoration: none;
}
p.pagetop a:hover {
	text-decoration: underline;
}
ul.snsBtn {
	margin-bottom: 10px;
}
ul.snsBtn li {
	float: right;
	margin-right: 10px;
}
