/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> page.css CSS Document <<<---------------------------------------------*/
/* -------------------------------------->>> HTML‚Ì‰Šú‰» <<<------------------------------------------------------*/
/* -------------------------------------->>> share <<<-------------------------------------------------------------*/
/* -------------------------------------->>> [*]‚Í‚·‚×‚Ä‚Ìƒ^ƒO <<<-------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

*{
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	line-height:1;
	}

html, body{
	scrollbar-face-color:#FFFFFF; 
	scrollbar-base-color:#EBF5FF; 
	scrollbar-arrow-color:#999999; 
	scrollbar-track-color:#F3F3F3; 
	scrollbar-shadow-color:#EBF5FF; 
	scrollbar-highlight-color:#EBF5FF; 
	scrollbar-3dlight-color:#CCCCCC; 
	scrollbar-darkshadow-Color:#CCCCCC;
	}
	
body,form,fieldset{
	margin:0;
	padding:0;
	}

fieldset{
	border:none;
	}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd{
	margin:0;
	padding:0;
	}
	
blockquote,li,dt,dd{
	margin-left:0.3em;
	}
	
li{
	list-style:none;
	}
	
input,textarea{
	font-size:1em;
	}

body{
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	text-align:left;
	margin-top:0;
	background-color:#ECE9D8;
	}
	
td, th{
	padding:0;
	margin:0;
	}

.headText{
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size:0.48em;
	color:#CC0000;
	line-height:20px;
	letter-spacing:.1em;
	margin:2px 5px 2px 5px;
	}
	
.subText{
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size:0.8em;
	font-weight:bold;
	color:#666666;
	line-height:20px;
	letter-spacing:.1em;
	margin:2px 5px 2px 5px;
	}
	
.bodyText{
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size:0.65em;
	color:#99CCFF;
	line-height:20px;
	letter-spacing:.1em;
	margin:2px 0;
	}

.floatL{
	float:left;
	}

.floatR{
	float:right;
	}

.cl{
	clear:both;
	}

a:link{
	color:#000099;
	}

a:visited{
	color:#999999;
	}

a:hover{
	color:#666699;
	}

a:active{
	color:#FFFFFF;
	background-color:#6699FF;
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> page.css CSS Document <<<---------------------------------------------*/
/* -------------------------------------->>> container <<<---------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

div#container{
	background-color:#FFFFFF;
	text-align:left;
	width:800px;
	height:auto;
	border:solid 1px #999999;
	margin-left:auto;
	margin-right:auto;
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> page.css CSS Document <<<---------------------------------------------*/
/* -------------------------------------->>> header <<<------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#header{
	background-color:#FFFFFF;
	width:800px;
	height:auto;
	clear:both;
	}

#header h1{
	color:#777777;
	width:auto;
	text-align:left;
	font-size:0.7em;
	line-height:1.5em;
	letter-spacing:0;
	word-spacing:0;
	padding:0;
	margin:5px 0 0 15px;
	clear:both; 
	}

#header p{
	padding:0;
	margin:0;
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> page.css CSS Document <<<---------------------------------------------*/
/* -------------------------------------->>> global navigation <<<-------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.menu{
	border:0;
	margin:5px 0 0 0;
	padding:0px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:8e8e8e;
	}
	
.menu ul{
	background:url(../images/share_img/menu-bg1.gif) top left repeat-x;
	height:43px;
	list-style:none;
	margin:0;
	padding:0;
	}
	
	.menu li{
		float:left;
		font-family:"Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
		font-weight:bold;
		font-size:1em;
		}
		
	.menu li a{
		color:#888888;
		display:block;
		font-weight:bold;
		line-height:43px;
		padding:0 25px;
		text-align:center;
		text-decoration:none;
		}
		
		.menu li a:hover{
			color:#cc0000;
			text-decoration:none;
			}
			
	.menu li ul{
		background:#E0E0E0;
		border-left:2px solid #0079B2;
		border-right:2px solid #0079B2;
		border-bottom:2px solid #0079B2;
		display:none;
		height:auto;
		filter:alpha(opacity=95);
		opacity:0.95;
		position:absolute;
		width:225px;
		z-index:200;
		}
		
	.menu li:hover ul{
		display:block;
		}
		
	.menu li li{
		display:block;
		float:none;
		width:225px;
		}
		
	.menu li ul a{
		display:block;
		font-size:12px;
		font-style:normal;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		
		.menu li ul a:hover{
			background:#949494;
			color:#000000;
			opacity:1.0;
			filter:alpha(opacity=100);
			}
			
	.menu p{
		clear:left;
		}
		
	.menu #current{
		background:url(../images/share_img/current-bg.gif) top left repeat-x;
		color:#FFFFFF;
		}
		
/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> page.css CSS Document <<<---------------------------------------------*/
/* -------------------------------------->>> Dropdown bar <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.dropmenudiv{
	font-family:Arial, sans-serif;
	font-size:0.8em;
	position:absolute; 
	top:0;
	border:1px solid #BBBBBB;
	border-bottom-width:0;
	z-index:100;
	background-color:#FFFFFF;
	width:150px;
	visibility:hidden;
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=6);*/
	}

