/*★スケジュール用CSS★*/

/*展示会予定*/
.scedule  {
	background: url(http://www.msrsoft.com/indeximages/title_scedule.gif);
}

 img {
	border: 0px;
}


#scedule {
	height: auto;
	width: 188px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-bottom: 10px;
}
.yotei   {
	color: #339933;
	margin-bottom: 5px;
}
.box188 {
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
	height: auto;
	width: 188px;
	border-top: 0px dotted #CCCCCC;
	border-right: 0px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 0px dotted #CCCCCC;
}


#scedule  a {
	color: #666666;
	text-decoration: underline;
}


#scedule  a:link {
	color: #666666;
	text-decoration: underline;
}
#scedule  a:visited {
	color: #666666;
	text-decoration: underline;
}
#scedule  a:hover {
	color: #009900;
	text-decoration: underline;
}

/*過去の主な展示会*/
.past {
	background: url(../indeximages/title_past.gif);
}
#kakonotenji {
	font-size: 14px;
	font-weight: bold;
}#kakonotenji a:link {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#kakonotenji a:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#kakonotenji a:hover {
	color: #009900;
	text-decoration: none;
}
#kakonotenji a:active {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #009900;
}


