@charset "UTF-8";

/*================================================

　初期化

================================================*/
body {
	font-size:12px;
	color: #333333;
	line-height: 150%;
	background-color: #FFFFFF;
	background-image: url(images_site/back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4\20Pro\20W3", "\30e1\30a4\30ea\30aa", "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", "Osaka", verdana, arial, sans-serif;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
a.open {
	cursor: pointer;
}
.date {
	font-size: 12px;
	font-weight: normal;
}
/* float解除 */
.clear {
	clear: both;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
}
/*================================================

　テキスト・リンク設定

================================================*/
a {
	color: #008888;
}
a:hover {
	color: #CC6633;
}
.font10 {
	font-size: 10px !important;
	line-height: 150%;
}
.font12 {
	font-size: 12px !important;
	line-height: 150%;
}
.font14 {
	font-size: 14px !important;
	line-height: 150%;
}
.font16 {
	font-size: 16px !important;
	line-height: 150%;
}
.font18 {
	font-size: 18px !important;
	line-height: 150%;
}
/* 赤文字　<a> <span> <p> <strong> <em>などに適用 */
.red {
	color: #FF3333 !important;
}
/* 緑文字 */
.green {
	color: #518184 !important;
}
/* 続き～系の右寄せ */
.extend, .alignRight {
	text-align: right;
}
.alignRight {
	text-align: right;
	margin: 0px;
	padding: 0px;
}
/*================================================

　編集会議.TVのコード

================================================*/
div#copy_text a:link{
	color:#666666;
	text-decoration:underline;
}

div#copy_text a:visited{
color:#663399;
text-decoration:underline;
}

div#copy_text a:hover {
	color:#19A6A6;
	text-decoration:underline;
}
#copy_text{
	font-size:12px;
	color: #666666;
	text-align: center;
}
hr { 
	border-style: dotted none none none; 
	border-top-width: 1px; 
	border-top-color: #CCCCCC; 
	height: 1px; 
}
/*================================================

　構造系

================================================*/
/* 全体構造 */
#WRAPPER {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-image: url(images_site/wrapper_bg.gif);
	background-repeat: repeat-y;
	height: 100%;
	padding-bottom: 50px;
}
#WRAP-FOOTER {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}


/* コンテンツ部分 */
#CONTENTS {
	width: 520px;
	height: 100%;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	display:inline;
	border-top: 8px solid #333;
}
div.contentsInner {
	padding: 0px 0px 10px 14px;
	margin-right: 20px;
	margin-left: 1px;
}
div.contentsInner img {
	border-style: none;
}
#PAGE p {
	margin: 10px 20px 5px;
}
.pageTitle {
	font-size: 16px;
	line-height: 120%;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.pageTitleL {
	font-size: 16px;
	line-height: 120%;
	font-weight: bold;
	margin: 0px;
	padding: 10px 10px 5px;
}

.pageTitleFAQ {
	font-size: 16px;
	line-height: 120%;
	font-weight: bold;
	text-align: center;
	text-indent: -9999px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-image: url(images_site/title_faq.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding: 15px 0px 0px 15px;
}

p.topicpath {
	font-size: 11px;
	margin: 15px 0px 0px;
	padding: 0px;
}
p.topHead {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	margin: 0px;
}
p.addCategories {
	text-align: right;
	margin: 0px;
	padding-bottom: 5px;
}
p.addCategories a {
	color: #FF9900;
}
p.extend {
	margin: 0px;
	padding: 0px 5px 5px;
	clear: both;
}
p.logoImages {
	text-align: right;
	clear: both;
	margin: 0px 0px 25px;
	padding: 5px 0px 0px;
	border-bottom: 2px solid #999999;
}
.bottomBorderBox {
	margin: 0px 0px 20px;
	border-bottom: 2px solid #999999;
}

.bottomBorderBox_NoBorder {
	margin: 0px 0px 20px;
}

.bottomBorderBoxWithPaddingBottom {
	margin: 0px 0px 20px;
	border-bottom: 2px solid #999999;
	padding-bottom: 15px;
}
.topMargin {
	padding-top: 15px;
}
h1.entryTitle, h2.entryTitle, h3.entryTitle {
	font-size: 14px;
	font-weight: bold;
	background-color: #EDEFEC;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 3px solid #666666;
	border-left: 1px solid #666666;
	margin-bottom: 15px;
	padding: 3px 10px 2px;
	margin-top: 15px;
}
.titleImage {
	padding: 0px;
	clear: both;
	height: 50px;
	width: 485px;
	overflow: hidden;
	margin: 0px;
}
.entries ul {
	margin: 0px;
	padding: 0px 10px 20px;
	list-style-type: none;
}
.entries ul li {
}

/* ブログトップのトピック部分 */
#Topic {
	width: 300px;
}
#Topic ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#Topic ul li {
	background-image: url(images_site/list_marker.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
	padding-bottom: 5px;
}

#TopicPhoto {
	float: right;
	width: 170px;
	overflow: hidden;
}
#TopicPhoto .photo {
	width: 160px;
	padding: 3px;
	border: 1px solid #EAE8E3;
}
#TopicPhoto .photo a {
	width: 160px;
	overflow: hidden;
	text-align: center;
	display: block;
}
#TopicPhoto p {
	font-size: 10px;
	line-height: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px 0px 5px;
}
#TopicMovie {
	margin-bottom: 20px;
}
#TopicMovie p {
	padding-bottom: 20px;
}
#TopicMovie ul {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	list-style-type: none;
}
#TopicMovie ul li {
	background-image: url(images_site/list_marker.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
	padding-bottom: 5px;
}
a#TopMovie-Link {
	float:left;
	display:inline;
	height: 25px;
	width: 180px;
	margin-left: 5px;
	background-image: url(images_site/topmovie-link.gif);
	background-repeat: no-repeat;
	outline:none;
	text-indent: -9999px;
	display: block;
}
a:hover#TopMovie-Link {
	background-position: 0px -25px;
}
#TopMovie-Link ul {
	width:280px;
	float:right;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	list-style-type: none;
}
#TopMovie-Link ul li {
	background-image: url(images_site/list_marker.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
	padding-bottom: 5px;
}

