@charset "UTF-8"; 
	 
@import "../common/css/screen.css"; 

  
/**
 * ========================================
 * TOP PAGE CSS 
 * ========================================
 *
 * INDEX
 * ----------------------------------------
 *
 *
 *
 *
 */
 
/**
 * ========================================
 * ブランディング 
 * ========================================
 */
	 
#Title 
{
}
	 
#Title img 
{
	border: 4px solid #b2b2b2;
}
  
/**
 * 
 * ========================================
 */
	
/**
 * 
 * ----------------------------------------
 */
   
/**
 * ========================================
 * What's New 
 * ========================================
 */
	 
#News 
{
}
	 
#News dl 
{
	position: relative;
	padding: 10px;
	width: 540px;
	color: #e5e5e5;
	background-color: #3f3f3f;
	border: 1px dashed #8c8c8c;
}
	 
#News dl dt 
{
	position: absolute;
	left: 0;
	padding-top: 5px;
	width: 130px;
	text-align: right;
}
	 
#News dl dt img 
{
	position: absolute;
	top: 5px;
	left: 10px;
}
  
#News dl dd 
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 140px;
	border-bottom: 1px dashed #8c8c8c;
}
	 
#News dl dd a 
{
	color: #def247;
}
 	   
/**
 * 
 * ========================================
 */
	
/**
 * 
 * ----------------------------------------
 */
   
/**
 * ========================================
 * ハック 
 * ========================================
 */
	
/**=
 * clearfix 
 * ====================================
 */
	 
.Wrapper:after 
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
	 
.Wrapper 
{
	display:inline-block;
}
/* Hide from IE Mac \*/
 
.Wrapper 
{
	display:block;
}
/* End hide from IE Mac */
   
/**
 * 
 * ========================================
 */
	 
/**
 * 
 * ----------------------------------------
 */
   
/**
 * ========================================
 * 
 * ========================================
 */
	 
/**
 * 
 * ========================================
 */
	 
/**
 * 
 * ----------------------------------------
 */
   

