@charset "utf-8";

#mate #nbtn01 a	{
	background-position: left bottom;
}

/* mate
------------------------------------ */

.mate_box	{
	width: 590px;
	margin-bottom: 10px;
	padding-top: 13px;
	background: #f5f2de url(../mate/images/mate_bg001.jpg) no-repeat;
}

.mate_box p	{
	float: left;
	width: 160px;
	margin-right: 12px;
	padding-left: 18px;
}

.mate_box dl	{
	float: left;
	width: 380px;
}

.mate_box dl dd	{
	width: 380px;
}

.mate_bottom	{
	clear: both;
	width: 590px;
	height: 10px;
	background: url(../mate/images/mate_bg002.jpg) no-repeat;
	font: 0/0 sans-serif;
}

/* clearfix
------------------------------------ */

.mate_box:after	{
	content: ".";
	display: block;
	clear: both; 
	height: 0;
	visibility: hidden;
}

.mate_box	{
	display: inline-block;
}

