@charset "UTF-8"
/**
 * AGL's Gamers Labo / TOPページ用スタイルシート
 *
 * TOPページ専用のレイアウト
 *
 * @version $Revision: 550 $
 * @author  atsushifx <atsushifx@aglabo.com>
 * @create  2009-01-10
 */
/* 共通スタイル */
h1 {
	}
h2 {
	text-align: center;
	}

.caution {	/* 最初に表示するCaution文字列 */
	font-style: italic;
	font-size: 70%;
	float: right;
}
/* タイトル */
#title {
	}
	h1 {
		text-align: left;
		width: 300px;
		margin: 0 auto;
		line-height: 0.6em;
		}
		h1 a {
			font-size: small;
			}
		h1 sub {
			padding-left: 20px;
			font-weight: normal;
			font-size: 40%;
			}
			h1 sub a {
				font-size: small;
			}

/* ヘッダーブロック */
#header {
	}
	#hader:after {
		}
.headerMain {
	display: table-cell;
	vertical-align: top;
	font-size: smaller;
	width: 40em;
	}
	.headerNavi {
		border-bottom: thin gray solid;
		}
	.headerBanner {
		text-align: center;
		}


/* フィード&検索Box */
.shortcutNavi { /* ショートカットリンク */
	top: 2.2em;
}


/* メニュー */
#menubar {
	width: 10em;
}
	#menubar li {
		text-align: center;
		margin: 0;
		border: thin darkblue solid;
	}
	#menubar li a {
		font-weight: bold;
		color: ghostwhite;
		background: silver;
		text-decoration: none;
		text-align: center;
		display: block;
	}
	#menubar li a:hover {
		background: dimgray;
		text-decoration: underline;
		}


.oldhistory {
	font-size: small;
	text-align: right;
}


/* $Id: top.css 550 2009-10-05 10:43:57Z atsushifx $
*/

