/* キャラクター選択（最近の選択から） */
ul#recent{
	font-size: 90%;
	width: 44em;
	margin: 0px auto 16px auto;
	list-style-type: none;
	padding: 0px;
	border-bottom: 1px dotted #000000;
}

/* --- Start clearfix --- */
ul#recent:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

ul#recent{
	display: inline-block;
}

/* \*/
* html ul#recent{
	height: 1%;
}

ul#recent{
	display: block;
}
/* --- End clearfix --- */

	ul#recent li{
		float: left;
	}

		ul#recent li a{
			display: block;
			padding: 2px 4px;
		}

		ul#recent li a:hover,
		ul#recent li a:active{
			background-color: #000000;
			color: #ffffff;
		}

/* キャラクター選択（新規に選択） */
form#select{
	font-size: 90%;
	width: 44em;
	margin: 0px auto;
}

	form#select dl.primary{
		border-bottom: 1px solid #000000;
		margin: 0px 0px 16px 0px;
		line-height: 2em;
	}

		form#select dl.primary dt{
			border-bottom: 1px solid #000000;
			width: 18em;
			float: left;
		}

		form#select dl.primary dd{
			border-bottom: 1px solid #000000;
			width: 26em;
			margin: 0px 0px 0px 18em;
			white-space: nowrap;
		}

			form#select dl.primary dd input{
				font-family: 'メイリオ', 'Microsoft Sans Serif', 'Tahoma';
				font-size: 90%;
				width: 14em;
			}

			form#select dl.primary dd span{
				visibility: hidden;
				color: #ff0000;
				margin: 0px 0px 0px 8px;
			}

	form#select p.submit{
		border-bottom: 2px solid #000000;
		margin: 0px 0px 16px 0px;
	}

		form#select p.submit input{
			font-family: 'メイリオ', 'Microsoft Sans Serif', 'Tahoma';
			font-size: 100%;
			width: 24em;
			margin: 0px 0px 4px 19em;
		}

		form#select p.submit input.notice{
			background-color: #ff0000;
			color: #ffffff;
		}

