@charset "UTF-8";

/* ++++ Stylesheet for Home ++++
	1. Import
	2. Content
  ++++++++++++++++++++ */


  /* Import
---------------------------------------------------------------------------------------- */
@import url(global.css);


  /* Content
---------------------------------------------------------------------------------------- */
div#contentsWrap #latest_block {
	width: 520px !important;
	width: 550px;
	padding: 20px 15px 25px;
}
div#contentsWrap #latest_interview {
	width: 520px;
	padding-bottom: 10px;
}
div#contentsWrap h2.main_header {
	width: 520px !important;
	width: 550px;
	height: 24px !important;
	height: 30px;
	padding: 3px 15px;
	background-color: #BCD;
	font-size: 16px;
	font-weight: bold;
	color: #123;
}
div#contentsWrap #latest_pl {
	width: 160px;
	float: left;
}
div#contentsWrap #latest_pl a {
	border-bottom: 0;
}
div#contentsWrap #latest_txt {
	width: 350px !important;
	width: 360px;
	padding-left: 10px;
	float: right;
}
div#contentsWrap #latest_txt h3 {
	font-size: 12px;
	padding-bottom: 5px;
}
div#contentsWrap #latest_txt h4 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}
div#contentsWrap #latest_txt h4 a,
div#contentsWrap #latest_txt h4 a:visited {
	font-size: 18px;
	font-weight: bold;
	color: #415F41;
	text-decoration: none;
	border-bottom: 0;
}
div#contentsWrap #latest_txt h4 a:active,
div#contentsWrap #latest_txt h4 a:hover {
	border-bottom: 1px dashed #680;
}
div#contentsWrap #latest_txt p {
	margin-bottom: 0;
}
div#contentsWrap .latest_info {
	font-size: 12px;
	width: 520px;
	margin-top: 10px;
	border-top: 1px dashed #CCC;
	color: #BBB;
}
div#contentsWrap .latest_info a,
div#contentsWrap .latest_info a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #AAA;
	text-decoration: none;
	border-bottom: 0;
}
div#contentsWrap .latest_info a:active,
div#contentsWrap .latest_info a:hover {
	border-bottom: 1px dashed #BBB;
}

div#contentsWrap #greetings_block {
	width: 520px !important;
	width: 550px;
	padding: 20px 15px 25px;
	background-color: #DDE;
}

div#contentsWrap #greetings_table {
	margin-left: auto;
	margin-right: 0;
	text-align: right;
}
div#contentsWrap table#greetings_table th {
	text-align: right;
}
div#contentsWrap table#greetings_table td {
	padding-left: 10px;
	text-align: left;
}


