@charset "utf-8";
/*----------------------------------------------------------------
	各メーカーの紹介ページCSS
----------------------------------------------------------------*/
#maker_prof{
	width:510px;
	height:600px;
	padding:0; margin:0;
	text-align:left;
}
#maker_prof #maker_head{
	width:510px;
	height:60px;
	padding:0; margin:0;
	text-align:left;
	overflow:hidden;
	background:transparent url(../img/maker_prof/bg_head.gif) no-repeat left top;
}
#maker_prof #main{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	width:510px;
	height:600px;
	background:transparent url(../img/maker_prof/bg_body.gif) repeat-y left top;
}
#maker_prof #main_head{
	margin:0px auto 0px auto;
	width:450px;
	height:8px;
	background:transparent url(../img/maker_prof/head_main.gif) no-repeat left top;
	overflow:hidden;
}
#maker_prof #main_body{
	margin:0px auto;
	width:450px;
	height:auto;
	background-color:#FFFFFF;
	border-left:#DADADA solid 1px;
	border-right:#DADADA  solid 1px;
}
#maker_prof #main_foot{
	margin:0px auto;
	width:450px;
	height:8px;
	background:transparent url(../img/maker_prof/foot_main.gif) no-repeat left top;
}
#maker_prof #prof{
	width:390px;
	margin:0px auto;
	padding-top:40px;
	padding-bottom:4px;
	background:transparent url(../img/maker_prof/dot_line.gif) no-repeat left bottom;
}
#maker_prof #prof #img{
	width:100px;
	height:auto;
	float:left;
	text-align:left;
	vertical-align:top;
}
#maker_prof #prof #img img{
	margin:0px 0px 0px 25px;
}
#maker_prof #prof #text{
	width:290px;
	height:auto;
	float:right;
}
#maker_prof #prof #text h2{
	margin:0px 0px 18px 0px
}
#maker_prof #prof #text p{
	margin:0px 0px 20px 0px;
}

#maker_prof #info{
	width:390px;
	margin:20px auto 0px auto;
	padding:0px 0px 40px 0px;
}
#maker_prof #info table{
	margin:0px 0px 0px 20px;
}
#maker_prof #info table th{
	padding:1px 0px 0px 0px;
	vertical-align:top;
	height:40px;
	margin:0px 0px 0px 20px;
}
#maker_prof #info table td{
	padding:0px 0px 0px 0px;
	vertical-align:top;
	height:40px;
	margin:0px 0px 0px 20px;
}
#maker_prof #info table td.company{
	width:auto;
	padding:0px 0px 0px 20px;
	font-weight:bold;
}
#maker_prof #info table td.hp{
	width:auto;
	padding:0px 0px 0px 20px;
}
#maker_prof #info table td.inquiry{
	width:auto;
	padding:0px 0px 0px 20px;
}
#maker_prof #info table td.inquiry p{
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	line-height:normal;
}

#maker_prof #btn_close{
	width:68px;
	height:25px;
	margin:0px 0px 0px 220px; position:absolute; top:70px;
}
#maker_prof #btn_close a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width:68px;
	height:25px;
	background:transparent url(../img/maker_prof/btn_close.gif) no-repeat left top;
}

/*
#maker_prof #btn_close{
	width:68px;
	height:25px;
	margin:-16px 0px 0px 350px;
}
#maker_prof #btn_close a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width:68px;
	height:25px;
	position:static;
	background:transparent url(../img/maker_prof/btn_close.gif) no-repeat left top;
	left: 20px;
	bottom: 26px;
}
*/
#maker_prof #btn_close a:hover{
	background:transparent url(../img/maker_prof/btn_close_on.gif) no-repeat left top;
}



