@charset "Shift_jis";

/*------------------------------------------------------------------- Import "reset.css" */
@import url('http://www.mt-japan.co.jp/css/reset.css');

/*------------------------------------------------------------------- Body */
html {
	overflow-x: hidden;
}
body {
	background-color: #E1D5CA;
	font-size: 75%;
	line-height: 1.2;
}
hr {
	border-top: 1px;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-style: dashed;
	border-color: #666666;
	height: 1px;
}
.all {
	width: 550px;
	margin-bottom: 10px;
}
.imgLeft {
	float: left;
	width: 150px;
	margin-right: 10px;
}
.pRight {
	float: left;
	width: 390px;
	color: #432600;
}
.pBold {
	font-weight: bold;
	padding-bottom: 10px;
}
.pRight ul li {
	font-weight: bold;
}
.pRight ul li ul li {
	font-weight: normal;
	margin: 5px 0 5px 20px;
}
