/* CSS Document */
/* HTML‚Ì‰Šú‰» */
/* [*]‚Í‚·‚×‚Ä‚Ìƒ^ƒO */
/* share */

*{
	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-type: none;
	}

body{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color: #4F4F4F;
	margin: 0px;
	padding: 0px;
	background-color: white;
	background-image: url(../images/share_img/backg.gif);
	text-align:left;
	}

th,td{
	text-align: center;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color: #555555;
	font-size: 0.74em;
	line-height: 1.4;
	}

img{
	vertical-align: bottom;
	border: none;
	}
  
a {
	color: #1F68BC;
}F
a:hover {
	color: #999999;
}
	
.bodyText{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size:0.8em;
	color: #99CCFF;
	line-height: 20px;
	letter-spacing: .1em;
	margin: 2px 0;
	}
	
/* header */
#wrap{
	background-color: #FFFFFF;
	border-left: 1px solid #C5BBBA;
	border-right: 1px solid #C5BBBA;
	border-bottom: 1px solid #C5BBBA;
	margin: 0 auto;
	width: 920px;
	height: auto;
	text-align: left;
	}

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

#header h1{
	background-image:url(../images/share_img/headBg.gif);
	/*background-image: url(../images/top_img/bg_head.gif);
	background-repeat: repeat-y;*/
	color: #666666;
	width: 910px;
	height: 55px;
	text-align: left;
	font-size: 0.8em;
	line-height: 1.2;
	letter-spacing: 0;
	word-spacing: 0;
	padding: 5px 0 0 10px;
	margin: 0;
	clear: right;
	}

/* global navigation */
.aerobuttonmenu{ /*container that holds a row of aero buttons*/
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: auto;
	/*background: #F7F7F7;*/
	background-image:url(../images/share_img/headBg.gif);
	border-top: 1px solid #C5BBBA;
	border-bottom: 1px solid #C5BBBA;
	padding: 4px 0;
	border-width: 1px;
	}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
	width: 900px;
	}

.aerobuttonmenu a.aero{ /*aero button CSS*/
	background: transparent url('../images/share_img/aeroleftblack.gif') no-repeat top left;
	display: block;
	float: left;
	font: bold 14px "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3"; /* Change 13px as desired */
	line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
	height: 31px; /* Height of button background height */
	padding-left: 10px; /* Width of left menu image */
	text-decoration: none;
	margin: 5px 0 5px 9px; /*spacing between buttons*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
	opacity: 0.9;
	-moz-opacity: 0.9;
	}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
	color: white; /*button text color*/
	}

.aerobuttonmenu a.aero span{
	background: transparent url('../images/share_img/aerorightblack.gif') no-repeat top right;
	display: block;
	padding: 8px 10px 10px 0; /*Set 10px here to match value of 'padding-left' value above*/
	}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
	opacity: 1;
	-moz-opacity: 0.99;
	}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */	
	color: skyblue;
	}

.black a.aero{
	background-image: url('../images/share_img/aeroleftblack.gif');
	}

.black a.aero span{
	background-image: url('../images/share_img/aerorightblack.gif');
	}

.aerobuttonmenu .rightsection{
	float: right;
	width: 100px;
	position: relative;
	top: 3px;
	padding-right: 5px;	
	text-align: right;	
	}

.aerobuttonmenu .rightsection a{
	color: navy;
	}

/* breadcrumb */
.breadcrumb{
	font: bold 12px "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	margin: 14px 0 0 0; 
	}

.breadcrumb a{
	background: transparent url(../images/share_img/breadcrumb.gif) no-repeat center right;
	text-decoration: none;
	padding: 0 18px 0 10px;
	color: navy;
	}

.breadcrumb a:visited, .breadcrumb a:active{
	color: navy;
	}

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

/* unit(left contents + main contents ) */	
#unit{
	background-color: #FFFFFF;
	width: 904px;
	float: left;
	padding: 15px 0 0 0;
	}
	
/* left contents */
#leftContents{
	background-color: #FFFFFF;
	width: 230px;
	float: left;
	}
	
/* sdmenu */
div.sdmenu{
	width: 230px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(../images/share_img/bottom.gif) no-repeat  right bottom;
	color: #FFFFFF;
	}
	
div.sdmenu div{
	background: url(../images/share_img/titlegray.gif) repeat-x;
	overflow: hidden;
	}
	
div.sdmenu div:first-child{
	background: url(../images/share_img/titlegray.gif) repeat-x;
	overflow: hidden;
	}
	
div.sdmenu div.collapsed{
	height: 25px;
	}
	
