@charset "UTF-8"; 
 
/*
 *========================================
 * TOC 
 *========================================
 * File Name:  reset.css
 * Style Info: デフォルトCSSのリセット
 * ----------------------------------------
 * Created:    2008-12-24
 * Modified:   2008-12-24
 * Author:     eurekacomputer
 * Url:        http://www.eurekacomputer.jp/
 * ----------------------------------------
 * =1 YUI RESET CSS(IMPORT)
 * =2 TEXT
 * =3 FORM(CSS3)
 */
 
/**=1
 * ========================================
 * YUI RESET CSS(IMPORT) 
 * ========================================
 */
	 
@import "http://yui.yahooapis.com/2.5.2/build/reset/reset.css"; 
  
/**=2
 * ========================================
 * TEXT 
 * ========================================
 */
	
strong 
{
	font-weight: bold;
}
 
em 
{
	font-style: italic;
}
  
/**=3
 * ========================================
 * FORM(CSS3) 
 * ========================================
 */
	
input[type="radio"], 
input[type="checkbox"]
{
	vertical-align: middle;
}

  	
/**
 * ========================================
 * 
 * ========================================
 */
	 
/**
 * 
 * ========================================
 */
	
/**
 * 
 * ----------------------------------------
 */
   
