/* CSS Document */

/*======================================================================*/
/* コンテンツの配置を調整するためのテーブル */
table#MainLayout {
	border-collapse: collapse;
	margin: 30px auto 0 auto;
	padding: 0;
	width: 740px;
}

/*==============================*/
/* タイトル */
table#MainLayout td#Title {
	margin: 0;
	padding: 0;
	text-align: left;
}

/*==============================*/
/* ナビゲーション */
table#MainLayout td#Navi {
	border-top: 1px #CCCCCC solid;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	text-align: left;
}

/* リンクに対する設定 */
table#MainLayout td#Navi a:link {
	border: none;
}

/* リンクをクリックしたときにborderが表示されないようにするための設定 */
table#MainLayout td#Navi a:active {
	border: none;
}

table#MainLayout td#Navi img {
	border: none;
}

/*==============================*/
/* メインコンテンツ */
table#MainLayout td#Main h1 {
	color: #d90000;
	font-family: serif;
	font-size: 100%;
}

table#MainLayout td#Main h2 {
	color: #cccccc;
	font-size: 85%;
	margin-left: 1em;
}

table#MainLayout td#Main h3 {
	color: #cccccc;
	font-size: 80%;
	margin-left: 2em;
}

table#MainLayout td#Main hr {
	border-top: 1px #999999 solid;
}

table#MainLayout td#Main img {
	border: none;
}

table#MainLayout td#Main li {
	color: #888888;
	font-size: 80%;
	line-height: 130%;
}

table#MainLayout td#Main p {
	color: #888888;
	clear: both;
	font-size: 80%;
	line-height: 140%;
	margin: 0 3em 12px 3em;
}

table#MainLayout td#Main pre {
	color: #888888;
	clear: both;
	font-size: 80%;
	line-height: 140%;
	margin: 0 3em 12px 3em;
}
table#MainLayout td#Main ul {
	list-style-type: none;
}

/* Other language Link */
table#MainLayout td#Main .LangLink {
	margin-left: 0;
	margin-right: 0;
	text-align: center;
}

table#MainLayout td#Main .Link {
	margin-right: 0;
	text-align: right;
}

table#MainLayout td#Main a:link {
	color: #a3d1ff;
}

table#MainLayout td#Main a:visited {
	color: #cd90c8;
}

/* フォーム関連 */
table#MainLayout td#Main table#FormLayout {
	color: #555555;
	font-size: 80%;
	line-height: 150%;
	margin: 0 3em;
}

table#MainLayout td#Main table#FormLayout td {
	border-top: 1px #cccccc solid;
}

table#MainLayout td#Main input {
	color: #555555;
	font-size: 80%;
}

/* データテーブル */
table#MainLayout td#Main table.Data {
	border-color: #cccccc;
	border-style: solid none none solid;
	border-width: 1px;
	color: #888888;
	font-size: 80%;
	line-height: 150%;
	margin: 0 3em 0.5em 3em;
}

table#MainLayout td#Main table.Data th {
	border-color: #cccccc;
	border-style: none solid solid none;
	border-width: 1px;
	padding: 0.1em 1em 0.1em 1em;
	text-align: left;
}

table#MainLayout td#Main table.Data td {
	border-color: #cccccc;
	border-style: none solid solid none;
	border-width: 1px;
	padding: 0.1em 1em 0.1em 1em;
	text-align: center;
}

/*==============================*/
/* フッタ */
table#MainLayout td#Footer {
	border-top: 1px #CCCCCC solid;
	color: #c0c0c0;
	font-family: monospace;
	font-size: 75%;
	margin: 0;
	padding: 0;
	text-align: right;
}

/*==============================*/
/* 掲載日付 */
.Update {
	color: #FF3333;
	font-size: 75%;
	margin-left: 5px;
}

/*======================================================================*/
/* 汎用共通デザイン */
/*======================================================================*/

/* 赤大文字強調 */
em.Red {
	color: #FF3300;
	font-style: normal;
	font-weight: bold;
}

/* 中央揃え */
.Center {
	text-align: center;
}

/* 左揃え */
.Left {
	text-align: left;
}

/* 右揃え */
.Right {
	text-align: right;
}

/* 左フロート */
.FloatLeft {
	float: left;
}

/* 右フロート */
.FloatRight {
	float: right;
}