#EntrySearch {
	border-top: 2px solid #6E7A7A;
	width: 485px;
}
#EntrySearch ul, #KeywordSearch ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#EntrySearch ul li, #KeywordSearch ul li {
	display: block;
	width: 145px;
	float: left;
	background-image: url(images_site/list_marker.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
}
#KeywordSearch {
	width: 485px;
	clear: left;
	padding-top: 15px;
}
#KeywordSearch h2 {
	border-top: 1px dotted #CCCCCC;
}
#Gyoukai {
	width: 485px;
	clear: left;
	padding-top: 15px;
}
#Gyoukai h2 {
	border-top: 1px dotted #CCCCCC;
}

.mt-image-left {
    float: left;
    margin: 0 20px 10px 0 !important;
}

.mt-image-center {
    display: block;
    margin: 0 auto 10px !important;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 10px 20px !important;
}
p.prenext {
	text-align: center;
}
a#SampleContent {
	background-image: url(images_site/sample_content.jpg);
	background-repeat: no-repeat;
	text-indent: -999px;
	display: block;
	height: 45px;
	width: 485px;
	overflow: hidden;
}
a#SampleContent:hover {
	background-position: 0px -45px;
}
a#SampleWhatis {
	background-image: url(images_site/whatis_content.jpg);
	background-repeat: no-repeat;
	text-indent: -999px;
	display: block;
	height: 45px;
	width: 230px;
	overflow: hidden;
}
a#SampleTeikiform {
	background-image: url(images_site/teikiform_content.jpg);
	background-repeat: no-repeat;
	text-indent: -999px;
	display: block;
	height: 45px;
	width: 230px;
	overflow: hidden;
}
a#SampleWhatis:hover, a#SampleTeikiform:hover {
	background-position: 0px -45px;
}

.faq ul {
	list-style-type: disc;
	padding: 0px 0px 20px 30px;
	margin: 0px;
}
#PAGE .faq p {
	padding-bottom: 40px;
}
a.sampleForm {
	background-image: url(images_site/sample_form.png);
	background-repeat: no-repeat;
	text-indent: -999px;
	display: block;
	height: 26px;
	width: 228px;
	margin-left: 250px;
	margin-bottom: 20px;
}