/* キャラクター情報 */
div#information{
	font-size: 90%;
	width: 44em;
	margin: 0px auto;
}

	div#information div.name{
		border-top: 6px double #000000;
		border-bottom: 6px double #000000;
		margin: 0px 0px 16px 0px;
	}

		div#information div.name p{
			background-color: #000000;
			color: #ffffff;
			padding: 0px 4px;
			font-weight: bold;
		}

	div#information dl.born-date,
	div#information dl.algorithm-no-password,
	div#information dl.entry{
		border-bottom: 1px solid #000000;
		margin: 0px 0px 16px 0px;
		line-height: 2em;
	}

		div#information dl.born-date dt,
		div#information dl.algorithm-no-password dt,
		div#information dl.entry dt{
			border-bottom: 1px solid #000000;
			width: 18em;
			float: left;
		}

		div#information dl.born-date dd,
		div#information dl.algorithm-no-password dd,
		div#information dl.entry dd{
			border-bottom: 1px solid #000000;
			width: 26em;
			margin: 0px 0px 0px 18em;
			white-space: nowrap;
		}

		div#information dl.algorithm-no-password dd{
			color: #ff0000;
		}

	div#information form#update{
	}

		div#information form#update p.submit{
			border-bottom: 2px solid #000000;
			margin: 0px 0px 16px 0px;
		}

			div#information form#update p.submit input{
				font-family: 'メイリオ', 'Microsoft Sans Serif', 'Tahoma';
				font-size: 100%;
				width: 24em;
				margin: 0px 0px 4px 19em;
			}

	div#information div.algorithm,
	div#information div.fighting,
	div#information div.tournament{
		border-bottom: 2px solid #000000;
		margin: 0px 0px 16px 0px;
	}

		div#information div.algorithm dl{
			border-bottom: 1px dotted #000000;
			line-height: 2em;
		}

			div#information div.algorithm dl dt{
				width: 18em;
				float: left;
			}

			div#information div.algorithm dl dd{
				width: 26em;
				margin: 0px 0px 0px 18em;
				white-space: nowrap;
			}

			/* --- Start clearfix --- */
			div#information div.algorithm dl dd:after{
				content: ".";
				display: block;
				height: 0px;
				clear: both;
				visibility: hidden;
			}

			div#information div.algorithm dl dd{
				display: inline-block;
			}

			/* \*/
			* html div#information div.algorithm dl dd{
				height: 1%;
			}

			div#information div.algorithm dl dd{
				display: block;
			}
			/* --- End clearfix --- */

				div#information div.algorithm dl dd p{
					width: 8em;
					line-height: 1.6em;
					margin: 0.2em 0px;
					float: left;
					text-align: center;
				}

				div#information div.algorithm dl dd p.timing-1{	background-color: #ff9999;	}
				div#information div.algorithm dl dd p.timing-2{	background-color: #99ff99;	}
				div#information div.algorithm dl dd p.timing-3{	background-color: #9999ff;	}

		div#information div.fighting p,
		div#information div.tournament p{
			border-bottom: 1px dotted #000000;
			line-height: 2em;
		}

		div#information div.algorithm table,
		div#information div.fighting table,
		div#information div.tournament table{
			border-collapse: collapse;
			width: 40em;
			line-height: 2em;
			margin: 0px auto -1px auto;
		}

			div#information div.algorithm table tr,
			div#information div.fighting table tr,
			div#information div.tournament table tr{
			}

				div#information div.algorithm table tr th,
				div#information div.algorithm table tr td,
				div#information div.fighting table tr th,
				div#information div.fighting table tr td,
				div#information div.tournament table tr th,
				div#information div.tournament table tr td{
					border-bottom: 1px solid #000000;
				}

				div#information div.algorithm table tr th{
					padding: 0px 4px;
					text-align: left;
					font-weight: normal;
				}

				div#information div.algorithm table tr td{
					width: 11em;
				}

				div#information div.fighting table tr th{
					padding: 0px 4px;
					text-align: left;
					font-weight: normal;
				}

				div#information div.fighting table tr td{
					padding: 0px 4px;
					text-align: right;
					width: 13.6em;
					border-left: 1px dotted #000000;
				}

				div#information div.tournament table tr th{
					padding: 0px 4px;
					text-align: right;
					font-weight: normal;
				}

				div#information div.tournament table tr td{
					padding: 0px 4px;
					text-align: right;
					width: 4.6em;
					border-left: 1px dotted #000000;
				}

				div#information div.algorithm table tr.algorithm-head th,
				div#information div.algorithm table tr.algorithm-head td,
				div#information div.fighting table tr.fighting-head th,
				div#information div.fighting table tr.fighting-head td,
				div#information div.tournament table tr.tournament-head th,
				div#information div.tournament table tr.tournament-head td{
					border-bottom: 3px double #000000;
					text-align: center;
				}

				div#information div.fighting table tr.fighting-head td,
				div#information div.tournament table tr.tournament-head td{
					border-left: 0px;
				}

					div#information div.algorithm table tr.algorithm-head td p.negative{
						text-align: left;
						padding: 0px 4px;
					}

					div#information div.algorithm table tr.algorithm-head td p.normal{
						padding: 0px 4px;
						margin: -2em 0px 0px 0px;
					}

					div#information div.algorithm table tr.algorithm-head td p.positive{
						text-align: right;
						padding: 0px 4px;
						margin: -2em 0px 0px 0px;
					}

					div#information div.algorithm table tr td.negative div{
						height: 0.8em;
						margin: 0px 0px 0px auto;
					}

					div#information div.algorithm table tr td.positive div{
						height: 0.8em;
						margin: 0px auto 0px 0px;
					}

					div#information div.algorithm table tr td div.timing-1{	background-color: #ff9999;	}
					div#information div.algorithm table tr td div.timing-2{	background-color: #99ff99;	}
					div#information div.algorithm table tr td div.timing-3{	background-color: #9999ff;	}

	div#information p#delete-intention{
		margin: 0px 0px 16px 0px;
		border-bottom: 2px solid #000000;
	}

		div#information p#delete-intention button{
			font-family: 'メイリオ', 'Microsoft Sans Serif', 'Tahoma';
			font-size: 100%;
			width: 24em;
			margin: 0px 0px 4px 19em;
		}

	div#information form#delete{
		margin: -18px 0px 0px 0px;
		border-top: 2px solid #ff0000;
		border-left: 2px solid #ff0000;
		border-right: 2px solid #ff0000;
	}

	div#information form.delete-false{
		display: none;
	}

		div#information form#delete p{
			padding: 2px 4px;
		}

		div#information form#delete ul{
			margin: 0px 0px 4px 0px;
		}

			div#information form#delete ul li{
			}

		div#information form#delete p.submit{
			border-bottom: 2px solid #ff0000;
			margin: 0px 0px 16px -2px;
			padding: 0px;
		}

			div#information form#delete p.submit input{
				font-family: 'メイリオ', 'Microsoft Sans Serif', 'Tahoma';
				font-size: 100%;
				width: 24em;
				margin: 0px 0px 4px 19em;
			}

