@charset "utf-8";
@import  "./import/format.css";
@import  "./import/in_style.css";
@import  "./import/link_style.css";
@import  "./import/main.css";

/*****************************************
コンテンツ
*****************************************/
#Left_container h2 {
	width: 620px;
	height: auto;
	margin: 0 auto 30px;
	clear: both;
}

	#Left_container h3 {
		width: 610px;
		height: auto;
		margin: 20px auto;
		text-align: left;
		font-style: normal;
		font-weight: bold;
		font-size: 1em;
		line-height: 1.3;
		clear: both;
	}
	
	#Left_container h4 {
			width: 600px;
			height: auto;
			margin: 40px auto 10px;
			font-style: normal;
			font-weight: bold;
			font-size: 0.9em;
			line-height: 1.5;
			clear: both;
	}
	
	#Left_container p {
		width: 600px;
		height: auto;
		margin: 30px auto;
		text-align: justify;
		text-justify: inter-ideograph;
		font-style: normal;
		font-weight: normal;
		font-size: 0.9em;
		line-height: 1.5;
		clear: both;
	}

	#Left_container p.categorybox {
		width: 600px;
		height: auto;
		margin: 10px auto 40px;
		text-align: justify;
		text-justify: inter-ideograph;
		font-style: normal;
		font-weight: normal;
		font-size: 0.9em;
		line-height: 1.5;
		clear: both;
	}

#Left_container dl {
	width: 590px;
	height: auto;
	margin: 20px auto 40px;
	list-style: none;
	font-style: normal;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.5;
	border-bottom: 1px dashed #666666;
	clear: both;
}
	
	#Left_container dl dt {
		width: 590px;
		height: auto;
		margin: 10px auto 5px;
		padding-left: 25px;
		padding-bottom: 3px;
		background-image: url(../image/buy/faq/f.gif);
		background-repeat: no-repeat;
		border: none;
	}
	
	#Left_container dl dd {
		width: 590px;
		height: auto;
		margin: 5px auto 10px;
		padding-left: 25px;
		padding-bottom: 3px;
		background-image: url(../image/buy/faq/a.gif);
		background-repeat: no-repeat;
		color: #ff0000;
		font-weight: bold;
		border: none;
	}
	
