#reportBack {
}
#reportwrap {
	display: block;
	width: 944px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 0px;
	float: left;
}
.clear {
	clear: both;
}
/* =============== block ===============*/
.leftwrap {
	display: block;
	float: left;
	width: 250px;
	margin-right: auto;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	padding-top: 0px;
	margin-left: 0px;
}
.repowrap {
	display: block;
	text-align:justify;
	text-justify: inter-ideograph;
	letter-spacing: .1em;
	padding-top: 0px;
	padding-bottom: 8px;
	padding-right: 0px;
	padding-left: 0px;
	width: 660px;
	float: left;
	margin-left: 10px;
}
/* =============== basic fonts ===============*/
.repowrap h1 {
	color: #FFFFFF;
	font-size: 1em;
	line-height: 1.6em;
	background-color: #666666;
	display: block;
	padding: 5px 5px 5px 8px;
	margin-bottom: 5px;
}
.repowrap h2 {
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-size: 1.2em;
	padding: 5px;
	display: block;
	width: 96%;
	margin: 10px auto;
}
.repowrap h3 {
	font-size: 1.2em;
	width: 93%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-weight: bold;
	color: #666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.repowrap  h4{
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	font-size: 1em;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
	width: 93%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	font-weight: bold;
	background-color: #B3DAAE;
	color: #333;
}
.repowrap p {
	text-align:justify;
	text-justify: inter-ideograph;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-indent: 1em;
	display: block;
	line-height: 1.6em;
	width: 96%;
}
.repowrap  dl {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: .95em;
}
.repowrap dl dt {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.repowrap dl dd {
	margin-left: 100px;
	margin-bottom: 5px;
	color: #666;
}
.title {
	font-weight: bold;
	color: #003399;
	margin-left: 10px;
}
.table_title {
	color: #039;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: table-cell;
}
.repowrap table {
	display: table;
	margin-bottom: 5px;
	color: #039;
	font-weight: bol;
	margin-top: 5px;
	margin-left: auto;
	width: 96%;
	margin-right: auto;
}
.repowrap table th {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	padding: 0px;
}
.repowrap table td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}
.repodays {
	display: block;
	padding-bottom: 2px;
	background-color: #FFFFFF;
	margin: 2px;
	font-size: 0.9em;
	color: #990000;
}
.days {
	color: #990000;
	text-align: right;
}
.link {
	color: #333333;
	text-align: left;
	display: block;
}
.link a {
	text-decoration: none;
}
.link a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.shortwrap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
/* =============== repo BT ===============*/
ul#subnav {
	display: block;
	width: 210px;
	list-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0px;
	font-size: .8em;
	line-height: 1.3em;
	margin-right: auto;
}
ul#subnav li {
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
ul#subnav li a {
	color: #666666;
	text-decoration: none;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 7px solid #999999;
	margin-bottom: 1px;
	display: block;
	padding-left: 6px;
	line-height: 1.6em;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 5px;
}
ul#subnav li a:visited {
	background-color: #FFFFFF;
}
ul#subnav li a:hover {
	color: #333333;
	background-color: #CDE1E4;
}
ul#subnav li a:active {
	background-color: #344772;
	color: #FFFFFF;
}
ul#subnav li .hit a {
	text-decoration: none;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 7px solid #999999;
	margin-bottom: 1px;
	display: block;
	padding-left: 7px;
	line-height: 1.6em;
	padding-top: 4px;
	padding-bottom: 5px;
	background-color: #86ADD5;
	color: #FFF;
}
.news_border {
	display: block;
}
.repowrap img {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: 10px;
	width: 97%;
}
.news_title {
	margin-bottom: 5px;
	padding-bottom: 0px;
	margin-top: 7px;
	margin-left: 2px;
	padding-top: 0px;
}



/* =============== 開講式パネラー ===============*/
.Paneler {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}
.Paneler .border {
	border-bottom-color: #999;
	margin-bottom: 5px;
	border-top-color: #999;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	padding-top: 5px;
	padding-bottom: 1px;
	margin-top: 5px;
}
.Paneler .image {
	float: left;
	width: 131px;
	margin-top: 0px;
	padding: 0px;
	margin-right: 10px;
}
.Paneler .coment {
	width: 460px;
	margin-left: 10px;
	float: right;
	line-height: 1.6em;
	padding: 0px;
	text-align: justify;
	margin-right: 0px;
}
.Paneler .coment_noimg {
	width: 98%;
	margin-left: 10px;
	line-height: 1.6em;
	padding: 0px;
	text-align: justify;
}
.mese {
	display: block;
	width: 93%;
	color: #069;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	margin-left: 10px;
	line-height: 1.5em;
	margin-top: 5px;
}
.Paneler .coment p {
	text-indent: 1em;
	text-align: justify;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 100%;
}

/* =============== 工事中 ===============*/
.under {
	font-size: 36px;
	font-weight: bold;
	color: #666;
	display: block;
	width: 100%;
	margin-top: 60px;
	text-align: center;
	margin-bottom: 15px;
}

/* =============== clear ===============*/
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; } 
.table_title tr td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.spaceA {
	display: block;
	height: 15px;
}
.spacerB {
	display: block;
	height: 80px;
}
.repowrap .ques       {
	color: #000;
	line-height: 1.8em;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.name {
	font-weight: bold;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #039;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.coment_title {
	font-weight: bold;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #039;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
}
.repowrap .poster{
	display: table;
	padding: 0px;
	list-style-type: none;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	width: 100%;
	background-color: #FFF;
	color: #333;
	font-weight: normal;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 1em;
	line-height: 1.8em;
}
.repowrap .poster th{
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #000;
	font-weight: normal;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.bo   {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
	display: table-cell;
}
.repowrap .poster td {
	padding: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	text-align: left;
	font-weight: normal;
}
.repowrap .poster .gry {
	background-color: #EEEEEE;
	font-weight: normal;
}
.linkBT {
	-moz-box-shadow: inset 0px 1px 6px -2px #bbdaf7;
	-webkit-box-shadow: inset 0px 1px 6px -2px #bbdaf7;
	box-shadow: inset 0px 1px 6px -2px #bbdaf7;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background: -moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color: #79bbff;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	border: 1px solid #84bbf3;
	display: inline-block;
	color: #ffffff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 21px;
	padding-right: 21px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 2px 0px #528ecc;
	width: 180px;
	margin-left: 35%;
	margin-bottom: 30px;
}
.linkBT a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}
.linkBT a:active {
	position:relative;
	top:1px;
}
ol {
	list-style-type: none;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
ol li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
.weight {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 2.4em;
	font-weight: normal;
	color: #039;
	line-height: 1.3em;
	display: block;
	margin-top: 30px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
ul {
	list-style-type: none;
	width: 75%;
	margin: 0px;
	padding: 0px;
}
ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 3px;
	padding-bottom: 3px;
}
