@charset "UTF-8";

#wrapper {
	background: #be82e0;
}
#wrapper .inside {
	background: #be82e0;
}
#wrapper h2 {
	margin-top: 5px;
}
#main h3 {
	color: #ffffff;
	text-shadow: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #B167DA), color-stop(0.00, #BE82E0));
	background: -webkit-linear-gradient(top, #BE82E0 0%, #B167DA 100%);
	background: -moz-linear-gradient(top, #BE82E0 0%, #B167DA 100%);
	background: -o-linear-gradient(top, #BE82E0 0%, #B167DA 100%);
	background: -ms-linear-gradient(top, #BE82E0 0%, #B167DA 100%);
	background: linear-gradient(top, #BE82E0 0%, #B167DA 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#F5A941, endcolorstr=#F3910C))";
	zoom: 1;;
}
#main h4 {
	font-size: 12px;
	background-color: #eaeaea;
	color: #444444;
	text-align: right;
	padding: 5px;
	text-shadow: 1px 1px 1px #ffffff;
}
.cBox {
	height: 90px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	margin: 7px 0;
	background-color: #F5F5F5;
	overflow: hidden;
}
.tTitle {
	width: 743px;
	padding: 5px 10px;
	float: left;
	color: #696969;
	text-shadow: 1px 1px 1px #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F5F5F5), color-stop(0.00, #D2D2D2));
	background: -webkit-linear-gradient(top, #D2D2D2 0%, #F5F5F5 100%);
	background: -moz-linear-gradient(top, #D2D2D2 0%, #F5F5F5 100%);
	background: -o-linear-gradient(top, #D2D2D2 0%, #F5F5F5 100%);
	background: -ms-linear-gradient(top, #D2D2D2 0%, #F5F5F5 100%);
	background: linear-gradient(top, #D2D2D2 0%, #F5F5F5 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#D2D2D2, endcolorstr=#F5F5F5))";
	zoom: 1;
}
.eName {
	margin: 7px 10px 0 10px;
	float: left;
	font-size: 18px;
	color: #333333;
	padding: 5px 10px;
	border-left: 3px solid #C8DDDA;

}
.eHosoku {
	width: 300px;
	padding: 0;
	line-height: 1.0;
	margin: 0 10px 2px 0;
	font-size: 10px;	
	color: #0099ff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: clip;

}