/*----------------  basic ------------------*/
#basic {
	padding : 10px;
	background:#fff ; 
	border: 1px solid #555 ;
	color : #444;
}
#basic-menu td {
	text-indent: 15px;
	background: url(../images/item/sw.gif) no-repeat ;
	margin:0;padding:0;
}
#basic .line 	{background: url(../images/item/line.gif) repeat-x 10% 100%;}
#basic .sp 	{font-size:40px;}
#basic .sp2 {font-size:100px;}
#basic .con {
	padding:0px 10px 0px;
	border: 1px dashed #ccc ;
}
#basic .con2 {
	padding:0px 10px 0px;
	border: 1px solid #ccc ;
	background:#fafdff;
}
#basic .con2 img{border:solid 1px #ddd;}

#basic h3 {
	font-size : 16px;
	font-weight: bold;
	color : #229;
}

#basic h5 {
	height : 30px;
	font-size : 14px;
	font-weight: bold;
	color : #562;
}
#basic img {float : right;}
#basic .downarrow{
	background: url(../images/item/downarrow.gif) no-repeat;
	width : 24px;
	height : 40px;
	margin-top : 10px;
	margin-left : 50px;
}
#basic .blue{
	color : #02f;
}
#basic .red{
	color : #b20;
}
#basic .pt12{
	font-size:12px;
}
