
* {
	border: none;
	margin: 0px;
	padding: 0px;
}

html {
	overflow-y: scroll;
}

body {
	color: #434343;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 100%;
	font-weight: 500;
	min-width: 1100px;
	-webkit-text-size-adjust: none;
}

.sp {
	display: none;
}

h1,
h2,
h3,
h4,
h5 {
	text-align: center;
}

h2 {
	font-family: serif;
}

h2.img {
	background: url(images/h2_img.gif) no-repeat center bottom;
	padding-bottom: 20px;
}

h2.img em {
	display: block;
	font-size: 15px;
	font-style: normal;
	padding-top: 8px;
}

h3.img {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	padding: 10px 0px;
}

p {
	line-height: 2em;
	margin: 10px 0px;
	text-align: justify;
	text-justify: distribute;
}

p.mn {
	margin: 0px;
}

p.right {
	text-align: right;
}

p.mn-right {
	margin: 0px;
	text-align: right;
}

p.center {
	text-align: center;
}

p.mn-center {
	margin: 0px;
	text-align: center;
}

sup,
sub {
	font-size: 75%;
	line-height: 4px;
	vertical-align: top;
}

a {
	color: #434343;
	overflow: hidden;
}

a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	opacity: 0.60;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

span.link-btn a,
a.link-btn {
	background: white url(images/link_btn.svg) no-repeat right 20px center;
	background-size: 32px;
	border: 1px solid black;
	margin: 0px auto;
	padding: 15px 90px 15px 50px;
	text-align: center;
	text-decoration: none;
}

span.link-btn-prev a,
a.link-btn-prev {
	background: white url(images/link_btn_prev.svg) no-repeat left 20px center;
	background-size: 32px;
	border: 1px solid black;
	margin: 0px auto;
	padding: 15px 50px 15px 90px;
	text-align: center;
	text-decoration: none;
}

span.link-btn a:hover,
span.link-btn-prev a:hover,
a.link-btn:hover {
	background-color: #fcffe3;
}

ul {
	list-style-type: none;
}

ol {
	line-height: 1.5em;
	margin-left: 2em;
}

ol li {
	margin-top: 5px;
}

sup {
	line-height: 1em;
}

table {
	border-collapse: collapse;
	line-height: 1.5em;
	width: 100%;
}

span.gray {
	color: gray;
}

span.red {
	color: red;
}

span.orange {
	color: #ff7d00;
}

span.xx-large {
	font-size: 200%;
	line-height: 1.5em;
}

span.x-large {
	font-size: 150%;
	line-height: 1.5em;
}

span.large {
	font-size: 125%;
	line-height: 1.5em;
}

span.small {
	font-size: 85%;
	line-height: 1.4em;
}

span.img-right {
	float: right;
	margin: 5px 0px 5px 20px;
}

span.img-left {
	float: left;
	margin: 5px 20px 5px 0px;
}

span.marker,
strong.marker,
div.body  strong {
	background: url(images/marker.gif) repeat-x center bottom;
	padding: 0px 5px;
}

div.bg-orange span.marker,
div.bg-orange strong.marker {
	background-image: url(images/marker_light.gif);
}

body#single div.body ul,
ul.list {
	border-top: 1px solid #707070;
	line-height: 1.5em;
}

body#single div.body ul li,
ul.list li {
	background: url(images/ul_list_li.svg) no-repeat 9px 17px;
	background-size: 8px;
	border-bottom: 1px solid #707070;
	display: block;
	padding: 10px 0px 10px 24px;
}

ul.list li ul.notelist li {
	background-image: none;
	border: none;
}

ul.notelist {
	line-height: 1.5em;
	list-style-type: none;
	margin: 5px 0px 0px 1.3em;
}

ul.notelist li {
	line-height: 1.5em;
	padding: 3px 0px;
	text-indent: -1.2em;
}

ul.notelist li span.maker {
	margin-right: 0.2em;
}

div.line {
	background: #d1c4b0;
	clear: both;
	display: block;
	font-size: 5px;
	height: 1px;
	text-indent: -2000em;
}

div.space10px {
	clear: both;
	font-size: 5px;
	height: 10px;
}

div.space20px {
	clear: both;
	font-size: 5px;
	height: 20px;
}

div.space50px {
	clear: both;
	font-size: 5px;
	height: 50px;
}

/***********************************************************************/
table.list-table tr.header th {
	background-color: #434343;
	color: white;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
}

