@import url("common.css");
#contents {
	overflow: auto;
}
#contents .titleContents p {
	width: 600px;
	margin: 10px auto;
}
#contents .titleImage {
	float: left;
}
#contents .textContents {
	width: 380px;
	float: right;

}
#contents .textContents h2 {
	font-size: 24px;
	color: #FF0000;
}
#contents .textContents dl {
	margin-top: 20px;
	margin-bottom: 20px;
}
#contents .textContents dl dt {
	font-size: 16px;
	color: #FF0000;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contents .textContents dl dd {
	font-size: 14px;
	line-height: 1.5;
}
#contents .textContents ul li {
	font-size: 14px;
}



#contents p.hanbai{
	clear: both;
	padding-top: 20px;
	text-align: center;
	font-size: 12px;
}
#contents .hanbai {
	clear: both;
	padding-top: 20px;
}
#contents .hanbai p {
	clear: both;
	padding-top: 20px;
	text-align: center;
	font-size: 12px;
}

#contents .hanbai dt {
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contents .hanbai dd {
	font-size: 12px;
	line-height: 1.5;
}

