 @charset "utf-8";
/* ================================
    CSS STYLES FOR infoCMS1.0
   ================================
*/ 
.BannerAreaPane {display:none;}
.NavPane{margin:0 auto; padding:0;}
/* ---------------------------------------------------------
SEOMENU
--------------------------------------------------------- */

/*リストの設定。floatで横並び。*/
.SEOMenuV2 {
	margin:0;
	padding:0;
	list-style-type:none;
	z-index:99999;
    height: 30px;
	background: url(/Portals/0/images/common/gnav-bg.gif) repeat-x top;
}
.SEOMenuV2 ul {
	margin:0;
	padding:0;
	list-style-type:none;
	z-index:99999;
}
.SEOMenuV2 ul li {
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
	z-index:99999;
}

.SEOMenuV2 ul li:hover {
	width:auto;
	z-index:99999;
}
/*リンクの設定。高さ30px。*/
.SEOMenuV2 ul li a, .SEOMenuV2 ul li a:visited {
	line-height:30px;
	text-decoration:none;
	display:block;
	color:#fff;
	z-index:99999;
	font-weight: bold;
	padding: 0 10px;
	background: url(/Portals/0/images/common/gnav-button.gif) no-repeat top right;
}
.SEOMenuV2 ul li a:hover {
	background: url(/Portals/0/images/common/gnav-overbutton.gif) no-repeat top right;
}
/*リンクの設定。高さ30px、選択中　*/
.SEOMenuV2 ul li.CurrentItem {
	background: url(/Portals/0/images/common/gnav-overbutton.gif) no-repeat top right;
}

/*テーブル設定。*/
.SEOMenuV2 table {
	border-collapse:collapse;
	font-size:12px;
	z-index:99999;
}


/*--------------------------------------*/

/*第二階層以下は上ライン有*/
.SEOMenuV2 ul li ul {
	border-top:1px solid #ccc;
}
/*第二階層以下は縦並びに*/
.SEOMenuV2 ul li ul li {
	clear:both;
	z-index:99999;
}
/*第二階層以下は幅200、高さ30、文字有、ボーダー有。*/
.SEOMenuV2 ul li ul li a, .SEOMenuV2 ul li ul li a:link, .SEOMenuV2 ul li ul li a:visited, .SEOMenuV2 ul li ul li a:hover, .SEOMenuV2 ul li ul li a:active, .SEOMenuV2 ul li ul li a:focus {
	width:190px;
	line-height:14px;
	padding:5px;
	margin: 0;	
	border:1px solid #ccc;
	border-top: none;
	font-size: 12px;
	font-weight: normal;
	color:#666666;
	background:#f9f9f9;
	z-index:99999;	
}

/*--hover時--*/
.SEOMenuV2 ul li ul li a:hover {
	background:#C1D2EE;
	color:#333333;
}

/*第二階層以下は普段は非表示にする*/
.SEOMenuV2 ul li ul {
	display:none;
	z-index:99999;
}
/*第二階層以下をロールオーバー時に表示する*/
.SEOMenuV2 ul li:hover ul {
	display:block;
	position:absolute;
	z-index:99999;
}
/*第三階層以下は普段は非表示にする*/
.SEOMenuV2 ul li:hover ul li ul {
	display:none;
	z-index:99999;
}
/*第三階層以下をロールオーバー時に表示する*/
.SEOMenuV2 ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	top:0;
	left:200px;
	z-index:99999;
}

/*IE6用設定***************************************************************************/

/*IE6のときはjavascriptで:hoverをクラスに変換*/
* html .SEOMenuV2 li {
behavior: expression(this.onmouseover=new Function("this.className+=' cssplay_hover'"), this.onmouseout=new Function("this.className = this.className.replace(' cssplay_hover','')"), this.style.behavior=null);
}
/*第二階層以下をロールオーバー時に表示する*/
* html .SEOMenuV2 ul li.cssplay_hover ul {
	display:block;
	position:absolute;
	top:30px;
	left:0;
	z-index:99999;
}
/*第三階層以下は普段は非表示にする*/
* html .SEOMenuV2 ul li.cssplay_hover ul li ul {
	display:none;
	z-index:99999;
}
/*第三階層以下をロールオーバー時に表示する*/
* html .SEOMenuV2 ul li.cssplay_hover ul li.cssplay_hover ul {
	display:block;
	position:absolute;
	top:0;
	left:200px;
	z-index:99999;
}

