@charset "Shift_JIS"; 
 
/**
 * ========================================
 * 目次 
 * ========================================
 * File Name:  common.css
 * Style Info: 共通スタイル定義
 * ----------------------------------------
 * Created:
 * Modified:
 * Author:     Sicoro-Works
 * Url:        http://www.sicoro.co.jp/
 * ----------------------------------------
 * =1			基本構造（HTML)
 * =1-1			  カラムの幅
 * =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
 */
	
/**=
 * 
 * ========================================
 */
	
/**=
 * 
 * ----------------------------------------
 */
   
/**=1
 * ========================================
 * 基本構造（HTML) 
 * ========================================
 */
	 
body 
{
	background-image: url(../images/bg_body.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}
 
a 
{
}
	 
a:link 
{
}
 
a:visited 
{
}
 
a:hover 
{
}
 
a:active 
{
}
  
img 
{
	vertical-align: top;
}
 
/**=1-1
 * カラムの幅 
 * ========================================
 */
	 
#header, 
#content,
#footer
{
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}
 
/**=
 * 
 * ----------------------------------------
 */
  
/**=
 * 
 * ========================================
 */
	
/**=
 * 
 * ----------------------------------------
 */
   
/**=2
 * ========================================
 * ヘッダー 
 * ========================================
 */
	 
#header 
{
	position: relative;
}
 
/**=2-1
 * サイト名 
 * ========================================
 */
	
#header #siteName 
{
}
 
/**=
 * 
 * ----------------------------------------
 */
  
/**=2-2
 * グローバルナビゲーション 
 * ========================================
 */
	 
#header #globalNavigation 
{
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
}
	 
#header #globalNavigation li 
{
	float: left;
}
  
/**=
 * 
 * ----------------------------------------
 */
  
/**=2-3
 * リモートナビゲーション 

 * ========================================
 */
	
#header #remoteNavigation 
{
}
 
/**=
 * 
 * ----------------------------------------
 */
  
/**=2-4
 * 検索フォーム 

 * ========================================
 */
	
#header form 
{
}
 
/**=
 * 
 * ----------------------------------------
 */
  
/**=
 * 
 * ========================================
 */
	
/**=
 * 
 * ----------------------------------------
 */
   
/**=3
 * ========================================
 * コンテンツ部分 
 * ========================================
 */
	 
#content 
{
}
 
/**=3-1
 * メインコンテンツ 
 * ========================================
 */
	 
#article 
{
}
 
/**=3-1-1
 * メインコンテンツ共通要素 
 * ----------------------------------------
 */
	
#article .section 
{
}
  
/**=
 * 
 * ----------------------------------------
 */
 	 
/**=3-2
 * サイドバー 
 * ========================================
 */
	
#aside 
{
}
 
/**=3-2-1
 * サイドバー共通要素 
 * ----------------------------------------
 */
	
#aside .section 
{
}
  
/**=
 * 
 * ----------------------------------------
 */
   
/**=4
 * ========================================
 * フッター 
 * ========================================
 */
	 
#footer 
{
}
 
/**=
 * 
 * ========================================
 */
	
/**=
 * 
 * ----------------------------------------
 */
   
/**=5
 * ========================================
 * 共通クラス 
 * ========================================
 */
	 
/**=
 * 
 * ========================================
 */
	
/**=
 * 
 * ----------------------------------------
 */
   
/**=999
 * ========================================
 * ハック 
 * ========================================
 */
	 
/**=999-1
 * CLEAR FIX 
 * ====================================
 */
	 
.tabNav:after 
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
	 
.tabNav 
{
	display:inline-block;
}
/* Hide from IE Mac \*/
 
.tabNav 
{
	display:block;
}
/* End hide from IE Mac */
   
/**=999
 * 
 * ========================================
 */
	
/**=
 * 
 * ----------------------------------------
 */
   
/**=
 * ========================================
 * 
 * ========================================
 */
	
/**=
 * 
 * ========================================
 */
	
/**=
 * 
 * ----------------------------------------
 */
   
