@charset "utf-8";
/* CSS Document */

body {
	background-color: #F2F3F4;
	padding-top: 40px;
}
.container { width: auto; max-width: 800px; }

.pl25 {}
.footer {
	text-align: center;
	padding: 30px 0;
	margin-top: 30px;
	border-top: 1px solid #e5e5e5;
	background-color: #f5f5f5;
}
.footer p {
	margin-bottom: 0;
	color: #777;
}
input.inputLarge {font-size: 18px;}
select.selectLarge {font-size: 18px;}

.upmargin25 {margin-top: 25px;}
.upmargin0 {margin-top: 0px;}
.tdbgFE { background-color: #FEFEFE; }
.tdbgDDD { background-color: #DDDFDD; color: #6F7F8F; font-weight: bold;}
.tdbgCCC { background-color: #D1D1CD; font-weight: bold;}
.tdbgAAA { background-color: #A1A5A9; font-color: #DDDFDD; font-weight: bold;}

.btmsolid{border-bottom: 1px solid #d5d5d5;}
.bBlue {color: #03C; font-weight: bold;}
.bRed {color: #C11; font-weight: bold;}
.bOrange {color: #FC1; font-weight: bold;}
.sGreen {color: #7FBA00; font-weight: bold;}
.sBlue {color: #00A4EF; font-weight: bold;}
.sRed {color: #F25022; font-weight: bold;}
.sYello {color: #FFB900; font-weight: bold;}
.sPink {color: #EF288B; font-weight: bold;}

.mincho{
	font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
}
img.left {float: left; margin: 1px 10px 5px 0; border: 0;}