.sampleSenden {
	background-image: url(images_site/sample_senden.gif);
	background-repeat: no-repeat;
	padding-top: 38px;
	padding-left: 80px;
	padding-bottom: 10px;
}
.sampleHansoku {
	background-image: url(images_site/sample_hansoku.gif);
	background-repeat: no-repeat;
	padding-top: 38px;
	padding-left: 80px;
	padding-bottom: 10px;
}
.sampleBrain {
	background-image: url(images_site/sample_brain.gif);
	background-repeat: no-repeat;
	padding-top: 38px;
	padding-left: 80px;
	padding-bottom: 10px;
}
.sampleHenshu {
	background-image: url(images_site/sample_henshu.gif);
	background-repeat: no-repeat;
	padding-top: 38px;
	padding-left: 80px;
	padding-bottom: 10px;
}
.samplePrir {
	background-image: url(images_site/sample_prir.gif);
	background-repeat: no-repeat;
	padding-top: 38px;
	padding-left: 80px;
	padding-bottom: 10px;
}

.sampleSendenNEW {
	background-image: url(images_site/sample_senden_new.gif);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-left: 125px;
	padding-bottom: 10px;
}
.sampleHansokuNEW {
	background-image: url(images_site/sample_hansoku_new.gif);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-left: 120px;
	padding-bottom: 10px;
}
.sampleBrainNEW {
	background-image: url(images_site/sample_brain_new.gif);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-left: 120px;
	padding-bottom: 10px;
}
.sampleHenshuNEW {
	background-image: url(images_site/sample_henshu_new.gif);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-left: 105px;
	padding-bottom: 10px;
}
.samplePrirNEW {
	background-image: url(images_site/sample_prir_new.gif);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-left: 120px;
	padding-bottom: 10px;
}
/* 次前 */
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px 0px 10px;
}
#trackbacks p {
	margin: 5px;
}
#trackbacks .inner {
	padding: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #CCCCCC;
}
.AnchorPageTop {
	text-align: right;
	margin-top: 40px;
	margin-right: 20px;
}




/* 左サイドバー */
#LEFTSIDE {
	width: 230px;
	height: 100%;
	float: left;
	overflow: hidden;
	margin-left: 5px;
	display:inline;
	border-top: 8px solid #333;
}
/*a#LeftSideTop {
	background-image: url(images_site/menu_top.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 100px;
	text-indent: -999px;
	display: block;
}
a#LeftSideTop:hover {
	background-position: 0px -30px;
}*/
a#LeftBannerSample {
	background-image: url(images_site/side_bn_sample.png);
	background-repeat: no-repeat;
	text-indent: -999px;
	display: block;
	height: 50px;
	width: 160px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
a#LeftBannerWhatis {
	background-image: url(images_site/side_bn_whatis.png);
	background-repeat: no-repeat;
	text-indent: -999px;
	display: block;
	height: 50px;
	width: 160px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;	
}
a#LeftBannerForm {
	background-image: url(images_site/side_bn_teiki.png);
	background-repeat: no-repeat;
	text-indent: -999px;
	display: block;
	height: 50px;
	width: 160px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
a#LeftBannerSample:hover, a#LeftBannerWhatis:hover, a#LeftBannerForm:hover {
	background-position: 0px -50px;
}
#LEFTSIDE ul {
	list-style-type: none;
	margin: 0px;
	padding: 10px 8px;
}
#LEFTSIDE li {
	background-image: url(images_site/menu_arrow_bk.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
	padding: 0px 0px 5px 10px;
	background-position: 0px 2px;
}
#LEFTSIDE p {
	margin: 0px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 16px;
}
#LEFTSIDE h5 {
	font-size: 12px;
	font-weight: bold;
	background-color: #EDEFEC;
	text-align: center;
	margin: 15px 5px 5px;
	padding: 2px 4px;
	border: 1px solid #CCCCCC;
	letter-spacing: 3px;
}
#LEFTSIDE form#datearchive {
	margin: 0px;
	display: block;
	padding: 10px;
}

