@charset "UTF-8";

/*---------- keisan.html ------------*/
* {
	margin: 0px;
	padding: 0px;
}
h1,div,p {
	margin: 0px;
	padding: 0px;
}


/*************************************************************/

/*--- font ---*/
#content {font-size: 75%; line-height: 1.2em;}
table.keisan th { color: #00280B; font-size: 120%;}
p.redst { font-size: 110%;}

/*--------------------------------------------------------
layout
----------------------------------------------------------*/
body#body_bg { background: url(../img/bg.gif); }
#wrapper,#bg_line {
	text-align: center;
	margin: 0px auto;
}
#wrapper { 
	width: 722px;
	background: url(../img/toku/keisan_bg.gif) repeat-y;
}
#bg_line { width: 702px;background: #333; }

#container {
	width: 700px;
	background: #FFF;
	margin: 0px auto;
	
	overflow: hidden;
}

#content {
	background: url(../img/bg_main.jpg) repeat-x top #FFF;
}


/*--- page ---*/
h1.keisan {
	padding-top: 50px;
	padding-bottom: 35px;
}

table.keisan,
table.keisan2 {
	margin: 0px auto;
}

table.keisan th,
table.keisan td {
	padding: 8px;
	background: #FFF;
	text-align: left;
}
table.keisan th { background: #EAEAEA;}
table.keisan td.bgGray { width: 210px; background: #EAEAEA;}
table.keisan td { background: #FFF;}


table.keisan2 td {
	padding: 2px;
	text-align: center;
}
table.keisan2 td span {
	display: block;
	padding: 5px 3px;
}


p { margin-bottom: 6px;}

span { 
	padding: 3px;
}
.bgRed { background: #FFCFC4;}
.bgBlue { background: #CAF4FF;}
.bgYellow { background: #FF9;}
.bgGreen { background: #96FEA6;}
.bgOre { background: #FFD680;}

.bgRed2 { background: #FF9984;}
.bgBlue2 { background: #84E7FF;}
.bgYellow2 { background: #FFFF51;}
.bgGreen2 { background: #52FE6B;}
.bgOre2 { background: #FFB111;}


p.redst {
	width: 600px;
	padding-top: 20px;
	margin: 0px auto;
	text-align: left;
}


/*--------------------------------------------------------
FOOTER
----------------------------------------------------------*/
div#footer {
	width: 700px;
	height: 150px;
	padding: 18px 25px;
	text-align: left;
	background: url(../img/foot_bg.jpg) repeat-x top #11361B;
	overflow: hidden;
}

div.address {
	width: 240px;
	overflow: hidden;
	float: left;
}

p.textlinkA,
p.textlinkB {
	width: 420px;
	text-align: right;
	float: left;
}
p.textlinkB {
	padding-top: 15px;
}
p.copy {
	padding:5px 0px;
	clear: both;
}


/*--------------------------------------------------------
etc
----------------------------------------------------------*/
a img { border:0px; }

