@charset "Shift_JIS"; 
 
@import "reset.css"; 
 
/**
 * ========================================
 * 目次 
 * ========================================
 * File Name:  common.css
 * Style Info: 共通スタイル定義
 * ----------------------------------------
 * Created:    2008-12-24
 * Modified:   2008-12-24
 * Author:     Sicoro-Works
 * Url:        http://www.sicoro.co.jp/
 * ----------------------------------------
 * =1			基本構造（HTML)
 * =1-1			  WIDTH
 * =2			ヘッダー
 * =2-1			  サイト名
 * =2-2			  グローバルナビゲーション
 * =2-3			  リモートナビゲーション
 * =2-4			  検索フォーム
 * =3			コンテンツ部分
 * =3-1			  メインコンテンツ
 * =3-1-1		    メインコンテンツ共通要素
 * =3-2			  サイドバー
 * =3-2-1		    サイドバー共通要素
 * =4			フッター
 * =5			共通クラス
 * =999			ハック
 * =999-1		  CLEAR FIX
 * =999-2		  透過PNG（IE6）
 */
	
/**=
 * 
 * ========================================
 */
	
/**=
 * 
 * ----------------------------------------
 */
   
#introduction 
{
}
	 
#introduction h2, 
#introduction h3
{
	margin-bottom: 15px;
}
 
#introduction h3 
{
	color: #0066e3;
	font-weight: bold;
}
 
#introduction .clearfix 
{
}
	 
#introduction .clearfix .text 
{
	float: right;
	width: 350px;
	font-size: 90%;
}
	 
#introduction .clearfix .text h3 
{
	margin-bottom: 0;
	color: #555;
}
 	
#introduction .clearfix .text p 
{
	margin-bottom: 7px;
}
  
#introduction .clearfix .image 
{
	float: left;
	width: 228px;
}
	 
#introduction .clearfix .image img 
{
	border: 10px solid #CCC;
}
    
#pickup 
{
}
	 
#pickup h2 
{
	padding-bottom: 7px;
	margin-bottom: 20px;
	background-image: url(../images/bg_title_pickup.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
 
#pickup .subSection 
{
	margin-bottom: 1em;
	line-height: 1.8;
}
	 
#pickup .subSection h3 
{
	color: #0066e3;
	font-weight: bold;
}
 
#pickup .subSection p img 
{
	float: left;
	margin-right: 10px;
}
   
/**=999
 * ========================================
 * ハック 
 * ========================================
 */
	 
/**=999-1
 * CLEAR FIX 
 * ====================================
 */
	 
#pickup .subSection p:after, 
.clearfix:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
	 
#pickup .subSection p, 
.clearfix
{
	display:inline-block;
}
/* Hide from IE Mac \*/
 
#pickup .subSection p, 
.clearfix
{
	display:block;
}
/* End hide from IE Mac */
   
/**=999-2
 * 透過PNG（IE6） 
 * ========================================
 */
	
* html .png 
{
    behavior: url(/static/js/png/iepngfix.htc):
}
 
/**=
 * 
 * ----------------------------------------
 */
  
/**=999
 * 
 * ========================================
 */
	
/**=
 * 
 * ----------------------------------------
 */
   
/**=
 * ========================================
 * 
 * ========================================
 */
	
/**=
 * 
 * ========================================
 */
	
/**=
 * 
 * ----------------------------------------
 */
   