/* ---------------------------------------------------------
common
--------------------------------------------------------- */
.red {
	color: #CC0000;
}
.bold {
	font-weight: bold;
}
.small {
	font-size: 10px;
}
.m10b {
	margin-bottom: 10px;
}
.m20b {
	margin-bottom: 20px;
}
.m30b {
	margin-bottom: 30px;
}
.area {
	padding: 0 15px 15px 15px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

/*--サイト内検索--*/
#dnn_ctr472_ModuleContent table {
    float: right;
}


/* --------------------------------
    
   -------------------------------- */ 
.ST006-t-type07 .Contents {
	padding:10px 0 0;
}
.ST006 {
	width:900px;
}
.ST006 .Logo {
	width:100%;
}
.TitleBox h2 img {
	width:16px;
}
/* --------------------------------
    共通
   -------------------------------- */ 
.font11 {
	font-size:11px;
}
/* --------------------------------
    blog
   -------------------------------- */ 
.ST006 .SidePane {
	width:220px;
}
.BlogInfo {
	border-bottom:0px;
}
.BlogInfo .blog_Description_Heavy {
	display:none;
}
.BlogInfo .blog_Description {
	display:none;
}
.BlogInfo .blog_Description_Heavy {
	display:none;
}
.blog_title {
	border-bottom:0px;
}
.blog_title a {
	display:block;
	width:100%;
	padding-bottom:3px;
	padding-left:5px;
	padding-top:0;
	margin-top:0;
	border-bottom:1px solid #0033FF;
	color:#0033FF;
}
.blog_title a:link, .blog_title a:visited, .blog_title a:hover, .blog_title a:active {
	text-decoration:none;
 font-weight:bold  color:#0033FF;
}
.blog_UserName {
	display:none;
}
.horizontalline {
	display:none;
}
.blog_published {
	display:none;
}
.blog_author {
	display:none;
}
.blog_subhead {
	padding:0
}
.blog_subhead br {
	display:none;
}
.blog_footer {
	width:100%;
	margin-bottom:20px;
}
#dnn_ctr381_ViewReports_Visualizer_pnlContent {
	overflow:hidden;
	width:220px;
}
/* --------------------------------
    カレンダー
   -------------------------------- */ 
/* タイトル部分 */
.EventTitle, .EventTitle td {
	background:#7799bc!important;
	color:#FFFFFF!important;
	font-size:12px!important;
	font-weight:normal!important;
	height:20px !important;
}
.EventTitle, .EventTitle td a, .EventTitle, .EventTitle td a:link, .EventTitle, .EventTitle td a:visited, .EventTitle, .EventTitle td a:hover, .EventTitle, .EventTitle td a:active {
	color:#FFFFFF!important;
}
/* 対象外の月 */
body .EventOtherMonthDay {
	background-color:#cdcdcd;
}
/* 曜日 */
.EventDayHeader {
	background-color:#c3d9ff!important;
	font-size:11px!important;
	height:20px;
	font-weight:normal!important;
	color:#0000FF;
}
/* 週末 */
.EventWeekendDay {
	background-color:whitesmoke;
}
/* 平日 */
.EventDay, .EventDay td {
	background:#FFFFFF;
}
/* 当日 */
body .EventTodayDay {
	background-color:#ffffcb !important;
}
.EventSelectedDay {
	border:1px solid #cc3433;
}
/* イベント詳細 */
.EventDetailsTitle .Head {
	font-weight:bold;
	color:#0000FF;
	font-size:16px;
}
.ReccuringEvent {
	display:none;
}
.EventExport {
	display:none;
}
.EventUser {
	display:none;
}
/* --------------------------------
    トップページバナー
   -------------------------------- */ 