.dropmenudiv a{
	width:auto;
	display:block;
	text-indent:3px;
	border-bottom:1px solid #999999;
	padding:3px 0;
	text-decoration:none;
	font-weight:100;
	color:#666699;
	} 

* html .dropmenudiv a{
	width:100%;
	}

.dropmenudiv a:hover{
	background-color:#F0F0F0;
	} 

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> page.css CSS Document <<<---------------------------------------------*/
/* -------------------------------------->>> main image <<<--------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#mainImage{
	background-color:#FFFFFF;
	width:798px;
	height:189px;
	margin:0;
	clear:both;
	}

div#header p{
	color:#FFFFFF;
	font-size:0.79em;
	margin:7px 0 0 0;
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> page.css CSS Document <<<---------------------------------------------*/
/* -------------------------------------->>> bread list <<<--------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

p#bread{
	background-color:#FFFFFF;
	font-size:0.75em;
	margin:5px 0 10px 7px;
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> page.css CSS Document <<<---------------------------------------------*/
/* -------------------------------------->>> main <<<--------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

div#main{
	width:790px;
	background-color:#FFFFFF;
	float:left;
	}
	
/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> page.css CSS Document <<<---------------------------------------------*/
/* -------------------------------------->>> dropdown list <<<-----------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#menu_parent{
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color:navy;
	font-size:0.78em;
	letter-spacing:.08em;
	word-spacing:.08em;
	width:170px;
	border:solid 1px #999999;
	background-color:#FFFFFF;
	padding:5px 3px;
	margin:6px 0 25px 0;
	}

#menu_child{
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color:#666666;
	font-size:0.74em;
	letter-spacing:.01em;
	word-spacing:.05em;
	text-align:left;
	position:absolute;
	visibility:hidden;
	background-color:#FFFFFF;
	width:176px;
	border:solid 1px #999999;
	border-bottom-width:0;
	}

#menu_child a{
	display:block;
	width:98%;
	border-bottom:1px solid #999999;
	padding:5px 0 3px 3px;
	text-decoration:none;
	color:#666666;
	}

#menu_child a:hover{
	background-color:lightyellow;
	font-weight:100;
	}

#src_parent{
	width:120px;
	padding:1px 2px;
	border:1px solid blue;
	background-color:#EADDFF;
	}

#src_child{
	position:absolute;
	visibility:hidden;
	border:1px solid black;
	background-color:#EADDFF;
	padding:0px 5px 2px 5px;
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> page.css CSS Document <<<---------------------------------------------*/
/* -------------------------------------->>> contents <<<----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

div#content{
	width:604px;
	background-color:#FFFFFF;
	float:right;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	}

div#content h2{
	background:#7D8085 url(../images/top_img/bar-blue.png) repeat-x left bottom;
	font-size:0.96em;
	color:#FFFFFF;
	padding:4px 0 3px 17px;
	margin:0 0 15px;
	border:1px solid #525252;
	}
	
div#content h3{
	background-color:#E0E0E0;
	background-image:url(../images/share_img/h2bar2.gif);
	background-repeat:no-repeat;
	font-size:0.85em;
	color:#666666;
	letter-spacing:0;
	word-spacing:0;
	height:24px;
	padding:9px 0 0 28px;
	margin:5px 0 10px 0;
	}

div#content h5{
	background-color:#E0E0E0;
	background-image:url(../images/share_img/h2bar3.gif);
	background-repeat:no-repeat;
	font-size:0.85em;
	color:#666666;
	letter-spacing:0;
	word-spacing:0;
	height:24px;
	padding:9px 0 0 28px;
	margin:0 0 10px 0;
	}
	
div#content h4{
	width:278px;
	height:94px;
	margin:10px 0 17px 0;
	border:#999999 solid 1px;
	}

div#content p{
	background-color:#FFFFFF;
	font-size:0.77em;
	color:#666666;
	/*text-indent:0.5em;*/
	line-height:1.5em;
	letter-spacing:.08em;
	word-spacing:.08em;
	text-justify:inter-ideograph;
	padding:0 0 7px 15px;
	margin:5px 0 0 0;
	}

