@charset "Shift_JIS"; 
 
/**
 * ========================================
 * 目次 
 * ========================================
 * 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）
 */
	
/**=
 * 
 * ========================================
 */
	
/**=
 * 
 * ----------------------------------------
 */
   
/**=1
 * ========================================
 * 基本構造（HTML) 
 * ========================================
 */
	 
body 
{
}
 
a 
{
}
	 
a:link 
{
}
 
a:visited 
{
}
 
a:hover 
{
}
 
a:active 
{
}
  
img 
{
	vertical-align: top;
}
 
/**=1-1
 * WIDTH 
 * ========================================
 */
	 
#header, 
#content,
#footer
{
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}
 
/**=
 * 
 * ----------------------------------------
 */
  
/**=
 * 
 * ========================================
 */
	
/**=
 * 
 * ----------------------------------------
 */
   
#header 
{
	position: relative;
	margin-bottom: 20px;
}
	 
#header .welcome 
{
	position: absolute;
	top: 10px;
	right: 10px;
	left: auto;
	font-size: 140%;
	font-weight: bold;
}
	
#header .welcome strong 
{
	color: #D80C18;
}
  
#header ul.globalNav 
{
	margin-right: -11px;
	margin-left: -10px;
}
	
#header ul.globalNav li 
{
	float: left;
}
   
#content 
{
	width: 860px;
}
	 
#content .topicPath 
{
	margin-bottom: 20px;
}
 	
#content .topicPath, 
#content .topicPath a
{
	color: #D80C18;
	font-size: 120%;
}
 
#article 
{
}
 
#aside 
{
}
  
#footer 
{
	font-size: 130%;
	text-align: right;
	font-weight: bold;
}
	
#footer p 
{
	margin-bottom: 10px;
}
	 
#footer p.copyright 
{
	font-weight: normal;
}
  
#footer a 
{
	color: #000;
	text-decoration: none;
}
 
#footer .tel 
{
	font-size: 200%;
}
  
#content:after, 
.clearfix:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
	
#content, 
.clearfix
{
	display:inline-block;
}
/* Hide from IE Mac \*/
 
#content, 
.clearfix
{
	display:block;
}
/* End hide from IE Mac */
  
/**=
 * ========================================
 * 
 * ========================================
 */
	
/**=
 * 
 * ========================================
 */
	
/**=
 * 
 * ----------------------------------------
 */
   
