/* 概要テーブル */

.table {
width: 550px; /* テーブルの横幅 */
border-collapse: collapse; /* 枠線の表示方法 */
border: none; /* テーブル全体の枠線（太さ・色・スタイル） */
}

.td { color: #000; font-size: 12px; text-align: left; width: 70%; height: 12px; margin: 0; padding: 5px 5px 5px 10px; border-color: #646464; border-style: solid groove solid solid; border-width: 1px 2px 1px 1px; /* セル内の余白 */
}
.td2 { color: #fff; font-size: 12px; background-color: #8F8F8F; text-align: left; width: 20%; height: 12px; margin: 0; padding:5px; border-color: #bebebe; border-style: solid inset solid solid; border-width: 1px 2px; /* セル内の余白 */
}

/*更新情報 */

.blockc {
   float: left;
   width:480px;
font-size: 14px;
line-height: 160%; 

margin:0px 15px 0 0 ;
}

.blockd {
   float: left;
   width:130px;
padding: 0px 0 0 0px ;
margin:0px 0 0 0px ;
}

.layout-two-column-left  #whatsnew{ color: #666; font-size: 13px; line-height: 160%; width: 450px; height: auto; padding: 10px; margin:0 0 15px ; }

.layout-two-column-left  #whatsnew2{ color: #666; font-size: 12px; line-height: 160%; width: auto; height: auto; padding: 0px; margin:0px 0 15px 10px; }

.layout-two-column-left  #whatsnew3{ color: #000; font-size: 13px; line-height: 160%; width: auto; height: auto; padding: 10px; margin:0px ; }

/*連絡先 */

.layout-two-column-left #main { float: left; width: 580px; margin:5px 0 0px 0px; 
 }
.layout-two-column-left #main2 {float:left; margin:0px 0px 0px 0px;}




/*下部案内 */
.layout-two-column-left  #info{ color: #000; font-size: 12px; line-height: 150%; width: auto; height: auto; padding: 10px; margin-top:30px; margin-bottom:10px; border-top: 1px groove #7d7d7d;}



/* 広告 */
div #cm {
 width:auto;
height:1200px;
}

div#ka_navi{ color: #252525; font-size: 11px; line-height: 160%; background-color: #f9f9f9; width: auto; height: auto;  padding: 5px; }


div#rss{ color: #303030; font-size: 11px; line-height: 200%; background-color: #f6f6f6; width: 173px; height: auto; margin-bottom: 3px; padding: 3px 5px 5px 0px; border: solid 1px #f1f1f1; border-bottom: 1px dashed #CC9900; border-right: 1px dashed #CC9900; border-left: 1px dashed #CC9900; }

.rss-item { list-style-image: url(http://netonv.net/image/pi.gif); list-style-position:inside; }

div#wt { font-size: 12px; background-image: url(http://netonv.net/image/whats_title.gif); background-repeat: no-repeat; text-align: right; width: 460px; height: 25px; margin-top: 5px; margin-bottom: 5px; padding-right: 15px; padding-top: 3px; }

div#tp{ font-size: 12px; background-image: url(http://netonv.net/image/tp.gif); background-repeat: no-repeat; text-align: right; width: 460px; height: 25px; margin-top: 5px; margin-bottom: 5px; padding-right: 15px; padding-top: 3px; }

/* セミナー実績 */
.table2 { width: 550px; /* テーブルの横幅 */
margin-top: 10px; margin-bottom: 20px; margin-left: 15px; border-style: none; border-collapse: collapse; /* テーブル全体の枠線（太さ・色・スタイル） */
}
.td23 { color: #000; font-size: 14px; line-height: 150%; background-color: #fff; text-align: left; width: 450px; height: 13px; margin: 0; padding: 5px 5px 5px 10px; border-top: 1px solid #969696; border-bottom: 1px solid #969696; /* セル内の余白 */
}
.td22 { color: #373737; font-size: 14px; font-weight: bold; line-height: 150%; background-color: #f7f7f7; text-align: left; width: 100px; height: 12px; margin: 0; padding: 5px; border-top: 1px solid #969696; border-bottom: 1px solid #969696; /* セル内の余白 */
}

.site { font-size: 14px; line-height: 180%; margin-top: 15px; margin-bottom: 15px; margin-left: 15px; }

/* カレンダー*/
table.calendar {
	padding: 0;
	margin: 0px;
 border-collapse: collapse;
 border: 1px solid #dddddd;
}

table.calendar td{
	padding: 0;
	margin: 0px;
 border-collapse: collapse;
 border: 1px solid #dddddd;
}

.bg {background-color:#ffffcc;}

table.calendar tr.headline td{
	font-size: 10px;
}
table.calendar th {
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	color: #ffffff;
padding:4px;
background-color:#91b938;
}
table.calendar th span {
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	cursor: pointer;
}
table.calendar th a {
	font-family: verdana;
font-weight:normal;
text-decoration:none;
color:#ffffff;
hover:red;
}

table.calendar td {
	text-align: center;
	width: 24px;
	height: 21px;
	vertical-align: middle;
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	line-height: normal;
	font-size: 10px;
	color: #333333;
}
table.calendar td.click {
	cursor: pointer;
}
table.calendar td.Today {
font-weight: bolder;
background-color: none;
}
table.calendar td.Sat {
	color: #eeeeee;
	background-color: #ff6666;
}
table.calendar td.Sun {
	color: #ffffff;
	background-color: #ff6666;
}
table.calendar td.holyday {
	color: #ffffff;
	background-color: #ff6666;
}
table.calendar td.xday {
	font-weight: bolder;
	color: #009999;
	font-size: 14px;
}
table.calendar td.birthday {
	font-weight: bolder;
	color: #990000;
	font-size: 14px;
}