@CHARSET "UTF-8";

/* ===================================================================
CSS information

 File Name  : info.css
=================================================================== */
#brief{
	float: left;
	width: 455px;
}

.advice{
	margin: 0 auto 10px;
	width: 800px;
	clear: both;
}
.advice dd img{
	padding-left: 30px;
	float: left;
}
.advice dd p{
	width: 670px;
	float: right;
}

#infoAddress{
	margin: 0 auto 10px;
	padding-top: 20px;
	width: 820px;
	clear: both;
}
#infoAddress dt{
	padding: 3px;
	display: inline;
	font-weight: bold;
}
#infoAddress .daihyou{
	padding-left: 20px;
	display: inline;
}
#infoAddress .address{
	padding-left: 50px;
}
#infoAddress table{
	margin-left: 20px;
}
#infoAddress table th
,#infoAddress table td{
	padding: 4px 20px;
	border: 1px solid #aaa;
}
#infoAddress table th{
	background-color: #fffae2;
}
#infoAddress a{
	color: #A88639
}
