﻿@charset "UTF-8";　

h1 {
	font-family: "Verdana", sans-serif;
	font-size: 135%;
	letter-spacing: 1px;
	font-weight: bold;
	color: #2D7ABF;
	text-decoration: none;
	margin:0px;
	padding:0px;
}


h2 {
	font-family: "Verdana", sans-serif;
	font-size: 100%;
	color: #0D4DA4;
	text-decoration: none;
	margin:0px;
	padding:0px;
	line-height: 12px;
}

h3 {
	font-family: "Verdana", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2A3C4C;
	text-decoration: none;
	margin:0px;
	padding:0px;
	line-height: 24px;
}
h4{
	font-family: "Verdana", sans-serif;
	font-size: 120%;
	line-height: 24px;
	font-weight: bold;
	color: #2A3C4C;
	text-decoration: none;
	text-align: left;
}
.sche {
	border-top: 1px solid #D8D8D9;
	border-right: 1px solid #D8D8D9;
	border-bottom: none;
	border-left: none;

}
.sche2 {
	padding: 2px;
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #2A3C4C;
	text-decoration: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #D8D8D9;
	border-left: 1px solid #D8D8D9;

}
.topic{
	height: 38px;
	width: 695px;
	overflow: auto;
	padding: 0;
	margin: 0;
}
.topic2{
	height: 38px;
	width: 615px;
	overflow: auto;
	padding: 0;
	margin: 0;
}

.topicright {
	padding-left: 5px;
	padding-top: 5px;
	margin: 0;
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #2D7ABF;
	text-decoration: none;
	background-color: #E6E6E6;
	width: 675px;
	height: 30px;
	letter-spacing: 2px;
	float: left;
}
.topicright2 {
	padding-left: 5px;
	padding-top: 5px;
	margin: 0;
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #2D7ABF;
	text-decoration: none;
	background-color: #E6E6E6;
	width: 610px;
	height: 30px;
	letter-spacing: 2px;
	float: left;
}
.topicleft{
	background-color: #2D7ABF;
	width: 5px;
	height: 30px;
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	margin: 0;
}
.destaque{
	background-image: url(img/col_bk_destaque.jpg);
	background-repeat: repeat-x;
	height: 15px;
	background-position: bottom;


}
.destaque2{
	background-image: url(img/col_bk_destaque2.jpg);
	background-repeat: repeat-x;
	height: 15px;
}
.destaqueline{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2D7ABF;
	border-left-color: #2D7ABF;
	padding: 5px;
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2A3C4C;
	text-decoration: none;
}
.destaqueline2{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #2D7ABF;
	border-bottom-color: #2D7ABF;
	border-right-color: #2D7ABF;
	border-left-color: #2D7ABF;
	padding: 5px;
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2A3C4C;
	text-decoration: none;
}
.blockshow{
	display: block;
}
.blockhidden{
	display: none;
}
.noticiacontent {
	font-family: "Verdana";
	font-size: 11px;
	line-height: 18px;
	color: #767676;
	text-decoration: none;
	text-align: left;
}
.blocktop{
	height: 250px;
	width: 630px;
	overflow: auto;
}
.kadomarultrb {
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;

   /* ▼Safari,Chrome */
   -webkit-border-top-left-radius: 20px;  /* 左上 */
   -webkit-border-bottom-right-radius: 20px; /* 右上 */

   /* ▼Firefox */
   -moz-border-radius-topleft: 20px;  /* 左上 */
   -moz-border-radius-bottomright: 20px; /* 右上 */

   /* ▼共通装飾 */
   border-top: 1px #D53027 solid;     /* 枠線の装飾 */
   border-bottom: 1px #D53027 solid;
   border-right-width: 5px #D53027 solid;
   border-left-width: 5px #D53027 solid;
   background-color: #ccffcc;   /* 背景色 */
}

