/* CSS Document */

@media print{


#header img,#sidecolumn,#headernavi,#gotop,#footermenu{
	display:none;

}
#maincolumn h2{
	margin-bottom: 1em;
}
#maincolumn h3{
	margin-bottom: 0.5em;
	background-image: url(../images/h3_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 21px;
	line-height: 32px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #514832;
	padding-left: 35px;
	color: #514832;
	clear: both;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #514832;
}
#maincolumn h4{
	font-size: medium;
	color: #514832;
	border: 1px solid #514832;
	padding: 2px 5px;
	margin-bottom: 1em;
	background-color: #DFD4BE;
}
#maincolumn h5{
	font-size: medium;
	color: #514832;
	margin-bottom: 1em;
}
#maincolumn p{
	font-size: medium;
	line-height: 1.5em;
	margin-bottom: 1em;
	margin-left: 1em;
}
#maincolumn p.column{
	font-size: small;
	background-color: #ededed;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #B29960;
	border-right-color: #B29960;
	border-bottom-color: #B29960;
	border-left-color: #B29960;
	padding: 0.5em;
	margin-left: 2em;
}
table.typeA{
	border: 1px solid #666666;
	border-collapse:collapse;
	font-size: 1em;
	margin: 10px;
}
table.typeA th,table.typeA td{
	border: 1px solid #666666;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
}
table.typeA th{
	background-color: #B29960;
	color: #514832;
}
table.typeB{
	border: 1px solid #666666;
	border-collapse:collapse;
	font-size: 1em;
	margin: 10px auto;
}
table.typeB th,table.typeB td{
	border: 1px solid #666666;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
}
table.typeB th{
	background-color: #CCCCCC;
	color: #514832;
}
table.typeB th.sub{
	background-color: #ededed;
	color: #514832;
	font-weight: normal;
	width: 100px;
}
table.typeB td.price{
	font-size: medium;
	color: #CC0000;
	text-align: right;
}
table.typeB td.price strong{
	font-size: large;
}
.read{
	font-size: medium;
	margin-bottom: 1em;
}
.read li{
	list-style-position: outside;
	list-style-type: square;
	margin-left: 2em;
	margin-bottom: 0.5em;
}
dl.typeA{
	padding-left: 1em;
	margin-bottom: 1em;
}
dl.typeA dt{
	color: #514832;
	font-size: medium;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #514832;
	background-color: #ededed;
	margin-top: 1em;
	padding-left: 1em;
	font-weight: bold;
}
dl.typeA dd{
	font-size: medium;
	padding-left: 2em;
}
dl.faq{
	margin-bottom: 1em;
}
dl.faq dt{
	color: #514832;
	font-size: medium;
	background-color: #ededed;
	margin-top: 1em;
	padding-left: 50px;
	font-weight: bold;
	background-image: url(../images/faq_Q.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #514832;
}
dl.faq dd{
	font-size: medium;
	padding-left: 50px;
	margin-top: 1em;
	background-image: url(../images/faq_A.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 1.4em;
	margin-left: 2em;
	padding-top: 15px;
}
img.C{
	margin: auto auto 1em;
	display: block;
}
img.L{
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
img.R{
	display: block;
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
.red{
	color: #CC0000;
}
.xsmall{
	font-size: x-small;
}


}
