/* CSS Document */

body{
	font-family: Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
	vertical-align: baseline;
	color: #333;
	line-height: 1;
}
h1 {
	color:#FFFFFF;
	background-color: #0067B6;
	text-align:center;
	font-size: 20px;
	padding: 7px 0px 5px;
}
h2 {
	text-align:left;
	margin-top:10px;
}
h3 {
	text-align:left;
	margin-top:20px;
}
p.txtLeft {
	text-align:left;
	font-size:14px;
}

#adWrapper {
	width: 900px;
	padding:0px 5px;
	margin-top: 11px;
	font-size: 1.2em;
	line-height: 1.5em;
	background:url(img/bg.gif) repeat-y left top;
}

#tbl_cost{
	margin:0px 50px;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #F60;
	border-left: 1px solid #F60;
	width:800px;
}

table tr.odd{
	background-color:#FFCC99;
}

table tr th,
table tr td {
	border-right: 1px solid #F60;
	border-bottom: 1px solid #F60;
	height: 30px;
	text-align:center;
	padding: 5px 0px 0px;
}

table tr th {
	border-right: 1px solid #FFF;
	background-color:#F60;
	color:#FFF;
}


#footerWrapper #foottop {
	background-color:#036FDA;
}
#footerWrapper #foottop #footArea {
	position:relative;
}
#footerWrapper #foottop #footArea #pdfDownload {
	width:140px;
	height:70px;
	position:absolute;
	top:13px;
	right:14px;
	margin:0;
	padding:0;
}

#footerWrapper #footbtm {
	background-color: #0067B6;
}
#footerWrapper #footbtm #copyright {
	color:#FFFFFF;
	background-color: #0067B6;
	padding-top: 8px;
}

.disc {
	border: 1px solid #999;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	border-color: #0067B6;
	margin-top: 20px;
	text-align: left;
	padding: 10px 20px;
}  