/* 右サイドバー */
#RIGHTSIDE {
	overflow: hidden;
	width: 230px;
	height: 100%;
	float: left;
	overflow: hidden;
	border-top: 8px solid #333;
}
#RIGHTSIDE p {
	margin-right: 8px;
	margin-left: 8px;
}
#RIGHTSIDE h5 {
	font-size: 14px;
	font-weight: bold;
	background-color: #EDEFEC;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 3px solid #666666;
	border-left: 1px solid #666666;
	margin: 15px 5px 5px;
	padding: 3px 10px 2px;
}
#WEBTV-ELEARN ul {
	list-style-type: none;
	margin: 0px;
	padding: 10px 8px;
}
#WEBTV-ELEARN li {
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 14px;
	margin: 0px;
	padding: 0px 0px 5px 12px;
	background-image: url(images_site/menu_arrow_blue_bk.gif);
	background-position: 0px 2px;
}
#WEBTV-ELEARN li li {
	background-image: url(images_site/menu_arrow_bk.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
	padding: 0px 0px 5px 10px;
	background-position: 0px 2px;
}
#WEBTV-INFO ul {
	list-style-type: none;
	margin: 0px;
	padding: 10px 8px;
}
#WEBTV-INFO li {
	background-image: url(images_site/menu_arrow_bk.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
	padding: 0px 0px 5px 10px;
	background-position: 0px 2px;
}
#Right-Banner {
	text-align: center;
}
#Right-Banner img {
	border-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
.left230 {
	float: left;
	width: 230px;
}
.right230 {
	float: right;
	width: 230px;
}


/*================================================

　H1～　Heading要素

================================================*/

/* 画像によるタイトルに使用。高さ固定、オーバーフロー非表示、画像の後に文字列をテキストで埋込可能 */
.headingimage {
	height: 41px;
	width: 590px;
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 10px;
	line-height: 100px;
}

/*================================================

　特殊テーブル

================================================*/
/* 日時を含むテーブル　トップの最新情報など */
table.Update {
	margin: 10px 10px 20px;
	width: 570px;
}
table.Update th {
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	padding-right: 20px;
	font-weight: normal;
}
table.Update td {
	padding-bottom: 13px;
	letter-spacing: 1px;
}
table.calendar {
	border-collapse:collapse;
	border: 1px solid #D4D0C8;
	font-size: 10px;
	font-weight: normal;
	width: 220px;
	margin-left: 5px;
}
table.calendar th, table.calendar td {
	font-weight: normal;
	border: 1px solid #D4D0C8;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
table.calendar th.Sunday, table.calendar td.Sunday {
	background-color: #FFEEEE;
}
table.calendar th.Saturday, table.calendar td.Saturday {
	background-color: #F0F8FF;
}


/*================================================

　NAMAZU用

================================================*/
#WRAPPER-SEARCH {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	height: 100%;
	padding: 50px 40px;
}
#WRAPPER-SEARCH .keyword {
	font-weight: bold;
	color: #F00;
}

/*================================================

　Eラーニング

================================================*/
/* 目次 */
#elerning {
	background-color: #FFFFFF;
	margin: 20px 0px 0px;
	padding-bottom: 20px;
}
#elerning h3 {
	line-height: 110%;
	color: #3D6F71;
	background-color: #EAF2F3;
	margin: 5px 10px;
	padding: 7px 0px 7px 8px;
	border-top: 1px solid #BCD8DB;
	border-right: 1px solid #BCD8DB;
	border-bottom: 1px solid #BCD8DB;
	border-left: 4px solid #BCD8DB;
}
#elerning h3 span {
	text-align: right;
	display: block;
	float: right;
}
#elerning ul {
	margin: 0px;
	padding: 10px 20px;
	list-style-type: none;
}
#elerning ul li {
	background-image: url(http://sendenkaigi.com/images_site/TOC_list_marker.gif);
	background-repeat: no-repeat;
	padding-bottom: 4px;
	padding-left: 18px;
	line-height: 150%;
}
#elerning p {
	margin: 0px;
	padding: 10px 20px;
}
#elerning div.prof {
	border-left: 4px solid #BCD8DB;
	padding: 0px 0px 0px 10px;
	margin: 0px 10px;
}

#elerning div.lect {
	padding: 10px 20px;
	font-weight: bold;
	font-size: +1;
}

#elerning div.buy {
	background-color: #EAF2F3;
	border-left: 10px solid #FF8B73;
	border-top: 1px solid #FF8B73;
	border-right: 1px solid #FF8B73;
	border-bottom: 1px solid #FF8B73;
	padding: 10px 20px;
	height: 100%;
}

#elerning div.navi {
	background-color: #ffffff;
	padding: 10px 20px;
	width: 400px;
}

#elerning img.navi {
	padding: 0px 5px;
}

#elerning img.lect {
	padding: 5px ;
}