table.list-table th {
	background-color: white;
	border-bottom: 1px solid #434343;
	border-top: 1px solid #434343;
	color: #434343;
	font-size: 14px;
	font-weight: 500;
	padding: 8px 80px;
	text-align: left;
	width: 70%;
}

table.list-table td {
	background-color: white;
	border-bottom: 1px solid #434343;
	border-left: 1px solid #434343;
	border-top: 1px solid #434343;
	font-size: 14px;
	padding: 8px 80px;
	text-align: right;
}

table.list-table tr.footer th {
	background-color: #c6c6c6;
	text-align: right;
}

table.list-table tr.footer td {
	background-color: #c6c6c6;
	font-weight: 600;
}

/***********************************************************************/
ul.news-list {
	border-top: 1px solid #000000;
}

ul.news-list li {
	border-bottom: 1px solid #000000;
	display: block;
}

ul.news-list li a {
	background: url(images/link_btn.svg) no-repeat right 20px center;
	background-size: 28px;
	display: block;
	padding: 10px;
	text-decoration: none;
}

ul.news-list li a span.date {
	display: table-cell;
	padding: 0px 30px 0px 50px;
}

ul.news-list li a span.category {
	display: table-cell;
}

ul.news-list li a span.category span {
	background-color: #434343;
	color: white;
	display: table-cell;
	font-size: 75%;
	padding: 0px;
	text-align: center;
	width: 120px;
}

ul.news-list li a strong {
	display: table-cell;
	font-weight: 500;
	padding: 0px 50px 0px 20px;
}

ul.news-list li a:hover {
	background-color: #fcffe3;
}

div.category {
	text-align: center;
}

div.category span {
	margin: 0px 5px;
}

div.page {
	padding-top: 50px;
	text-align: center;
}

div.page h2.screen-reader-text {
	display: none;
}

div.page a.page-numbers {
	background-color: #434343;
	color: white;
	font-style: normal;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

div.page a.next {
	background: white url(images/link_btn.svg) no-repeat right 15px center;
	padding: 13px 80px 13px 70px;
}

div.page a.prev {
	background: white url(images/link_btn_prev.svg) no-repeat left 15px center;
	padding: 13px 70px 13px 80px;
}

div.page a.next,
div.page a.prev {
	background-size: 20px;
	border: 1px solid black;
	color: black;
	margin: 0px 10px;
}

div.page a.next:hover,
div.page a.prev:hover {
	background-color: #fcffe3;
}

div.page span.page-numbers {
	background-color: white;
	border: 1px solid #434343;
	color: black;
	font-style: normal;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

/***********************************************************************/
#title {
	background-position: center center;
	background-repeat: no-repeat;
	height: 270px;
}

#title #title-logo {
	padding: 50px 0px 40px 0px;
	text-align: center;
}

#stitle #title {
	height: 160px;
}

#stitle #title #title-logo {
	padding: 30px 0px 20px 0px;
}

#stitle #title #title-logo img {
	height: auto;
	width: 120px;
}

#stitle #title #title-s {
	text-align: center;
}

#stitle #title #title-s img {
	height: auto;
	width: 350px;
}

div.main {
	margin: 0px auto;
	text-align: center;
	width: 1000px;
}

div.main-s {
	margin: 0px auto;
	text-align: center;
	width: 880px;
}

div.bg-gray {
	background-color: #ededed;
	padding: 30px 0px;
}

div.bg-hexagonal {
	background: url(images/bg_hexagonal.jpg) no-repeat center top;
}

#footernav {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	padding: 10px;
}

#footernav ul {
	margin: 5px 0px;
	text-align: center;
}

#footernav ul li {
	border-left: 1px solid black;
	display: inline;
	padding: 0px 25px;
}

#footernav ul li:last-child {
	border-right: 1px solid black;
}

#footernav a {
	text-decoration: none;
}

p#copyright {
	color: #5c80ac;
	font-size: 11px;
	padding-top: 20px;
	text-align: center;
}

#footer h3 {
	padding: 50px 0px 20px 0px;
}

#footer h4 {
	font-size: 80%;
	padding-bottom: 10px;
}

#footer p {
	text-align: center;
}

#footer address {
	font-style: normal;
	text-align: center;
}

#footer address span {
	margin-left: 10px;
}

#footer p#footer-tel em {
	font-size: 18px;
	font-style: normal;
}

#footer p#footer-tel span {
	font-size: 25px;
}

#footer p#footer-copyright {
	font-size: 70%;
	padding: 20px 0px 50px 0px;
}

#pagetop a {
	background-color: black;
	display: block;
	padding: 20px 0px;
	text-align: center;
}

