/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> top_cate.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;
	}
	
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;
	font-size: 0.98em;
	background-color: #FFFFFF;
	}
	
.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;
	}/*fLeft*/

.floatR{
	float: right;
	}/*fRight*/

.cl{
	clear: both;
	}

a:link{
	color: #000099;
	}

a:visited{
	color: #999999;
	}

a:hover{
	color: #666699;
	}

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

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

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

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> top_cate.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;
	}	

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> top_cate.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;
		/*top:1em;
		/*left:0;*/
		}
		
	.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;
		}

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

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

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

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

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

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> top_cate.css CSS Document <<<-----------------------------------------*/
/* -------------------------------------->>> wrap <<<--------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#wrap{
	width: 800px;
	background-color: #FFFFFF;
	}

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

#main{
	width: 580px;
	background-color: #FFFFFF;
	float: left;
	margin: 0 7px 0 0;
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> top_cate.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;
	}

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

#content{
	width: 388px;
	background-color: #FFFFFF;
	float: right;
	margin-left: 8px;
	margin-right: auto;
	margin-bottom: 5px;
	}

#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;
	}
	
#content h3{
	background-color: #E0E0E0;
	background-image: url(../images/share_img/h2bar1.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: 7px 0 20px 0;
	}

#content p{
	color: #666666;
	font-size: 0.77em;
	line-height: 1.5em;
	letter-spacing: .09em;
	word-spacing: .09em;
	margin: 10px 0 5px 10px;
	background-color: #FFFFFF;
	}

#content p.fObject{
	display: block;
	float: left;
	width: auto;
	height: auto;
	margin: 4px 20px 30px 15px;
	line-height: 0;
	}
	
#content ul{
	color: #666666;
	font-size: 0.77em;
	letter-spacing: .01em;
	word-spacing: .01em;
	margin: 0 3px 5px 15px;
	}

#content ul li{
	background-image: url(../images/icon/online3.png);
	background-repeat: no-repeat;
	background-position:left center;
	padding: 4px 10px 4px 10px;
	list-style-type: none;
	}

#content p.special{
	font-size: 0.77em;
	color: #666666;
	line-height: 1.6em;
	letter-spacing: .05em;
	word-spacing: .048em;
	white-space: pre; 
	padding: 0 0 0 18px;
	margin: 0 0 20px 0;
	}

#content p.special1{
	font-size: 0.71em;
	color: #666666;
	line-height: 1.6em;
	letter-spacing: .05em;
	word-spacing: .048em;
	white-space: pre; 
	padding: 0 0 0 18px;
	margin: 0 0 10px 0;
	}

div.center_info{
	border-bottom: solid 1px #C5BBBA;
	border-right: solid 1px #C5BBBA; 
	border-left: solid 1px #C5BBBA;
	margin: 0 0 7px 0;
	padding: 0;
	width: 388px;
	float: center;
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> top_cate.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;
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> top_cate.css CSS Document <<<-----------------------------------------*/
/* -------------------------------------->>> right side bar <<<----------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#sidebar-right{
	background-color: #FFFFFF;
	width: 201px;
	float: right;
	margin: 0 6px 5px 0;
	}

.info{
	border-top: solid 1px #8CC63F;
	border-bottom: solid 1px #8CC63F;
	border-right: solid 1px #8CC63F; 
	border-left: solid 1px #8CC63F;
	margin: 0 0 10px 0;
	}

#sidebar-right h2{
	background-color:#FFFFFF;
	background-image: url(../images/top_img/bar-green.png);
	color: #333333;
	font-size: 0.77em;
	font-weight: 100;
	text-align: center;
	line-height: 1.7em;
	padding: 0;
	margin: 0 0 10px 0;
	width: 199px;
	height: 20px;
	}
	
#sidebar-right h2.kongetsu{
	background-image: url(../images/top_img/kongetsu.jpg);
	background-color: #FFFF99;
	border-bottom: solid 1px #C5BBBA;
	height: 36px;
	padding: 0;
	margin: 0 0 3px 0;
	}
	
#sidebar-right h2.kinkyu{
	background-image: url(../images/top_img/kinkyu1.gif);
	background-color: #FFFF99;
	border-bottom: solid 1px #C5BBBA;
	height: 36px;
	padding: 0;
	margin: 0 0 3px 0;
	}

#sidebar-right h2.keywords{
	background-image: url(../images/top_img/keywords02_1.jpg);
	border-bottom: solid 1px #8CC63F;
	padding: 0;
	margin: 0;
	width: 199px;
	height: 40px;
	}

#sidebar-right p.photo{
	text-align: center;
	padding: 0;
	margin: 0;
	}

#sidebar-right p.keywords{
	font-size: 0.76em;
	color: #666666;
	line-height: 1.79;
	margin: 12px 0 7px 4px;
	}

#sidebar-right p{
	color: #777777;
	font-size: 0.74em;
	line-height: 1.5;
	margin: 0 7px 7px 7px;
	}
	
#sidebar-right p.fObject{
	color: #777777;
	font-size: 0.74em;
	line-height: 1.5;
	border-top: dotted #999999 1px;
	padding: 5px 0 0 0;
	margin: 0;
	width: 199px;
	}

#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;
	}
	
/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> top_cate.css CSS Document <<<-----------------------------------------*/
/* -------------------------------------->>> footer <<<------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#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;  
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> top_cate.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;
  /*letter-spacing:.1em;*/
	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;
  /*letter-spacing:.1em;*/
	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;
  /*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: 12px;
	}	

.subHeaderNewsBlue {
	color: #330099;
	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: 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;
  /*line-height: 16px;*/
	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;
  /*letter-spacing: .1em;
	line-height: 16px;*/
	}	
				
.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;
  /*padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;*/
    }
	
.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;
    }

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> top_cate.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;
    }

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

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> top_cate.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%;
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> top_cate.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%;
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> top_cate.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%;
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> top_cate.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%;
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> top_cate.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%;
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> top_cate.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%;
	}

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

a.ovalbutton{
	background: transparent url('../images/share_img/oval-green-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: normal 13px Tahoma;
	line-height: 16px;
	height: 24px;
	padding-left: 11px;
	margin: 0 0 5px 5px;
	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%;
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> top_cate.css CSS Document <<<-----------------------------------------*/
/* -------------------------------------->>> databutton<<<---------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

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%;
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>> top_cate.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%;
	}