@charset "utf-8";
/*
----------------------------------------------
Style
 Author:   ubusna,inc.
 Version:  2009.June
----------------------------------------------- 

/* contact
---------------------------------------------------- */
#contents #box #conL {
	width:400px;
	margin:0 0 10px 20px;
	float:left;
	display: inline;
}

#contents #box #conL table {
	width:400px;
	margin:15px 0 15px 0;
	display:inline;
	float:left;
}

#contents #box #conL th{
	width:110px;
	padding:6px 0;
	background:url(../../img/common/tdBg.gif) repeat-x bottom;
}

#contents #box #conL td{
	width:290px;
	padding:6px 0;
	background:url(../../img/common/tdBg.gif) repeat-x bottom;
}

#contents #box #conL p{
	padding:10px 0;
}

#contents #box #conR {
	width:400px;
	margin:0 20px 10px 0;
	float:right;
	display: inline;
}


