EM {
  font-size: 16px; font-weight: bold; font-style: normal; color: #ff0000; line-height: 135%;
}

a {color: #3D81EE;}
a:link {color: #3D81EE;}
a:visited {color: #3D81EE;}
a:hover {color: #3D81EE;}
a:active {color: #3D81EE;}


#left_bar p.bbs_title {
	height:25px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color:#006600;
	padding:3px 0 3px 0;
	margin:0 0 15px 0;
	border-top: #CCCCCC 4px double;
	border-bottom: #CCCCCC 4px double;
}
#left_bar UL {
	list-style:none;
	margin: 0;
	padding: 0;
}
#left_bar LI{
	line-height:180%;
	font-weight:bold;
}

#bbs{
width:560px;
text-align:left;
float:right;
margin:24px 0 10px 10px;
}

#bbs P {
  margin: 0px; padding-right: 0px;
}

#bbs TABLE {
  clear: both; width: 560px;
}
/*
 in ... BBS index
 fi ... title color 
*/
#bbs TABLE.in {
  border-top: #cccccc 1px solid; border-right: #cccccc 1px solid; border-bottom: #cccccc 1px solid;border-left: #cccccc 1px solid;
  margin-bottom: 10px;
}
#bbs TABLE.in TR.fi {
  font-size: 12px; font-weight: bold; height: 25px; text-align: center;
  color: #ffffff; background-color: #669933; /* table label-color change */
}
#bbs TABLE.in TD {
  border-top: #cccccc 1px solid;border-right: #cccccc 1px solid; border-bottom: #cccccc 1px solid; border-left: #cccccc 1px solid;
  font-size: 12px; padding-top: 1px; padding-right: 1px; 1px; padding-bottom: 1px; padding-left: 1px;
}
TH {
  border-top: #cccccc 1px solid; border-right: #cccccc 1px solid; border-left: #cccccc 1px solid; border-bottom: #cccccc 1px solid;
  padding-top: 1px; padding-right: 1px; padding-bottom: 1px; padding-left: 1px; text-align: center;
}

#bbs DL {
  margin-left: 5px; line-height: 135%;
}
#bbs UL {
	margin-bottom: 10px; margin-left: 0; padding:8px 0 0 0; list-style-type: none; text-align: left;
	background-image:url(images/navi_back.gif);
	background-repeat-y:no-repeat;
	height:30px;
	border-top: #BBBBBB 1px solid;
	border-bottom: #BBBBBB 1px solid;
}
#bbs LI {
  background-position: left top; background-image: url(images/arrow.gif); background-repeat: no-repeat; display: inline;
  margin:0 7px 0 4px; padding-left: 11px;
}

#bbs LI A{
	font-weight:bold; text-decoration: none;
}

#bbs IMG {
  padding-left: 3px;
}
#bbs TABLE TR {
  font-size: 12px;
}
#bbs TABLE TABLE {
  width: 100%;
}

#bbs EM {
  color: #ff0000; font-style: normal;
}

#bbs TD {
  text-align: left;
}
#bbs TD A:link {
  color: #3D81EE;;
}
#bbs TD A:visited {
  color: #3D81EE;;
}
#bbs TD A:hover {
  color: #3D81EE;;
}
#bbs TD A:active {
  color: #3D81EE;;
}

#bbs .bbs-form TD {
  padding-bottom: 10px;
}

/*
 bbs-view ... blank view
*/
#bbs-view {
  width: 100%; margin-top: 10px; text-align: left; background-color: #ffffff;
}

/*
 num .. res/view count
 s1 ... display time
 s2 ... disoplay name
*/
#bbs .num {
  margin-bottom: 15px; text-align:right;
  font-size: 9pt; font-family: Verdana,Helvetica,Arial;
}
#bbs .num A{
  font-weight: normal;
}
#bbs .s1 {
  font-size: 10px; font-family: Verdana,Helvetica,Arial;
}
#bbs .s2 {
  font-size: 10px; font-family: MS UI Gothic; line-height: 90%;
}