div.sdmenu div span{
	display: block;
	padding: 7px 0 6px 12px;
	font-weight: bold;
	color: white;
	/*background: url(../images/share_img/expanded.gif) no-repeat 10px center;*/
	cursor: default;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	}
	
div.sdmenu div.collapsed span{
	background-image: url(images/share_img/collapsed.gif);
	border-right: 1px solid #ddd;
	}

div.sdmenu div a{
	padding: 5px 18px;
	background: #EEEEEE;
	display: block;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	color: #066;
	}
div.sdmenu div a.current{
	background : #CCCCCC;
	}
	
div.sdmenu div a:hover{
	background : #008080 url(../images/share_img/linkarrow.gif) no-repeat right center;
	color: #FFFFFF;
	text-decoration: none;
	}

/* main contents */	 
#mainContents{
	width: 670px;
	float: right;
	margin: 0 0 10px 0;
	}

	/* tab */
	#tablist{
		line-height: 1.4;
		letter-spacing: .01em;
		word-spacing: .01em;
		padding: 0;
		margin: 0;
		font: bold 12px Verdana;
		}

	#tablist li{
		list-style: none;
		display: inline;
		margin: 0;
		}

	#tablist li a{
		padding: 13px 1.4em 10px 1.4em;
		margin: 0;
		border-top: solid 1px #C5BBBA;
		border-left: solid 1px #C5BBBA;
		border-right: solid 1px #C5BBBA;
		}

	#tablist li a:link, #tablist li a:visited{
		color: navy;
		}

	#tablist li a.current{
		background: #EAEAFF;
		}

	#tabcontentcontainer{
		line-height: 1.4;
		letter-spacing: .01em;
		word-spacing: .01em;
		width: 482px;
		height: 180px;
		margin: 10px 9px 12px 10px;
		padding: 10px 5px 5px 10px;
		border: solid 1px #C5BBBA;
		}

	.tabcontent{
		display:none;
		}

#mainContents img{
	margin: 0;
	}

#mainContents h2{
	background: #7D8085 url(../images/share_img/category_bar2.png) repeat-x left bottom;
	border-top: solid 1px #C5BBBA;
	font-size: 0.96em;
	font-weight: 500;
	color: #555555;
	height: 28px;
	padding: 11px 5px 0 25px;
	margin: 0;
	}

#mainContents h3{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	background-color: #FFFFFF;
	color: #669900;
	font-size: 0.8em;
	line-height: 1;
	margin: 5px 3px 0 13px;  
	}

#mainContents p.fObject{
	display: block;
	float: left;
	width: auto;
	height: auto;
	margin: 25px 0 0 0;
	}

#mainContents p{
	background-color: #FFFFFF;
	color: #666666;
	font-size: 0.84em;
	line-height: 1.4;
	letter-spacing: .01em;
	word-spacing: .01em;
	padding: 0 12px 0 25px;
	margin: 20px 0 18px 0;
	}

#mainContents ul{
	color: #666666;
	font-size: 0.77em;
	letter-spacing: .01em;
	word-spacing: .01em;
	margin: 14px 3px 5px 10px;
	}

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

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

div#searchcontrol{
	background-color: #FFFFFF;
	color: #666666;
	font-size: 0.77em;
	line-height: 1.6;
	letter-spacing: .01em;
	word-spacing: .01em;
	padding: 20px 0 0 0;
	margin: 0;
	}

div#feed{
	background-color: #FFFFFF;
	color: #666666;
	font-size: 0.77em;
	line-height: 1.6;
	letter-spacing: .01em;
	word-spacing: .01em;
	padding: 10px 0 10px 20px;
	margin: 0;
	}

div#map3d{
	background-color: #FFFFFF;
	color: #666666;
	font-size: 0.77em;
	line-height: 1.6;
	letter-spacing: .01em;
	word-spacing: .01em;
	padding: 0;
	margin: 0;
	}

div.center_address{
	background-color: #FFFFFF;
	color: #666666;
	font-size: 0.78em;
	line-height: 1.6;
	letter-spacing: 0;
	word-spacing: .01em;
	padding: 0;
	margin: 0;
	}
		
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;
	}

/* right contents */ 
#rightContents{
	background-color: #FFFFFF;
	width: 211px;
	height: auto;
	float: right;
	padding: 15px 0 0 0;
	margin: 0 9px 0 0;
	}

#rightContents h2{
	background: #7D8085 url(../images/share_img/titlegray.gif) repeat-x left bottom;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 16px;
	padding: 7px 0 2px 12px;
	margin: 0;
	}

#rightContents p{
	background-color: #FFFFFF;
	color: #777777;
	font-size: 0.77em;
	line-height: 1.4;
	letter-spacing: .045em;
	word-spacing: .045em;
	padding: 5px 0 7px 4px;
	margin: 5px 0 ;
	}
	
