/* =========================================================
  Naming Rules
========================================================= */
/*
id設定（「id」は1ページ内で同じ名前を1回しか使用できない。）
全体コンテナ         #container (body要素の直下)
ヘッダー             #header (ヘッダー)
フッター             #footer (フッター)
コンテンツ           #contents (コンテンツ) 
汎用コンテナ         #unitBlock
入れ子コンテナ       #unitBlockIn
入れ子コンテナ2      #unitBlockBox 
第1汎用コンテナ      #alphaBlock 
第2汎用コンテナ      #betaBlock 
第3汎用コンテナ      #gammaBlock 
第4汎用コンテナ      #deltaBlock 
第5汎用コンテナ      #zetaBlock 
ポップアップコンテナ #popupBlock 
パンくずナビ         #topicPath
ヘッダーナビ         #headerNavi
グローバルナビ       #globalNavi
ローカルナビ         #localNavi
フッターナビ         #footerNavi
見出し1              #title

class設定（「class」は1ページ内で同じ名前を何度も使用できる。）
見出し2              .headline 
見出し3              .crosshead 
見出し4              .subheading 
見出し5              .index 
見出し6              .subindex 
要約                 .description
コピーライト         .copy
キャプション         .caption
挿入句               .note
ページ内リンク       .pageAnchor
ページ上部へリンク   .toTop 
外部へのリンク       .external
--------------------------------------------------------- */

/* =========================================================
  MenuLinks Style
========================================================= */
/* ----- メニュー設定 ----- */
.Menu_Info{
	background:url(MenuIcon/Infomation.html);
	border: 0px;
	width: 80px;
	height: 20px;
}

.Menu_Main{
}

.Menu_Main li{
	display:block; 									/*ブロック表示（ボタンのように表示される）*/
	background-image:url('../MenuIcon/sozai/pastedpic_02012010_132137.html');
	margin: 0;
	padding: 0;
	float: left;
	width: 110px;
	text-align: center;
	font-size: 13px; /* 文字サイズ */
}
.Menu_Main a{
	background-image:url('../MenuIcon/sozai/pastedpic_02012010_132137.html');
	display:block; 									/*ブロック表示（ボタンのように表示される）*/
	color : white ;
	border: 0px;
	width: 80px;
	height: 20px;
}

.Menu_Trip{
	background:url(http://www.geocities.jp/MenuIcon/Trip.png);
	border: 0px;
	width: 80px;
	height: 20px;
}
.Menu_Photo{
	background:url(http://www.geocities.jp/MenuIcon/Photo.png);
	border: 0px;
	width: 80px;
	height: 20px;
}
.Menu_Car{
	background:url(http://www.geocities.jp/MenuIcon/MyCar.png);
	border: 0px;
	width: 80px;
	height: 20px;
}
.Menu_Blog{
	background:url(http://www.geocities.jp/MenuIcon/blog.png);
	border: 0px;
	width: 80px;
	height: 20px;
}
.Menu_Link{
	background:url(http://www.geocities.jp/MenuIcon/links.png);
	border: 0px;
	width: 80px;
	height: 20px;
}
.Menu_BBS{
	background:url(http://www.geocities.jp/MenuIcon/BBS.png);
	border: 0px;
	width: 80px;
	height: 20px;
}
.Menu_Mail{
	background:url(http://www.geocities.jp/MenuIcon/Mail.png);
	border: 0px;
	width: 80px;
	height: 20px;
}