div#content p.fObject{
	background-color:#FFFFFF;
	font-size:0.7em;
	color:#666666;
	line-height:1.5em;
	letter-spacing:-0.7px;
	word-spacing:-0.3px;
	text-justify:inter-ideograph;
	text-align:left;
	text-indent:0;
	padding:0;
	margin:0;
	}

div#content p.keywords{
	line-height:1.9em;
	margin:15px 5px 50px 0;
	padding:5px 15px 10px 25px;
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> page.css CSS Document <<<---------------------------------------------*/
/* -------------------------------------->>> new contents <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/	
	
div#tags{
	width:570px;
	font-size:1em;
	color:#027abb;
	line-height:1.5em;
	background:#FFFFFF;
	padding:6px 0 50px 16px;
}

div#tags ul{
	list-style:none;	
	text-align:center;
}

div#tags li{
	display:inline;
}

div#tags a{
	padding:0 1em 0 0;
	line-height:28px;
	text-decoration:none;
}

a.newtype{
	font-size:23px;
	letter-spacing:-0.7px;
	color:#4169e1;
}

a.type1{
	font-size:30px;
	letter-spacing:-1px;
	color:#999999;
}

a.type2{	
	font-size:18px;
	font-weight:600;
	color:#738E9C;
	}

a.type3{
	font-size:14px;
	color:#ff8c00;
}

a.type4{
	font-size:14px;
	color:#027ABB;
	}

a.type5{
	font-size:13px;
	color:#73BE1E;
	}
	

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> page.css CSS Document <<<---------------------------------------------*/
/* -------------------------------------->>> side bar <<<----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.glossymenu{
	margin:0;
	padding:0;
	width:176px;
	border:1px solid #9A9A9A;
	border-bottom-width:0;
	border-left-width:0;
	}

.glossymenu a.menuitem{
	background:black url(../images/share_img/glossyback.gif) repeat-x bottom left;
	font:bold .9em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color:white;
	display:block;
	position:relative;
	width:auto;
	padding:5px 0;
	padding-left:13px;
	text-decoration:none;
	}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color:white;
	}

.glossymenu a.menuitem .statusicon{
	position:absolute;
	top:5px;
	right:5px;
	border:none;
	}

.glossymenu a.menuitem:hover{
	background-image:url(../images/share_img/glossyback2.gif);
	}

.glossymenu div.submenu{
	background:white;
	}

.glossymenu div.submenu ul{
	list-style-type:none;
	margin:0;
	padding:0 0 0 10px;
	}

.glossymenu div.submenu ul li{
	border-bottom:1px solid #999999;
	}

.glossymenu div.submenu ul li a{
	display:block;
	font:normal .84em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color:#888888;
	text-decoration:none;
	padding:5px 0 1px 0;
	}

.glossymenu div.submenu ul li a:hover{
	background:#DFDCCB;
	colorz:white;
	}

div#bodyText{
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size:0.65em;
	color:#99CCFF;
	line-height:20px;
	letter-spacing:.1em;
	margin:2px 0;
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> page.css CSS Document <<<---------------------------------------------*/
/* -------------------------------------->>> footer <<<------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

div#footer{
	background-image:url(../images/top_img/line-blue.png);
	background-repeat:repeat-x;
	width:800px;
	margin-top:0;
	margin-bottom:25px;
	padding-top:8px;
	clear:both;
	}

address{
	font-size:0.75em;
	font-style:normal;
	text-align:center;
	}

.rsub{
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size:0.9em;
	font-weight:normal;
	line-height:170%;
	text-decoration:underline;
	padding:2px 0 2px 0;
	margin:6px 4px 3px 1px; 
	}
 
.msub{
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size:0.7em;
	font-weight:normal;
	line-height:1.4;
	text-decoration:underline;
	padding:2px 0 2px 0;
	margin:6px 4px 3px 1px;  
	}
	
/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> page.css CSS Document <<<---------------------------------------------*/
/* -------------------------------------->>> All class <<<---------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

div.ad_info{
	border-top:solid 1px #C5BBBA;
	border-bottom:solid 1px #C5BBBA;
	border-right:solid 1px #C5BBBA; 
	border-left:solid 1px #C5BBBA;
	margin:0 0 7px 11px;
	}
	
div.left_info{
	border-bottom:solid 1px #C5BBBA;
	border-right:solid 1px #C5BBBA; 
	border-left:solid 1px #C5BBBA;
	margin:0 0 7px 11px;
	}

div.center_info{
	border-top:solid 1px #C5BBBA;
	border-bottom:solid 1px #C5BBBA;
	border-right:solid 1px #C5BBBA; 
	border-left:solid 1px #C5BBBA;
	margin:10px 0 7px 0;
	}

div.right_info{
	border-bottom:solid 1px #C5BBBA;
	border-right:solid 1px #C5BBBA; 
	border-left:solid 1px #C5BBBA;
	margin:0 5px 5px 0;
	}
	
div.alert_info{
	border:solid 1px #C5BBBA;
	margin:0 5px 5px 0;
	width:180px;
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> page.css CSS Document <<<---------------------------------------------*/
/* -------------------------------------->>> another class styles <<<----------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.title{
	color:#ffffff;
	font-size:30px;
	font-family:"‚l‚r ‚o–¾’©","×–¾’©‘Ì",serif;
	vertical-align:top;
	}

.main{
	color:#ffffff;
	font-size:14px;
	font-family:"‚l‚r ‚o–¾’©","×–¾’©‘Ì",serif;
	line-height:140%;
	letter-spacing:1px;
	margin-top:5px;
	}

.sub{
	color:#ffffff;
	float:left;
	font-size:12px;
	font-family:"‚l‚r ‚o–¾’©","×–¾’©‘Ì",serif;
	line-height:145%;
	letter-spacing:1px;
	margin-top:5px;
	}
	
.menu{
	color:#ffffff;
	font-size:12px;
	font-family:"Times New Roman",Times,serif;
	letter-spacing:.1em;
	line-height:160%;
	text-align:center;
	}

.subMenu{
	float:none;
    }

.bodyText{
	font:11px Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	color:#99CCFF;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	}
	
.pageName{
	font:22px Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	color:#CC3300;
	line-height:20px;
	letter-spacing:.1em;
	}
		
.pageName_b{
	font:22px Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	color:#CC3300;
	font-weight:500;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.subHeaderRed{
	color:#CC0000;
	font-weight:normal;
	line-height:14px;
	font-family:Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	font-size:12px;
	}	
	
.subHeaderNewsRed{
	color:#CC0000;
	font-weight:normal;
	line-height:14px;
	font-family:Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	font-size:12px;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	}	
		
.subHeaderBlue{
	color:#330099;
	font-weight:normal;
	line-height:16px;
	font-family:Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	font-size:12px;
	}	

.subHeaderNewsBlue{
	color:#330099;
	font-weight:normal;
	line-height:16px;
	font-family:Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	font-size:12px;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	}	

.subHeaderBlack{
	color:#333333;
	font-weight:normal;
	letter-spacing:.1em;
	line-height:16px;
	font-family:Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	font-size:11px;
	}

.subHeaderNewsBlack{
	color:#333333;
	font-weight:normal;
	letter-spacing:.1em;
	line-height:16px;
	font-family:Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	font-size:11px;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	}
			
.titleName{
	font:27px Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	color:#336699;
	font-weight:500;
	letter-spacing:.1em;
	margin:0 0 0 30px;
	}
	
.subTitleName{
	font:18px Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	color:#336699;
	font-weight:700;
	margin:0 0 5px 0;
	}	
				
.sidebarHeader{
	font:15px Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	color:#CCFFFF;
	font-weight:600;
	letter-spacing:.1em;
	line-height:16px;
	margin-bottom:10px;
	}	
	
.detailText{
	font:11px Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.viewText{
	font:11px Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText{
	font:10px Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	color:#99CCFF;
    }

.sideshadow{
	background-repeat:repeat-x;
	background-image:url(../Copy of ecc_systems/portal/images/00Navigation02_01.gif);
	background-position:top;
    }

.txt_header_xs{
	font-size:10px;
	color:#666666;
    }

.txt_footer_xs{
	font-size:10px;
	color:#FFFFFF;
    }

.txt_hplink{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
    }

.txt_newsBase{
	font-size:10px;
	line-height:12px;
	padding:10px;
	border-bottom-width:1px;
	border-bottom-style:dotted;
    }

.txt_newsTopic_sr{
	font-size:11.7px;
	color:#FF0000;
	font-weight:normal;
	line-height:120%;
    }

.txt_newsTopic_sb{
	font-size:12px;
	color:#002E73;
	font-weight:500;
	line-height:16px;
    }

.txt_newsTitle{
	font-size:11px;
	color:#333333;
	font-weight:bold;
	line-height:18px;
	padding-top:3px;
	padding-right:8px;
	padding-bottom:3px;
	padding-left:8px;
    }

.txt_pan{
	font-size:10px;
	color:#666666;
    }

.txt_date_b{
    color:#666666;
	font-size:12px;
	font-weight:600;
	line-height:17px;
    }
	
.txt_honbun01_s{
	font-size:small;
	line-height:20px;
	margin:0px;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:10px;
    }

.txt_honbun02_10pt{
	font-size:10px;
	line-height:16px;
    }
	
.txt_honbun_sympo{
	font-size:small;
	line-height:20px;
	margin:0px;
	padding:0px;
	list-style-position:inside;
	list-style-type:none;
    }

.txt_seminar_data{
	font-size:14px;
	font-weight:bold;
	color:#EA871D;
	line-height:24px;
    }

.txt_seminar_data_s{
	font-size:10px;
	font-weight:normal;
	color:#EA871D;
	line-height:20px;
    }

.txt_seminar_data_m{
	font-size:12px;
	font-weight:bold;
	color:#EA871D;
	line-height:24px;
    }

.txt_seminar_data_mblk{
	font-size:12px;
	font-weight:normal;
	color:#666666;
	line-height:24px;
    }
 
.txt_seminar_xs_cnt{
	font-size:10px;
	text-align:center;
    }
	
.txt_sympo_date{
	font-size:13px;
	font-weight:bold;
	color:#952639;
    }

.txt_honbun_data0{
	font-size:11.4px;
	line-height:16px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:2px;
	margin-top:8px;
	margin-right:0px;
	margin-bottom:8px;
	margin-left:0px;
	font-weight:lighter;
    }
	
.txt_honbun_data1{
	font-size:12px;
	line-height:20px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	margin-top:12px;
	margin-right:0px;
	margin-bottom:15px;
	margin-left:0px;
    }

.txt_workshop_data{
	font-size:14px;
	font-weight:bold;
	color:#D55186;
	line-height:24px;
    }

.txt_workshop_data_s{
	font-size:10px;
	font-weight:normal;
	color:#D55186;
	line-height:20px;
    }

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> page.css CSS Document <<<---------------------------------------------*/
/* -------------------------------------->>> box <<<---------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.Box_date{
	margin:0px;
	padding:0px;
	border:medium double #999999;
	font-size:12px;
    }

.Box_date_u{
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	margin:7px;
	padding:7px;
    }
	
.Box_simple{
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-top-style:0px;
	border-right-style:0px;
	border-bottom-style:0px;
	border-left-style:0px;
	padding:5px;
	margin:5px;
    }

.Box_right_bottom_solid{
	border-top-width:0px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-top-style:none;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:none;
	padding:5px;
	margin:5px;
    }
	
.Box_right_bottom_solid_usui{
	border-top-width:0px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-top-style:none;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:none;
	border-bottom-color:#CCCCCC;
	border-right-color:#CCCCCC;
	padding:5px;
	margin:5px;
    }

.Box_bottom_solid{
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:solid;
	border-left-style:none;
	margin:5px;
	padding:5px;
    }

.Box_bottom_solid_usui{
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:solid;
	border-left-style:none;
	border-bottom-color:#CCCCCC;
	margin:5px;
	padding:5px;
    }

.Box_right_solid{
	border-top-width:0px;
	border-right-width:1px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-top-style:none;
	border-right-style:solid;
	border-bottom-style:none;
	border-left-style:none;
	padding:5px;
	margin:5px;
    }
	
.Box_bottom_dot{
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:dotted;
	border-left-style:none;
	border-top-color:#CCCCCC;
	border-right-color:#CCCCCC;
	border-bottom-color:#CCCCCC;
	border-left-color:#CCCCCC;
	margin:5px;
	padding:5px;
    }

.Box_right_bottom_dot{
	border-top-width:0px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-top-style:none;
	border-right-style:dotted;
	border-bottom-style:dotted;
	border-left-style:none;
	border-top-color:#CCCCCC;
	border-right-color:#CCCCCC;
	border-bottom-color:#CCCCCC;
	border-left-color:#CCCCCC;
	margin:5px;
	padding:5px;
    }
	
.Box_right_dot_bottom_solid{
	border-top-width:0px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-top-style:none;
	border-right-style:dotted;
	border-bottom-style:solid;
	border-left-style:none;
	border-top-color:#CCCCCC;
	border-right-color:#CCCCCC;
	border-bottom-color:#FFFFFF;
	border-left-color:#CCCCCC;
	margin:5px;
	padding:5px;
    }

.Box_exhibitor{
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	font-size:small;
	text-align:left;
	line-height:20px;
	padding:0px;
    }

.Box_exhibitor2{
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	font-size:small;
	text-align:left;
	line-height:20px;
	background-color:#ACBFE1;
	font-weight:bold;
	padding:5px;
    }

.Box_sympo{
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	padding:10px;
    }
	
.Box_sympoMid{
	background-color:#66CCCC;
	border:1px solid #669999;
    }

.Box_sympoTop{
	background-color:#ECECF1;
	border:1px solid #669999;
    }

.Box_uniblue{
	background-color:#FFFFFF;
	border:1px solid #669999; 
    padding:1px;
    }

.Box_blueTop{
	background-color:#FFFFFF;
	border:1px solid #330099; 
    padding:1px;
    }
	
.Box_blue{
	background-color:#669999;
	color:#FFFFFF;
	border:1px solid #669999; 
    padding:1px;
    }

.Box_redTop{
	background-color:#FFFFFF;
	border:1px solid #CC0000;
    padding:1px;
    }

.Box_grayTop{
	background-color:#FFFFFF;
	border:1px solid #999999;
	margin:0;
    padding:0;
    }

.Box_whiteTop{
	background-color:#FFFFFF;
	border:1px solid #999999;
	margin:0;
    padding:0;
    }

.Box_seminarTop1{
	background-color:#FFEFC7;
	border:1px solid #EA871D;
    padding:1px;
    }

.Box_seminarTop2{
	background-color:#FFFF99;
	border:1px solid #EA871D;
    padding:1px;
    }

.Box_data1{
	border:1px solid #5F925D;
	padding:10px;
    }
	
.photo_link{
	border:1px solid #0000FF;
    }
	
.Box_line{
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-top-color:#999999;
	border-right-color:#999999;
	border-bottom-color:#999999;
	border-left-color:#999999;
    }

.Box_new{
	border:1px solid #999999;
    }

.Box_workshop1{
	background-color:#FFE3EE;
	border:1px solid #D55186;
    }
	
.Box_workshop{
	background-color:#DFDCCB;
	border-right:#DFDCCB 5px solid;
    }

.Box_float1{
	float:left;
	margin-top:3px;
	margin-right:3px;
	margin-bottom:3px;
	margin-left:3px;
	padding:0px;
    }
	
.Box_exhibitor3{
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	font-size:small;
	text-align:left;
	line-height:20px;
	background-color:#93B991;
	font-weight:bold;
	padding:5px;
    }

.Box_prseminar{
	font-size:small;
	line-height:14px;
	padding:10px;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:none;
	border-left-style:solid;
	border-top-color:#666666;
	border-right-color:#666666;
	border-bottom-color:#666666;
	border-left-color:#666666;
    }

.Box_prseminar_line01{
	border-bottom-width:1px;
	border-bottom-style:double;
	border-bottom-color:#666666;
	font-weight:bold;
	background-color:#FFCCCC;
	font-size:14px;
    }

.Box_prseminar_line02{
	border-bottom-width:1px;
	border-bottom-style:double;
	border-bottom-color:#666666;
	font-weight:bold;
    }

.Box_prseminar_line03{
	border-bottom-width:1px;
	border-bottom-style:double;
	border-bottom-color:#666666;
	font-weight:normal;
    }

.Box_globalNavi{
	border:1px solid #666666;
	font-weight:500;
	line-height:14px;
	background-color:#CCF3FF;
	font-size:13px;
    }

.Box_prseminar_line01-2{
	border-bottom-width:1px;
	border-bottom-style:double;
	border-bottom-color:#666666;
	font-weight:bold;
	background-color:#CCF3FF;
	font-size:14px;
    }

.Box_prseminar_line01-3{
	border-bottom-width:1px;
	border-bottom-style:double;
	border-bottom-color:#666666;
	font-weight:bold;
	background-color:#CCFFD1;
	font-size:14px;
    }

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> page.css CSS Document <<<---------------------------------------------*/
/* -------------------------------------->>> all id <<<------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> page.css CSS Document <<<---------------------------------------------*/
/* -------------------------------------->>> boldbuttons <<<-------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

a.boldbuttons{
	background:transparent url('../images/share_img/roundedge-blue-left.gif') no-repeat top left;
	display:block;
	float:center;
	font:13px "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN";
	line-height:22px;
	height:auto;
	padding-left:8px;
	text-decoration:none;
	}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
	color:white;
	}

a.boldbuttons span{
	background:transparent url('../images/share_img/roundedge-blue-right.gif') no-repeat top right;
	display:block;
	padding:4px 10px 4px 2px;
	}

a:hover.boldbuttons{
	text-decoration:underline;
	}

.buttonwrapper{
	overflow:hidden;
	width:100%;
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> page.css CSS Document <<<---------------------------------------------*/
/* -------------------------------------->>> squarebutton <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/	

a.squarebutton{
	background:transparent url('../images/share_img/square-gray-left.gif') no-repeat top left;
	display:block;
	float:left;
	font:normal 12px Arial;
	line-height:15px;
	height:23px;
	padding-left:9px;
	text-decoration:none;
	}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{ 
	color:#494949;
	}

a.squarebutton span{
	background:transparent url('../images/share_img/square-gray-right.gif') no-repeat top right;
	display:block;
	padding:4px 9px 4px 0;
	}

a.squarebutton:hover{
	background-position:bottom left;
	}

a.squarebutton:hover span{
	background-position:bottom right;
	color:black;
	}

.buttonwrapper{
	overflow:hidden;
	width:100%;
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> page.css CSS Document <<<---------------------------------------------*/
/* -------------------------------------->>> OKbutton <<<----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/	

a.OKbutton{
	background:transparent url('../images/share_img/square-blue-left.gif') no-repeat top left;
	display:block;
	float:center;
	font:normal 12px Arial;
	line-height:15px;
	height:23px;
	width:47px;
	padding-left:9px;
	text-decoration:none;
	}

a:link.OKbutton, a:visited.OKbutton, a:active.OKbutton{
	color:#494949;
	}

a.OKbutton span{
	background:transparent url('../images/share_img/square-blue-right.gif') no-repeat top right;
	display:block;
	padding:4px 9px 4px 0;
	}

a.OKbutton:hover{
	background-position:bottom left;
	}

a.OKbutton:hover span{
	background-position:bottom right;
	color:black;
	}

.buttonwrapper{
	overflow:hidden;
	width:100%;
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> page.css CSS Document <<<---------------------------------------------*/
/* -------------------------------------->>> NGbutton <<<----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

a.NGbutton{
	background:transparent url('../images/share_img/square-red-left.gif') no-repeat top left;
	display:block;
	float:center;
	font:normal 12px Arial;
	line-height:15px;
	height:23px;
	width:47px;
	padding-left:9px;
	text-decoration:none;
	}

a:link.NGbutton, a:visited.NGbutton, a:active.NGbutton{
	color:#494949;
	}

a.NGbutton span{
	background:transparent url('../images/share_img/square-red-right.gif') no-repeat top right;
	display:block;
	padding:4px 9px 4px 0;
	}

a.NGbutton:hover{
	background-position:bottom left;
	}

a.NGbutton:hover span{
	background-position:bottom right;
	color:black;
	}

.buttonwrapper{
	overflow:hidden;
	width:100%;
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> page.css CSS Document <<<---------------------------------------------*/
/* -------------------------------------->>> peoplebutton <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

a.peoplebutton{
	background:transparent url('../images/share_img/square-orange-left.gif') no-repeat top left;
	display:block;
	float:center;
	font:normal 12px Arial;
	line-height:15px;
	height:23px;
	padding-left:9px;
	margin-left:2px;
	margin-right:2px;
	text-decoration:none;
	}

a:link.peoplebutton, a:visited.peoplebutton, a:active.peoplebutton{
	color:#494949;
	}

a.peoplebutton span{
	background:transparent url('../images/share_img/square-orange-right.gif') no-repeat top right;
	display:block;
	padding:4px 9px 4px 0;
	}

a.peoplebutton:hover{
	background-position:bottom left;
	}

a.peoplebutton:hover span{
	background-position:bottom right;
	color:black;
	}


.buttonwrapper{
	overflow:hidden;
	width:100%;
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> page.css CSS Document <<<---------------------------------------------*/
/* -------------------------------------->>> logbutton <<<---------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

a.logbutton{
	background:transparent url('../images/share_img/square-red-left.gif') no-repeat top left;
	display:block;
	float:right;
	font:normal 12px Arial;
	line-height:15px;
	height:23px;
	padding-left:9px;
	text-decoration:none;
	}

a:link.logbutton, a:visited.logbutton, a:active.logbutton{
	color:#494949;
	}

a.logbutton span{
	background:transparent url('../images/share_img/square-red-right.gif') no-repeat top right;
	display:block;
	padding:4px 9px 4px 0;
	}

a.logbutton:hover{
	background-position:bottom left;
	}

a.logbutton:hover span{
	background-position:bottom right;
	color:black;
	}

.buttonwrapper{
	overflow:hidden;
	width:100%;
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> page.css CSS Document <<<---------------------------------------------*/
/* -------------------------------------->>> ovalbutton <<<--------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

a.ovalbutton{
	background:transparent url('../images/share_img/oval-green-left.gif') no-repeat top left;
	display:block;
	float:right;
	font:normal 13px Tahoma;
	line-height:16px;
	height:24px;
	padding-left:11px;
	text-decoration:none;
	}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
	color:#494949;
	}

a.ovalbutton span{
	background:transparent url('../images/share_img/oval-green-right.gif') no-repeat top right;
	display:block;
	padding:4px 11px 4px 0;
	}

a.ovalbutton:hover{
	background-position:bottom left;
	}

a.ovalbutton:hover span{
	background-position:bottom right;
	color:black;
	}

.buttonwrapper{
	overflow:hidden;
	width:100%;
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> page.css CSS Document <<<---------------------------------------------*/
/* -------------------------------------->>> datebutton  <<<-------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

a.datebutton{
	background:transparent url('../images/share_img/oval-blue-left.gif') no-repeat top left;
	display:block;
	float:center;
	font:normal 13px Tahoma;
	line-height:16px;
	height:24px;
	width:50px;
	padding-left:11px;
	text-decoration:none;
	}

a:link.datebutton, a:visited.datebutton, a:active.datebutton{
	color:#494949;
	}

a.datebutton span{
	background:transparent url('../images/share_img/oval-blue-right.gif') no-repeat top right;
	display:block;
	padding:4px 11px 4px 0;
	}

a.datebutton:hover{
	background-position:bottom left;
	}

a.datebutton:hover span{
	background-position:bottom right;
	color:black;
	}

.buttonwrapper{
	overflow:hidden;
	width:100%;
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> page.css CSS Document <<<---------------------------------------------*/
/* -------------------------------------->>> date1button  <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

a.date1button{
	background:transparent url('../images/share_img/oval-red-left.gif') no-repeat top left;
	display:block;
	float:center;
	font:normal 13px Tahoma;
	line-height:16px;
	height:24px;
	width:50px;
	padding-left:11px;
	text-decoration:none;
	}

a:link.date1button, a:visited.date1button, a:active.date1button{
	color:#494949;
	}

a.date1button span{
	background:transparent url('../images/share_img/oval-red-right.gif') no-repeat top right;
	display:block;
	padding:4px 11px 4px 0;
	}

a.date1button:hover{
	background-position:bottom left;
	}

a.date1button:hover span{
	background-position:bottom right;
	color:black;
	}

.buttonwrapper{
	overflow:hidden;
	width:100%;
	}