div.kinkyu{
	background-color: #FFCCCC;
	width: 202px;
	height: 20px;
	}
	
#rightContents p.fObject{
	display: block;
	text-align: left;
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 3px 0 3px;
	}
	
#rightContents p{
	color: #666666;
	font-size: 0.77em;
	line-height: 1.4em;
	letter-spacing: .08em;
	word-spacing: .08em;
	margin: 5px 0 3px 0;
	background-color: #FFFFFF;
	width: auto;
	height: auto;
	}
	
div#rightContents ul{
	color: #666666;
	font-size: 0.77em;
	letter-spacing: .01em;
	word-spacing: .01em;
	margin: 5px 3px 0 3px;
	}

div#rightContents 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;
	}
	
div#sidebar-right ul li{
	background-image: url(../img/icon/online3.png);
	background-repeat: no-repeat;
	background-position:left center;
	padding: 4px 10px 4px 10px;
	list-style-type: none;
	}
	
/* right contents_login */	
div.side-wrap{
	width:178px;
	height: auto;
}

div.side-middle{
	width:178px;
	background-image:url(../images/top_img/back_left.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	text-align:left;
}

div.side-body{
	margin: 0;
	padding-top: 10px;
	width:178px;
}

div.side-bottom{
	width:178px;
	height:10px;
	background-image:url(../images/top_img/bottom_left.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

div.small{
	margin:8px 0 0 0;
	text-align:center;
	font-size:0.7em;
}

div.small a{
	color:#333333;
	text-decoration:underline;
}

/* footer */
div#footer{
	background-image: url(../images/share_img/hbar.jpg);
	background-repeat: repeat-x;
	/*background-image: url(../images/top_img/line-blue.png);*/
	width: 920px;
	height: auto;
	text-align:center;
	color: #666666;
	font-size: 0.77em;
	line-height: 1.4em;
	letter-spacing: .08em;
	word-spacing: .08em;
	padding-top: 3px;
	padding-bottom: 7px;
	border-top: 1px solid #C5BBBA;
	margin: 20px 0 0 0;
	clear: both;
	}

address{
	padding:0;
	margin:0;
	}
			
/* All class */
div.left_info{
	border-bottom: solid 1px #C5BBBA;
	border-right: solid 1px #C5BBBA; 
	border-left: solid 1px #C5BBBA;
	margin: 0 0 7px 0;
	}

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

div.right_info{
	border-bottom: solid 1px #C5BBBA;
	border-right: solid 1px #C5BBBA; 
	border-left: solid 1px #C5BBBA;
	margin: 0 0 7px 0;
	}
	
div.alert_info{
	border: solid 1px #C5BBBA;
	margin: 0 0 7px 0;
	width: 178px;
	height: 140px;
	}

div.photo{
	margin: 0 0 5px 0;
	}

.text_red{
	color: #FF0000;
	font-size: 1em;
	line-height: 1.4em;
	padding: 0;
	margin: 0;
	}
	
.floatL{
	float: left;
	}/*fLeft*/

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

.cl{
	clear: both;
	}

.textLeft{
	text-align: left;
	}

.textRight{
	text-align: right;
	}

.textCenter{
	text-align: center;
	}

.centerImages{
	background-color: #FF0000;
	}
 
.p_center{
	background-color: #FFFFFF;
	color: #666666;
	margin: 10px 15px 10px 15px;  
	}
 	
.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;  
	}

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

/* 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_workshop {
	background-color: #FFE3EE;
	border: 1px solid #D55186;
    }

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

/* all id */

/* boldbuttons */
a.boldbuttons{
	background: transparent url('images/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"; /* Change 13px as desired */
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: auto; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
	}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
	color: white; /*button text color*/
	}

a.boldbuttons span{
	background: transparent url('images/roundedge-blue-right.gif') no-repeat top right;
	display: block;
	padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
	}

a:hover.boldbuttons{ /* Hover state CSS */
	text-decoration: underline;
	}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	}
	
/* squarebutton */
a.squarebutton{
	background: transparent url('images/square-gray-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: normal 12px Arial; /* Change 12px as desired */
	line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */	
	height: 23px; /* Height of button background height */
	padding-left: 9px; /* Width of left menu image */
	text-decoration: none;
	}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{ 
	color: #494949; /*button text color*/
	}

a.squarebutton span{
	background: transparent url('images/square-gray-right.gif') no-repeat top right;
	display: block;
	padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
	}

a.squarebutton:hover{ /* Hover state CSS */
	background-position: bottom left;
	}

a.squarebutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
	}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	}