.io_banar .io_banar_text {
	color:#333333;
	font-size:11px;
}
.io_banar .io_banar_text {
	color:#333333;
	font-size:11px;
}
.io_line_B {
	border-color: black black #CCCCCC;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}
.io_line_B_dt {
	border-color: black black #CCCCCC;
	border-style: dotted;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px
}
dd {
	margin-left: 20px
}
.io_line_T_dt {
	border-color: #CCCCCC black black;
	border-style: dotted;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px
}
.io_font_s12 {
	font-size: 12px;
	color: #333333
}
.io_font_s11 {
	font-size: 11px;
	color: #333333
}
.index_leftline {
	border-color: black black black #CCCCCC;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px
}
.newslisttab {
	clear:both;
}
/* --------------------------------
    新着情報
   -------------------------------- */ 
.newslisttab dl {
	border-bottom:1px dotted #CCCCCC;
	clear:both;
	overflow:hidden;
	width:630px;
	margin:0;
	padding:5px 0;
}
.newslisttab dt {
	color:#1875A0;
	float:left;
	font-size:11px;
	font-weight:bold;
	width:110px;
	padding:0;
	margin:0;
}
.newslisttab dd {
	float:right;
	width:500px;
	padding:0;
	margin:0;
}
.contentPane p.date {
	margin:0;
	padding:0;
}
.newslisttab p {
	margin:0;
	padding:0;
}
.newslist dt {
	border-bottom:1px dotted #CCCCCC;
	color:#1875A0;
	font-size:11px;
	font-weight:bold;
}
.newslist dd.newstitle {
	border-bottom:3px double #CCCCCC;
	font-weight:bold;
	margin:0 0 15px;
	padding:15px 0;
}
* html .Default_Top_TabPage {
	width:618px;
}
* html .newslisttab dl {
	width:615px;
}
/* --------------------------------
    eLCとはサイドナビ
   -------------------------------- */ 
.SideNaviList {
	margin:0;
	padding:0;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	width:210px;
	background:#f3efe5 url(/Portals/0/images/common/bg_menu2.gif) repeat-x left top;
}
.SideNaviList li {
	margin:0;
	margin-top:10px;
	padding:0;
	list-style:none;
}
.SideNaviList img {
	padding-right:5px;
}
.SideNaviList a {
	padding-left:0px;
}
.SideNaviList li a {
	padding-left:5px;
}
.SideNaviLink {
	margin:0;
	padding:0;
	width:220px;
	background:#f3efe5;
}
.SideNaviLink li {
	margin:0;
	padding:0;
	padding-left:10px;
	height:30px;
	line-height:30px;
	list-style:none;
	border-top:1px solid #FFF;
}
.SideNaviLink li img {
	padding-right:5px;
	;
}
/* --------------------------------
    サイドナビ　オススメ情報
   -------------------------------- */ 
#index-keisai ,#index-osusume{width:100%;} 
.SideBannerLeft {
	padding-top:5px;
	padding-bottom:5px;
	vertical-align:top;
	font-size:11px;
	border-bottom:1px solid #ccc;
}
#index-keisai .SideBannerLeft {width:105px;}
#index-osusume .SideBannerLeft {width:45px;}
.SideBannerRight {
	vertical-align:top;
	padding-bottom:5px;
	font-size:11px;
	padding-top:5px;
	border-bottom:1px solid #ccc;
	color:#333 !important; 
	line-height:140%;
}
.SideBannerRight img{margin-right:3px;}
.SideBannerRight a:link, .SideBannerRight a:visited, .SideBannerRight a:hover, .SideBannerRight a:active {
	font-size:11px;
}
.SideBannerTop {
	vertical-align:top;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:1px solid #ccc;
	color:#333 !important; 
	line-height:140%;
	font-size:11px !important;
}
.SideBannerRight a:link{color:#000080;}
.SideBannerRight a:active{color:#000080;}
.SideBannerRight a:hover{color:#000080;}
.SideBannerRight a:active{color:#000080;}
.SideBannerRight p{margin:0;}
/* --------------------------------
    用語集
   -------------------------------- */
#dnn_ctr474_Router_LinksPanel img {
	display:none;
}
.WikiListMenu {
	margin:0;
	padding:0;
}
.WikiListMenu li {
	list-style:none;
}
.WikiListMenu li a {
	margin-bottom:5px;
	display:inline-block;
	padding-left:10px;
	background:url(/Portals/0/images/common/neo_icon01.gif) no-repeat left center;
}
.border_b {
	border-color: black black  #666666;
	border-style:
 solid;
	border-top-width:0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px
}
.yougo_font_title {
	font-weight: bold;
	color: #333333;
	line-height: 150%;
	background-image: url(/Portals/0/images/common/line_dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 14px;
}
.yougo_font_text {
	line-height: 250%;
}
#yougo_list a:link {
	color: #0000FF;
	text-decoration: underline;
}
#yougo_list a:visited {
	color: #1052A7;
	text-decoration: underline;
}
#yougo_list a:hover {
	color: #1052A7;
	text-decoration: underline;
}
.yougo_t a:link {
	color: #0000FF;
	text-decoration: underline;
}
.yougo_t a:visited {
	color: #1052A7;
	text-decoration: underline;
}
.yougo_t a:hover {
	color: #1052A7;
	text-decoration: underline;
}
.yougo_sakuin {
	font-weight: bold;
	color: #333333;
	line-height: 150%;
	background-image: url(/Portals/0/images/common/line_dot.gif);
	background-repeat: repeat-x;
	background-position:left bottom;
}
.yougo_bg {
	background-image: url(/Portals/0/images/common/line_dot.gif);
	background-repeat:repeat-x;
	background-position: left bottom;
}
.border_b2 {
	border-color: black black #CCCCCC;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.yougo_t2 {
	list-style-image: url(/Portals/0/images/common/neo_icon01.gif);
	line-height: 200%;
	margin-top: 10px;
	margin-bottom: 30px;
}
.yougo_font_title2 {
	font-weight: bold;
	color: #333333;
	line-height: 150%;
}
/* --------------------------------
    index トップバナー
   -------------------------------- */
#IndexTopBtn{
    margin:0;
    padding:0;
    width:660px
}
#IndexTopBtn li{
    margin:0;
    padding:0;
    list-style:none;
    height:26px;
    width:325px;
    display:block;
    padding-bottom:15px;
} 
#IndexTopBtn li a{
    height:26px;
    width:325px;
    display:block;
    text-indent:-99999px;
    outline:none;
    background-repeat:no-repeat;
}
#IndexTopBtn #IndexTopBtn01{
    float:left;
}
#IndexTopBtn #IndexTopBtn02{
    float:right;
}
#IndexTopBtn #IndexTopBtn01 a{
    background-image:url(/Portals/0/images/common/eLCtoha.jpg);
}
#IndexTopBtn #IndexTopBtn02 a{
    background-image:url(/Portals/0/images/common/eLChajimete.jpg);
}
#IndexTopBtn li a:link{
    background-position:left top;
}
#IndexTopBtn li a:visited{
    background-position:left top;
} 
#IndexTopBtn li a:hover{
    background-position:left bottom;
} 
#IndexTopBtn li a:active{
    background-position:left bottom;
} 
/* --------------------------------
    index wiki情報
   -------------------------------- */
