@charset "utf-8";
/**----------------------------------------------------------
 *CSS information
 *
 * file name	: taxes.css
 * author		: kataoka daichi
 * style info	: 税金の手引きページCSS
 -----------------------------------------------------------*/

#header_inner{
	background-image: url(/img/title/bg_body_guidance.jpg);
}
#headimg {
	background-image: url(/img/title/ttl_guidance.jpg);
}
#article h3 {
height: 34px;
margin-bottom: 10px;
background-repeat: no-repeat;
background-position: 0px 10px;
text-indent: -9999px;
overflow: hidden;
}
#article h3.time-of-buy{
	clear: both;
	background-image: url(/img/stitle/sttl_time-of-buy.jpg);
}
#article h3.time-of-sale{
	background-image: url(/img/stitle/sttl_time-of-sale.jpg);
}
#article h3.keep{
	background-image: url(/img/stitle/sttl_keep.jpg);
}
#article p{
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 15px;
}
#article table {
	margin-left: 16px;
	margin-bottom: 16px;
	border-left: 2px solid #F0ECE0;
	border-top: 2px solid #F0ECE0;
	width: 670px;
}
#article table caption {
	font-weight: bold;
	text-align: left;
	color: #569307;
}

#article table tr.odd th,
#article table tr th.odd {
	background-color: #D4AA48;
}
#article table th.txt_center,
#article table td.txt_center {
text-align: center;
}
#article  table th.txt_right,
#article table td.txt_right {
text-align: right;
}
#article table th.nowrap,
#article table td.nowrap {
white-space: nowrap;
}

#article table th.half {
width: 50%;
}
#article table th {
	padding: 4px;
	padding-left: 8px;
	background-color: #A0894C;
	border-right: 2px solid #F0ECE0;
	border-bottom: 2px solid #F0ECE0;
	text-align: left;
	vertical-align: top;
	color: white;
	font-weight: bold;
}

#article table tr.odd td,
#article table td.odd {
background-color: #FFFFE6;
}
#article table td.word {
background-color: #D1C49E;
color: #333;
}
#article table tr.odd td.word {
	background-color: #DFC079;
}
#article table td {
	padding: 4px;
	padding-left: 8px;
	border-right: 2px solid #F0ECE0;
	border-bottom: 2px solid #F0ECE0;
	background-color: white;
	text-align: left;
	vertical-align: top;
}
#article h4 {
	margin-left: 16px;
	color: #C60;
	font-size: 14px;
}
#article h5 {
margin-left: 16px;
color: #569307;
}
#article p.border strong {
color: red;
}
.txt_red {
color: red;
}
#article p.border span {
color: blue;
}
#article p.border {
padding: 5px 10px;
background-color: white;
border: 1px solid #A0894C;
}

em {
font-style: normal;
font-weight: bold;
color: #060;
}