/* OKbutton */
a.OKbutton{
	background: transparent url('images/square-blue-left.gif') no-repeat top left;
	display: block;
	float:center;
	font: normal 12px Arial; /* Change 12px as desired */
	line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 23px; /* Height of button background height */
	width: 47px;
	padding-left: 9px; /* Width of left menu image */
	text-decoration: none;
	}

a:link.OKbutton, a:visited.OKbutton, a:active.OKbutton{
	color: #494949; /*button text color*/
	}

a.OKbutton span{
	background: transparent url('images/square-blue-right.gif') no-repeat top right;
	display: block;
	padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
	}

a.OKbutton:hover{ /* Hover state CSS */
	background-position: bottom left;
	}

a.OKbutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
	}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	}

/* NGbutton */
a.NGbutton{
	background: transparent url('images/square-red-left.gif') no-repeat top left;
	display: block;
	float:center;
	font: normal 12px Arial; /* Change 12px as desired */
	line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 23px; /* Height of button background height */
	width: 47px;
	padding-left: 9px; /* Width of left menu image */
	text-decoration: none;
	}

a:link.NGbutton, a:visited.NGbutton, a:active.NGbutton{
	color: #494949; /*button text color*/
	}

a.NGbutton span{
	background: transparent url('images/square-red-right.gif') no-repeat top right;
	display: block;
	padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
	}

a.NGbutton:hover{ /* Hover state CSS */
	background-position: bottom left;
	}

a.NGbutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
	}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	}


/* peoplebutton */
a.peoplebutton{
	background: transparent url('images/square-orange-left.gif') no-repeat top left;
	display: block;
	float:center;
	font: normal 12px Arial; /* Change 12px as desired */
	line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 23px; /* Height of button background height */
	padding-left: 9px; /* Width of left menu image */
	margin-left:2px;
	margin-right:2px;
	text-decoration: none;
	}

a:link.peoplebutton, a:visited.peoplebutton, a:active.peoplebutton{
	color: #494949; /*button text color*/
	}

a.peoplebutton span{
	background: transparent url('images/square-orange-right.gif') no-repeat top right;
	display: block;
	padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
	}

a.peoplebutton:hover{ /* Hover state CSS */
	background-position: bottom left;
	}

a.peoplebutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
	}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	}

/* logbutton */
a.logbutton{
	background: transparent url('images/square-red-left.gif') no-repeat top left;
	display: block;
	float:right;
	font: normal 12px Arial; /* Change 12px as desired */
	line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 23px; /* Height of button background height */
	padding-left: 9px; /* Width of left menu image */
	text-decoration: none;
	}

a:link.logbutton, a:visited.logbutton, a:active.logbutton{
	color: #494949; /*button text color*/
	}

a.logbutton span{
	background: transparent url('images/square-red-right.gif') no-repeat top right;
	display: block;
	padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
	}

a.logbutton:hover{ /* Hover state CSS */
	background-position: bottom left;
	}

a.logbutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
	}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	}

/* ovalbutton */
a.ovalbutton{
	background: transparent url('images/oval-green-left.gif') no-repeat top left;
	display: block;
	float: right;
	font: normal 13px Tahoma; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
	}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
	color: #494949; /*button text color*/
	}

a.ovalbutton span{
	background: transparent url('images/oval-green-right.gif') no-repeat top right;
	display: block;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
	}

a.ovalbutton:hover{ /* Hover state CSS */
	background-position: bottom left;
	}

a.ovalbutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
	}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	}

/* datebutton */
a.datebutton{
	background: transparent url('images/oval-blue-left.gif') no-repeat top left;
	display: block;
	float: center;
	font: normal 13px Tahoma; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	width: 50px;
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
	}

a:link.datebutton, a:visited.datebutton, a:active.datebutton{
	color: #494949; /*button text color*/
	}

a.datebutton span{
	background: transparent url('images/oval-blue-right.gif') no-repeat top right;
	display: block;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
	}

a.datebutton:hover{ /* Hover state CSS */
	background-position: bottom left;
	}

a.datebutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
	}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	}

/* date1button */
a.date1button{
	background: transparent url('images/oval-red-left.gif') no-repeat top left;
	display: block;
	float: center;
	font: normal 13px Tahoma; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	width: 50px;
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
	}

a:link.date1button, a:visited.date1button, a:active.date1button{
	color: #494949; /*button text color*/
	}

a.date1button span{
	background: transparent url('images/oval-red-right.gif') no-repeat top right;
	display: block;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
	}

a.date1button:hover{ /* Hover state CSS */
	background-position: bottom left;
	}

a.date1button:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
	}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	}