#IndexWikiInfo{
        border:1px solid #666;
        margin-bottom:15px;
	width:100%;
}
#IndexWikiInfo td{
	padding: 5px;
	vartical-align:top;
}
#IndexWikiInfo #IndexWikiInfoTitle{
	background:#eaf3fd;
}
#IndexWikiInfo #IndexWikiInfoTitle a:link{
	color:#CC3300;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
}
#IndexWikiInfo #IndexWikiInfoTitle a:visited{
	color:#CC3300;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
}
#IndexWikiInfo #IndexWikiInfoTitle a:hover{
	color:#FF9900;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
}
#IndexWikiInfo #IndexWikiInfoTitle a:active{
	color:#FF9900;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
}
.NavPane {
	margin:10px auto 0;
	/margin:0 auto;
	text-align:left;
	width:900px;
}
/* --------------------------------
    eラーニングツールサービス情報
   -------------------------------- */
.ToolService a{
        display:block;
        width:220px;
        height:26px;
        text-indent:-9999px;
        outline:none;
        margin-bottom:15px;
}
.ToolService a:link{
        background:url(/Portals/0/images/common/btn_kensaku4.jpg) no-repeat left top;
}
.ToolService a:visited{
        background:url(/Portals/0/images/common/btn_kensaku4.jpg) no-repeat left top;
}
.ToolService a:hover{
        background:url(/Portals/0/images/common/btn_kensaku4.jpg) no-repeat left bottom;
}
.ToolService a:active{
        background:url(/Portals/0/images/common/btn_kensaku4.jpg) no-repeat left bottom;
}
/* --------------------------------
e-Learning Conference 2009 Winter申込フォーム
http://elc.infodnn.com/tabid/187/Default.aspx
   -------------------------------- */
#dnn_ctr772_ViewMailForm_lblName17,
#dnn_ctr772_ViewMailForm_lblName19,
#dnn_ctr772_ViewMailForm_lblName21,
#dnn_ctr772_ViewMailForm_lblName23{
    display:none;
}


/* --------------------------------
eラーニング用語集
   -------------------------------- */
#dnn_ctr474_Router_ctl00_txtViewHistory{
    display:none;
}













