/* o */

#game h2.img {
	margin: 0 0 1.5em 0;
}

#mainContent h2.ttl {
	padding: 5px 5px 5px 0.5em;
	margin: 5px;
	border-left: 3px solid #000066;
	font-size: 130%;
	line-height: 1.3;
	background: #9FCDF7;
}

#mainContent h3 {
	font-weight:bold;
	font-size:120%;
	margin:25px 0 7px 0px;	
}

#mainContent .txtright{
	text-align:right;
}

#mainContent table.bordered {
	font-size:95%;
	width:100%;
	margin: 15px 0 10px;
	padding:0;
	border-top:#D1D1D1 solid 1px;
	border-left:#D1D1D1 solid 1px;
}

#mainContent table.bordered th {
	background:#CBEEFC;
	font-weight:bold;
	text-align:center;
	border-right:#D1D1D1 solid 1px;
	border-bottom:#D1D1D1 solid 1px;
	padding: 0.5em 0.5em 0.2em;
	vertical-align: middle;
}

#mainContent table.bordered td {
	border-right:#D1D1D1 solid 1px;
	border-bottom:#D1D1D1 solid 1px;
	padding: 0.5em 0.5em 0.2em;
	line-height:1.5em;
}

.bglightblue {
	background-color: #F7FEFF;
}
