/*======================================*/
/*▼簡易設定
/*…………………………………………………*/
body{
	background-image:url(./img/bg001.gif);	/* 背景に使われる画像*/
		}

.BarBg{
	background-image:url(./img/bar_01.bmp);	/* Barに使われる画像		*/
	height:40px;							/* Barの高さ				*/
		}

.BarMojiColor{
	color:#FFFFFF;	/*バー文字色*/
		}

.AllMogiColor{
	color:#808080;	/*全体文字色*/
		}

.WarningColor{
	color:#FF0000;	/*警告色	*/
		}

img.Emblem{
	height:60px;	/* emblem.gifの高さ	*/
	width:60px;		/* emblem.gifの幅	*/
	}

.EmblemRight{
	width:100px;	/*エンブレムの右側位置*/
		}

/*======================================*/
/*▼詳細設定（上級編用）
/*--------------------------------------*/
/*--トップバー全体						*/
table.TopBar{
	width:100%;									/* 背景として表示する横幅	*/
	background-repeat:repeat-x;					/* 横だけ繰返し				*/
	background-position:center;					/* 中央に配置				*/
		}

/*…………………………………………………*/
/*-- 左側エンブレム部分 				*/
td.TopLeftBlock{
	text-align:right;				/* emblem.gif の揃え位置	*/
	vertical-align:middle;			/* 縦方向に対して中央配置	*/
		}

/*…………………………………………………*/
/*-- 中央ギルド名部分					*/
td.TopCenterBlock{
	text-align:left;				/*横揃え位置			*/
	vertical-align:middle;			/*縦方向に対して中央配置*/
	white-space: nowrap;			/*改行禁止				*/
		}

/*--- ギルド名 ---*/
font.TopGuildName{
	font-family:'ＭＳ ゴシック';	/*フォント種類		*/
	font-size:22px;					/*文字の大きさ		*/
	font-weight:bold;				/*文字の太さ		*/
	padding-left:10px;				/*余白(左)			*/
		}
/*--- サブタイトル ---*/
font.TopSubTitle{
	font-family:'ＭＳ ゴシック';	/*フォント種類		*/
	font-size:16px;					/*文字の大きさ		*/
	font-weight:bold;				/*文字の太さ		*/
	padding-left:10px;				/*余白(左)			*/
		}

/*…………………………………………………*/
/*-- 右側ソート部分						*/
td.TopRightBlock{
	width:160px;					/*ソート域の幅			*/
	text-align:left;				/*横揃え位置			*/
	vertical-align:middle;			/*縦方向に対して中央配置*/
		}
/*--- ソートリスト ---*/
select.SortList{
		}
/*--- ソートボタン ---*/
input.SortButton{
		}

/*…………………………………………………*/
/*-- 下記・機能ＢＡＲ全体				*/
table.UnderBar{
	width:100%;									/* 背景として表示する横幅	*/
	background-repeat:repeat-x;					/* 横だけ繰返し				*/
	background-position:center;					/* 中央に配置				*/
		}

/*-- 機能部分	---*/
td.UnderBar{
	vertical-align:middle;			/* 縦方向に対して中央配置	*/
	text-align:center;				/*横揃え位置				*/
	white-space: nowrap;			/*改行禁止					*/
		}

/*--- 機能部分文字設定	---*/
a.UnderLink{
	font-family:'ＭＳ ゴシック';	/*フォント種類		*/
	font-size:14px;					/*文字の大きさ		*/
	font-weight:bold;				/*文字の太さ		*/
	padding:0px 15px 0px;			/*余白(上･左右･下)	*/
	text-decoration:none;			/*文字装飾無し		*/
		}

/*…………………………………………………*/
/*各種文字類							*/

/*--- 表示警告文字 (IE以外の場合に表示される警告など)---*/
font.Warning{
	font-family:'ＭＳ ゴシック';	/*フォント種類		*/
	font-size:16px;					/*大きさ			*/
	font-weight:bold;				/*文字の太さ		*/
	text-align:center;				/*文字表示位置		*/
		}

/*--- 登録人数 ---*/
font.RegMessage{
	font-family:'ＭＳ ゴシック';	/*フォント種類		*/
	font-size:14px;					/*大きさ			*/
	font-weight:bold;				/*文字の太さ		*/
	text-align:center;				/*文字表示位置		*/
		}

/*--- ページ移動 <<Back | 1 | 2 | Next>> ---*/
font.PageSelect{
	font-family:'ＭＳ ゴシック';	/*フォント種類		*/
	font-size:12px;					/*大きさ			*/
	font-weight:bold;				/*文字の太さ		*/
	padding-bottom:10px;			/*余白(下)			*/
	text-decoration:none;			/*文字装飾無し		*/
	text-align:center;				/*文字表示位置		*/
		}

/*--- 著作権表記 ---*/
font.CopyRight{
	font-family:'ＭＳ ゴシック';	/*フォント種類		*/
	font-size:12px;					/*大きさ			*/
	line-height:16px;				/*改行幅			*/
	padding:8px 0px 20px;			/*余白(上･左右･下)	*/
	text-decoration:none;			/*文字装飾無し		*/
	text-align:center;				/*文字表示位置		*/
		}

/*…………………………………………………*/
