@charset "utf-8";


#header {
	padding: 0 !important;
}


/*--------------------------------------
	Blog Rss
--------------------------------------*/

.tabcontents{
background-color:#FFFFFF;
border-right:1px solid #FF9326;
border-bottom:1px solid #FF9326;
border-left:1px solid #FF9326;
border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;    
-webkit-border-bottom-left-radius: 10px;    
-khtml-border-radius-bottomleft: 10px; 
-moz-border-radius-bottom-right: 10px;    
-webkit-border-bottom-right-radius: 10px;     
-khtml-border-radius-bottomright: 10px;    
border-bottom-right-radius: 10px;
padding:8px;  
margin-bottom:10px;
}

.tabcontents li{
background:url(../cmn/arrow2.png) left center no-repeat;
border-bottom:1px dotted #FF9326;
padding:8px 5px 8px 11px;
}

.blog-rss {
}

.tabcontents ul {}

.blog-rss-time {
	padding: 0 7px 0 1px;
	}
	
.blog-rss-link {}