@charset "Shift_JIS"; 
	 
@import "../common/css/print.css"; 
 	 
/*
 * ========================================
 * トップページ用CSS 
 * ========================================
 *
 * ----------------------------------------
 * =1		メイン
 * =1-1			ブランディング
 * =1-1-1			トラスト・ファイブ情報発信（左側）
 * =1-1-2			FLash部分（右）
 * =1-2			エリアブロック
 * =1-2-1			サムネイル付きボックス
 * =1-3			武蔵浦和のボックス
 * =1-3-1			サムネイル付きボックスの設定
 * =1-3-1-1				タウンガイド
 * =1-3-1-2				モデレータ
 * =1-3-1-3				丸わかりマップ
 * =1-3-1-4				スタッフ日記
 * ----------------------------------------
 * =2		ハック
 * =2-1			clearfix
 * ----------------------------------------
 */
 
/**=1
 * ========================================
 * メイン 
 * ========================================
 */
	 
/**=1-1
 * ブランディング 
 * ========================================
 */
	 
#Branding 
{
}
 
/**=1-1
 * トラスト・ファイブ情報発信（左側） 
 * ----------------------------------------
 */
	
#Branding h1 
{
	width: 161px;
	float: left;
}
	
#Branding h1 img 
{
	margin-top: 9px;
	margin-bottom: 9px;
	margin-left: 13px;
	border: 1px solid #61645D;
}
   
/**=1-1-2
 * Flash部分（右） 
 * ----------------------------------------
 */
	
#Branding p 
{
	float: right;
	padding-top: 43px;
	width: 459px;
}
  
/**
 * 
 * ----------------------------------------
 */
  
/**=1-2
 * エリアブロック 
 * ========================================
 * 各町ごとの細かい設定は別途行う
 */
	 
#Area 
{
	padding-top: 10px;
}
	
#Area .Section 
{
}
	 
#Area .Section ul.Nav 
{
	padding-left: 21px;
}
   
/**=1-2-1
 * サムネイル付きボックス 
 * ----------------------------------------
 */

	 
#Area .Section ul.Nav li 
{
	float: left;
	padding-bottom: 3px;
	padding-left: 2px;
	width: 287px;
	height: 94px;
}
	 
/**=1-2-1-1
 * 項目の説明 
 */
	 
#Area .Section ul.Nav li .Description 
{
	float: right;
	width: 200px;
}
	 
#Area .Section ul.Nav li .Description h3 
{
	padding-top: 7px;
	margin-bottom: 7px;
}
 
#Area .Section ul.Nav li .Description p 
{
	padding-left: 4px;
	padding-right: 18px;
}
 
/* 「詳細はこちら」ボタン */ 
	 
#Area .Section ul.Nav li .Description p.Button 
{
	margin-top: -28px;
	margin-right: -7px;
	margin-bottom: 10px;
	text-align: right;
}
    
/**=1-2-1-2
 * 項目のサムネイル 
 */
	 
#Area .Section ul.Nav li .Image 
{
	float: left;
	width: 87px;
}
	 
#Area .Section ul.Nav li .Image img 
{
	margin-top: 9px;
	margin-left: 12px;
}
    
#Area .Section ul.Nav li a 
{
}

   
/**=1-3
 * 武蔵浦和のボックス 
 * ========================================
 */
	 
#MusashiUrawa 
{
}
	 
#MusashiUrawa h2 
{
	padding-top: 20px;
	padding-left: 27px;
}
 
#MusashiUrawa ul.Nav 
{
	padding-top: 9px;
	padding-bottom: 12px;
}
  
/**=1-3-1
 * サムネイル付きボックスの設定 
 * ----------------------------------------
 */
	 
#MusashiUrawa ul.Nav li 
{
}
 
/**=1-3-1-1
 * タウンガイド 
 */
	 
#Area #MusashiUrawa ul.Nav li.Town 
{
	color: #975812;
}
  
/**=1-3-1-2
 * モデレータ 
 */
	 
#MusashiUrawa ul.Nav li.Moderator 
{
	color: #3D5F84;
}
  
/**=1-3-1-3
 * 丸わかりマップ 
 */
	 
#MusashiUrawa ul.Nav li.Map 
{
	color: #5D732E;
}
  
/**=1-3-1-4
 * スタッフ日記 
 */
	 
#MusashiUrawa ul.Nav li.Staff 
{
	color: #774554;

}
     
/**=2
 * ========================================
 * ハック 
 * ========================================
 */
	 
/**=2-1
 * clearfix 
 * ========================================
 */
	 
#Branding:after, 
#Area .Section ul.Nav:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
	 
#Branding, 
#Area .Section ul.Nav
{
	display:inline-block;
}
/* Hide from IE Mac \*/
 
#Branding, 
#Area .Section ul.Nav
{
	display:block;
}
/* End hide from IE Mac */
  
/**
 * 
 * ----------------------------------------
 */
   
/**
 * ========================================
 * 
 * ========================================
 */
	 
/**
 * 
 * ========================================
 */
	 
/**
 * 
 * ----------------------------------------
 */
   

